/external/valgrind/memcheck/tests/x86/ |
pushpopmem.c | 45 "popw 0(%%ebx)"
|
/external/valgrind/none/tests/x86/ |
pushpopseg.c | 18 "popw %%fs\n"
|
Makefile.am | 136 # Sun Studio assembler fails to assemble pushw %fs, popw %fs
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64-stack-suffix.d | 15 [ ]*[a-f0-9]+: 66 58 popw %ax 19 [ ]*[a-f0-9]+: 66 8f c0 popw %ax 23 [ ]*[a-f0-9]+: 66 8f 00 popw \(%rax\)
|
x86-64-stack.d | 23 [ ]*[a-f0-9]+: 66 8f 00 popw \(%rax\)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-stack-suffix.d | 15 [ ]*[a-f0-9]+: 66 58 popw %ax 19 [ ]*[a-f0-9]+: 66 8f c0 popw %ax 23 [ ]*[a-f0-9]+: 66 8f 00 popw \(%rax\)
|
opcode.s | 402 popw %es 411 popw %ss 416 popw %ds 478 popw 0x90909090(%eax) 547 popw %fs 552 popw %gs
|
intel.s | 405 popw es 414 popw ss 419 popw ds define 552 popw fs 557 popw gs
|
general.s | 45 popw %ds
|
x86-64-stack.d | 22 [ ]*[a-f0-9]+: 66 8f 00 popw \(%rax\)
|
opcode-suffix.d | 410 *[0-9a-f]+: 66 07[ ]+popw[ ]+%es 419 *[0-9a-f]+: 66 17[ ]+popw[ ]+%ss 424 *[0-9a-f]+: 66 1f[ ]+popw[ ]+%ds 461 *[0-9a-f]+: 66 58[ ]+popw[ ]+%ax 462 *[0-9a-f]+: 66 59[ ]+popw[ ]+%cx 463 *[0-9a-f]+: 66 5a[ ]+popw[ ]+%dx 464 *[0-9a-f]+: 66 5b[ ]+popw[ ]+%bx 465 *[0-9a-f]+: 66 5c[ ]+popw[ ]+%sp 466 *[0-9a-f]+: 66 5d[ ]+popw[ ]+%bp 467 *[0-9a-f]+: 66 5e[ ]+popw[ ]+%s [all...] |
opcode.d | 409 6b5: 66 07 [ ]*popw %es 418 6df: 66 17 [ ]*popw %ss 423 6f5: 66 1f [ ]*popw %ds 485 7e0: 66 8f 80 90 90 90 90 [ ]*popw -0x6f6f6f70\(%eax\) 554 934: 66 0f a1 [ ]*popw %fs 559 953: 66 0f a9 [ ]*popw %gs
|
general.l | 94 45 008d 661F popw %ds
|
intel.d | 412 [ ]*[a-f0-9]+: 66 07 [ ]*popw %es 421 [ ]*[a-f0-9]+: 66 17 [ ]*popw %ss 426 [ ]*[a-f0-9]+: 66 1f [ ]*popw %ds 488 [ ]*[a-f0-9]+: 66 8f 80 90 90 90 90 [ ]*popw -0x6f6f6f70\(%eax\) 559 [ ]*[a-f0-9]+: 66 0f a1 [ ]*popw %fs 564 [ ]*[a-f0-9]+: 66 0f a9 [ ]*popw %gs [all...] |
opcode-intel.d | 410 *[0-9a-f]+: 66 07[ ]+popw[ ]+es 419 *[0-9a-f]+: 66 17[ ]+popw[ ]+ss 424 *[0-9a-f]+: 66 1f[ ]+popw[ ]+ds 555 *[0-9a-f]+: 66 0f a1[ ]+popw[ ]+fs 560 *[0-9a-f]+: 66 0f a9[ ]+popw[ ]+gs [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
anames.go | 158 "POPW",
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/ |
anames.go | 155 "POPW",
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
anames.go | 158 "POPW",
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/x86/ |
anames.go | 155 "POPW",
|
/external/llvm/test/MC/Disassembler/X86/ |
x86-16.txt | 381 # CHECK: popw %ss 384 # CHECK: popw %ds 387 # CHECK: popw %es
|
/external/llvm/test/MC/X86/ |
x86-16.s | 460 // CHECK: popw %ss 463 // CHECK: popw %ds 466 // CHECK: popw %es
|
x86-64.s | 915 popw %fs label 916 // CHECK: popw %fs 918 popw %gs label 919 // CHECK: popw %gs
|
/external/valgrind/docs/internals/ |
3_1_BUGSTATUS.txt | 56 vx1611 fixed 126243 vex x86->IR: popw mem
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
pyr.h | 201 {"popw", { 2, "", (0x1|0x8|0x10), 0x0d} },
|
/external/valgrind/VEX/test/ |
test-amd64.c | 1154 /* specific popw test */ 1155 asm volatile ("pushq $12345432 ; pushq $0x9abcdef ; popw (%%rsp) ; addl $2, %%rsp ; popq %0" 1157 printf("popw rsp=%x\n", res); [all...] |