x86asm: Add movnti
commit0c36b3ff2dc6661fa799399b9e93ceaf1fc53a6e
authorMichael Matz <matz@suse.de>
Mon, 11 Jul 2022 14:00:28 +0000 (11 16:00 +0200)
committerMichael Matz <matz@suse.de>
Tue, 16 Aug 2022 13:59:41 +0000 (16 15:59 +0200)
treefc7b111f014279b79a1f4f79ddf2d095c4880a8d
parent64f4b00d342417fd49fbdebe0759bb85b8db4ec7
x86asm: Add movnti

in the unsuffixed form we also accept REG8 and REG16, for easier
parsing (we have no instruction type for only the LQ forms).
tests/asmtest.S
x86_64-asm.h