Searched refs:cwde (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrExtension.td | 20 "{cwtl|cwde}", [], IIC_CBW>, OpSize32; // EAX = signext(AX)
|
D | X86InstrInfo.td | 2570 def : MnemonicAlias<"cwde", "cwtl", "att">;
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 471 cwde // CHECK: cwtl label
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 411 #define CWDE CHOICE(cwtd, cwde, cwde) 1147 #define CWDE cwde
|
/external/valgrind/none/tests/x86/ |
D | insn_basic.def | 418 cwde ax.sw[12345] : => eax.sd[12345] 419 cwde ax.sw[-12345] : => eax.sd[-12345]
|
/external/valgrind/none/tests/amd64/ |
D | insn_basic.def | 554 cwde ax.sw[12345] : => eax.sd[12345] 555 cwde ax.sw[-12345] : => eax.sd[-12345]
|
/external/valgrind/perf/ |
D | tinycc.c | 3144 DEF_ASM_OP0(cwde, 0x98) 3601 DEF_ASM_OP0(cwde, 0x98) 4476 DEF_ASM_OP0(cwde, 0x98) 4933 DEF_ASM_OP0(cwde, 0x98) 15183 DEF_ASM_OP0(cwde, 0x98) 15645 DEF_ASM_OP0(cwde, 0x98)
|