Searched refs:popw (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/MC/Disassembler/X86/ |
D | x86-16.txt | 381 # CHECK: popw %ss 384 # CHECK: popw %ds 387 # CHECK: popw %es
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 915 popw %fs label 918 popw %gs label
|
D | x86-32-coverage.s | 233 popw 0x7eed
|
/external/valgrind/docs/internals/ |
D | 3_1_BUGSTATUS.txt | 56 vx1611 fixed 126243 vex x86->IR: popw mem
|
/external/valgrind/perf/ |
D | tinycc.c | 3038 DEF_ASM(popw) 3246 ALT(DEF_ASM_OP1(popw, 0x58, 0, OPC_REG | OPC_WL, OPT_REGW)) 3247 ALT(DEF_ASM_OP1(popw, 0x8f, 0, OPC_MODRM | OPC_WL, OPT_REGW | OPT_EA)) 3248 ALT(DEF_ASM_OP1(popw, 0x07, 0, OPC_WL, OPT_SEG)) 3703 ALT(DEF_ASM_OP1(popw, 0x58, 0, OPC_REG | OPC_WL, OPT_REGW)) 3704 ALT(DEF_ASM_OP1(popw, 0x8f, 0, OPC_MODRM | OPC_WL, OPT_REGW | OPT_EA)) 3705 ALT(DEF_ASM_OP1(popw, 0x07, 0, OPC_WL, OPT_SEG)) 4370 DEF_ASM(popw) 4578 ALT(DEF_ASM_OP1(popw, 0x58, 0, OPC_REG | OPC_WL, OPT_REGW)) 4579 ALT(DEF_ASM_OP1(popw, 0x8f, 0, OPC_MODRM | OPC_WL, OPT_REGW | OPT_EA)) [all …]
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 569 #define POP_W(a) CHOICE(popw a, popw a, _WTOG pop a)
|
/external/valgrind/ |
D | NEWS.old | 644 126243 vex x86->IR: popw mem
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2494 def : MnemonicAlias<"pop", "popw", "att">, Requires<[In16BitMode]>;
|