From dd1de39ece79b990a77a9175570bc82d54f9e692 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 28 Aug 2008 17:54:55 -0700 Subject: BR 2028995: Missing MOVNTI m64, r64 Fix MOVNTI with a 64-bit argument. --- test/movnti.asm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/movnti.asm (limited to 'test') diff --git a/test/movnti.asm b/test/movnti.asm new file mode 100644 index 0000000..d20d3c1 --- /dev/null +++ b/test/movnti.asm @@ -0,0 +1,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 -- cgit v1.2.3