Searched refs:cwde (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-64.s | 455 cwde // CHECK: cwtl label
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrExtension.td | 20 "{cwtl|cwde}", []>; // EAX = signext(AX)
|
D | X86InstrInfo.td | 1451 def : MnemonicAlias<"cwde", "cwtl">;
|
D | X86GenAsmWriter1.inc | 3863 "cwde\000daa\000das\000data16\000dec\t\000div\t\000divpd\t\000divps\t\000"
|
D | X86GenAsmMatcher.inc | 751 Mnemonic = "cwtl"; // "cwde"
|
/external/llvm/lib/Target/X86/ |
D | X86InstrExtension.td | 20 "{cwtl|cwde}", [], IIC_CBW>, OpSize32; // EAX = signext(AX)
|
D | X86InstrInfo.td | 2574 def : MnemonicAlias<"cwde", "cwtl", "att">;
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 492 cwde // CHECK: cwtl label
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 411 #define CWDE CHOICE(cwtd, cwde, cwde) 1139 #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)
|