/toolchain/binutils/binutils-2.25/include/opcode/ |
vax.h | 237 { "decw", {"mw", 0xb7 } },
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
opcode-suffix.d | 445 *[0-9a-f]+: 66 48[ ]+decw[ ]+%ax 446 *[0-9a-f]+: 66 49[ ]+decw[ ]+%cx 447 *[0-9a-f]+: 66 4a[ ]+decw[ ]+%dx 448 *[0-9a-f]+: 66 4b[ ]+decw[ ]+%bx 449 *[0-9a-f]+: 66 4c[ ]+decw[ ]+%sp 450 *[0-9a-f]+: 66 4d[ ]+decw[ ]+%bp 451 *[0-9a-f]+: 66 4e[ ]+decw[ ]+%si 452 *[0-9a-f]+: 66 4f[ ]+decw[ ]+%di
|
hle.d | [all...] |
hle.s | 566 xacquire lock decw (%ecx) 567 lock xacquire decw (%ecx) 568 xrelease lock decw (%ecx) 569 lock xrelease decw (%ecx) 570 .byte 0xf0; .byte 0xf2; decw (%ecx) 571 .byte 0xf0; .byte 0xf3; decw (%ecx) [all...] |
x86-64-hle.s | 763 xacquire lock decw (%rcx) 764 lock xacquire decw (%rcx) 765 xrelease lock decw (%rcx) 766 lock xrelease decw (%rcx) 767 .byte 0xf0; .byte 0xf2; decw (%rcx) 768 .byte 0xf0; .byte 0xf3; decw (%rcx) [all...] |
x86-64-hle.d | [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
rl78-decode.c | [all...] |
m68hc11-opc.c | [all...] |
/external/llvm/test/CodeGen/X86/ |
atomic_mi.ll | 782 ; X64-NOT: decw 784 ; X32-NOT: decw 786 ; SLOW_INC-NOT: decw
|
/external/llvm/test/MC/X86/ |
x86-16.s | 552 // CHECK: decw %ax # encoding: [0x48] 553 decw %ax
|
x86-32.s | 642 // CHECK: decw %ax # encoding: [0x66,0x48] 643 decw %ax
|
x86-64.s | 950 decw %ax // CHECK: decw %ax # encoding: [0x66,0xff,0xc8] label
|
intel-syntax.s | 642 // CHECK: decw (%rax)
|
/external/mesa3d/include/GL/ |
vms_x_fix.h | 15 #define decw$_select DECW$_SELECT [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
rl78-parse.y | 163 %token DEC DECW DI DIVHU DIVWU 1182 | DECW { $$ = 0x10; } 1285 OPC(DECW), [all...] |
/external/llvm/test/MC/Disassembler/X86/ |
x86-16.txt | 510 # CHECK: decw %ax
|
x86-32.txt | 703 # CHECK: decw %cx
|
x86-64.txt | 215 # CHECK: decw %cx
|
/external/valgrind/none/tests/x86/ |
x86locked.c | 460 GEN_do_locked_unary_E(decw,ax)
|
insn_basic.def | 425 decw r16.uw[12345] => 0.uw[12344] 426 decw m16.uw[12345] => 0.uw[12344] [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineStencilTests.cpp | [all...] |
/external/valgrind/none/tests/amd64/ |
amd64locked.c | 496 GEN_do_locked_unary_E(decw,ax)
|
insn_basic.def | [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | 428 #define DEC_W(a) CHOICE(decw a, decw a, _WTOG dec a) [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-rl78.c | [all...] |