blob: 920f327923c9bc57a4ed1f63ce786721057c7254 (
plain)
1
2
3
4
5
6
7
8
9
10
|
;Testname=test; Arguments=-fbin -omovnti.bin; Files=stdout stderr movnti.bin
; BR 2028995
bits 16
movnti [si],eax
bits 32
movnti [esi],eax
bits 64
movnti [rsi],eax
movnti [rsi],rax
|