mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
Merge tag 'nasm-2.14.01'
NASM 2.14.01 Resolved Conflicts: version Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
commit
26191f845a
26
test/clzero.asm
Normal file
26
test/clzero.asm
Normal file
@ -0,0 +1,26 @@
|
||||
bits 16
|
||||
|
||||
clzero
|
||||
clzero ax
|
||||
clzero eax
|
||||
%ifdef ERROR
|
||||
clzero rax
|
||||
%endif
|
||||
|
||||
bits 32
|
||||
|
||||
clzero
|
||||
clzero ax
|
||||
clzero eax
|
||||
%ifdef ERROR
|
||||
clzero rax
|
||||
%endif
|
||||
|
||||
bits 64
|
||||
|
||||
clzero
|
||||
%ifdef ERROR
|
||||
clzero ax
|
||||
%endif
|
||||
clzero eax
|
||||
clzero rax
|
@ -5196,6 +5196,9 @@ PCOMMIT void [ 66 0f ae f8]
|
||||
|
||||
; AMD Zen v1
|
||||
CLZERO void [ 0f 01 fc] FUTURE,AMD
|
||||
CLZERO reg_ax [-: a16 0f 01 fc] FUTURE,AMD,ND,NOLONG
|
||||
CLZERO reg_eax [-: a32 0f 01 fc] FUTURE,AMD,ND
|
||||
CLZERO reg_rax [-: a64 0f 01 fc] FUTURE,AMD,ND,X64
|
||||
|
||||
;# Processor trace write
|
||||
PTWRITE rm32 [m: np 0f ae /4] FUTURE
|
||||
|
Loading…
Reference in New Issue
Block a user