mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-07 17:46:58 +08:00
test: nasm-t -- Add br3392252
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
6fcb91cbc1
commit
f9e3e8168b
travis/test
41
travis/test/br3392252.asm
Normal file
41
travis/test/br3392252.asm
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
[BITS 64]
|
||||||
|
|
||||||
|
bextr rax, rsi, 1
|
||||||
|
bextr eax, esi, 1
|
||||||
|
bextr eax, esi, eax
|
||||||
|
|
||||||
|
blcfill edx, ebx
|
||||||
|
blcfill edx, [ebx]
|
||||||
|
blcfill rax, rbx
|
||||||
|
|
||||||
|
blci edx, ebx
|
||||||
|
blci edx, [ebx]
|
||||||
|
blci rax, rbx
|
||||||
|
|
||||||
|
blcic edx, ebx
|
||||||
|
blcic edx, [ebx]
|
||||||
|
blcic rax, rbx
|
||||||
|
|
||||||
|
blcmsk edx, ebx
|
||||||
|
blcmsk edx, [ebx]
|
||||||
|
blcmsk rax, rbx
|
||||||
|
|
||||||
|
blcs edx, ebx
|
||||||
|
blcs edx, [ebx]
|
||||||
|
blcs rax, rbx
|
||||||
|
|
||||||
|
blsfill edx, ebx
|
||||||
|
blsfill edx, [ebx]
|
||||||
|
blsfill rax, rbx
|
||||||
|
|
||||||
|
blsic edx, ebx
|
||||||
|
blsic edx, [ebx]
|
||||||
|
blsic rax, rbx
|
||||||
|
|
||||||
|
t1mskc edx, ebx
|
||||||
|
t1mskc edx, [ebx]
|
||||||
|
t1mskc rax, rbx
|
||||||
|
|
||||||
|
tzmsk edx, ebx
|
||||||
|
tzmsk edx, [ebx]
|
||||||
|
tzmsk rax, rbx
|
BIN
travis/test/br3392252.bin.t
Normal file
BIN
travis/test/br3392252.bin.t
Normal file
Binary file not shown.
12
travis/test/br3392252.json
Normal file
12
travis/test/br3392252.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"description": "Test bls, blc instructions",
|
||||||
|
"id": "br3392252",
|
||||||
|
"format": "bin",
|
||||||
|
"source": "br3392252.asm",
|
||||||
|
"option": "-Ox",
|
||||||
|
"target": [
|
||||||
|
{ "output": "br3392252.bin" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user