/external/llvm/test/CodeGen/X86/ |
D | shl_elim.ll | 14 ; CHECK: cwtl
|
D | mcinst-lowering.ll | 25 ; CHECK: cwtl ## encoding: [0x98]
|
D | fast-isel-ret-ext.ll | 29 ; CHECK: {{(movswl.%.x, %eax|cwtl)}}
|
D | pr14088.ll | 31 ; CHECK: cwtl
|
D | vector-half-conversions.ll | 40 ; ALL-NEXT: cwtl 71 ; ALL-NEXT: cwtl 108 ; AVX1-NEXT: cwtl 157 ; AVX2-NEXT: cwtl 206 ; AVX512-NEXT: cwtl 254 ; AVX1-NEXT: cwtl 269 ; AVX1-NEXT: cwtl 284 ; AVX1-NEXT: cwtl 300 ; AVX1-NEXT: cwtl 349 ; AVX2-NEXT: cwtl [all …]
|
D | select.ll | 38 ; CHECK: cwtl 42 ; ATOM: cwtl
|
/external/llvm/docs/ |
D | ExtendedIntegerResults.txt | 35 cwtl
|
/external/swiftshader/third_party/LLVM/docs/ |
D | ExtendedIntegerResults.txt | 35 cwtl
|
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-64.s | 456 cwtl // CHECK: cwtl label
|
D | x86-32-coverage.s | 181 cwtl 2866 cwtl 12630 cwtl
|
/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/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 | X86GenAsmMatcher.inc | 751 Mnemonic = "cwtl"; // "cwde" 3335 { X86::CWDE, "cwtl", Convert, { }, 0},
|
D | X86GenAsmWriter.inc | 3872 "cvttss2siq\t\000cvttss2si\t\000cwtd\000cwtl\000daa\000das\000data16\000"
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 493 cwtl // CHECK: cwtl label
|
D | x86-32-coverage.s | 1233 cwtl
|
/external/elfutils/libcpu/defs/ |
D | i386 | 117 # SPECIAL 10011000:[{rex.w}?cltq:{dpfx}?cbtw:cwtl]
|
/external/valgrind/perf/ |
D | tinycc.c | 3147 DEF_ASM_OP0(cwtl, 0x98) 3604 DEF_ASM_OP0(cwtl, 0x98) 4479 DEF_ASM_OP0(cwtl, 0x98) 4936 DEF_ASM_OP0(cwtl, 0x98) 15186 DEF_ASM_OP0(cwtl, 0x98) 15648 DEF_ASM_OP0(cwtl, 0x98)
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 423 #define CWD CHOICE(cwtl, cwd, cwd)
|
/external/valgrind/VEX/orig_amd64/ |
D | test2.sorted | 1492 98 cwtl
|
D | test2.orig | 5966 cwtl
|
/external/elfutils/tests/ |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |