/external/llvm/lib/Target/X86/ |
D | X86InstrExtension.td | 27 "{cltd|cdq}", [], IIC_CBW>, OpSize32; // EDX:EAX = signext(EAX)
|
D | README.txt | 922 We should investigate using cdq/ctld (effect: edx = sar eax, 31)
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 498 cdq // CHECK: cltd label
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | scale_win.cc | 1325 cdq // extend num to 64 bits in FixedDiv_X86() 1339 cdq // extend num to 64 bits in FixedDiv1_X86()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrExtension.td | 31 "{cltd|cdq}", []>, OpSize32, Sched<[WriteALU]>;
|
D | README.txt | 922 We should investigate using cdq/ctld (effect: edx = sar eax, 31)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrExtension.td | 31 "{cltd|cdq}", []>, OpSize32, Sched<[WriteALU]>;
|
D | README.txt | 922 We should investigate using cdq/ctld (effect: edx = sar eax, 31)
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale_win.cc | 1363 cdq // extend num to 64 bits in FixedDiv_X86() 1376 cdq // extend num to 64 bits in FixedDiv1_X86()
|
/external/libyuv/files/source/ |
D | scale_win.cc | 1363 cdq // extend num to 64 bits in FixedDiv_X86() 1376 cdq // extend num to 64 bits in FixedDiv1_X86()
|
/external/llvm-project/llvm/test/MC/X86/ |
D | x86-64.s | 507 cdq // CHECK: cltd label
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 424 #define CDQ CHOICE(cltd, cdq, cdq) 1153 #define CDQ cdq
|
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX86Base.h | 623 void cdq();
|
D | IceAssemblerX86BaseImpl.h | 2982 template <typename TraitsType> void AssemblerX86Base<TraitsType>::cdq() { in cdq() function
|
D | IceInstX86BaseImpl.h | 1358 Asm->cdq(); in emitIAS()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | GPRArith.cpp | 901 TestImpl(cdq, 1u, 0x99); in TEST_F()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | GPRArith.cpp | 929 TestImpl(cdq, 1u, 0x99); in TEST_F()
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Znver2/ |
D | resources-x86_64.s | 191 cdq label
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Generic/ |
D | resources-x86_64.s | 246 cdq label
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Haswell/ |
D | resources-x86_64.s | 246 cdq label
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Atom/ |
D | resources-x86_64.s | 246 cdq label
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/BdVer2/ |
D | resources-x86_64.s | 246 cdq label
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/SkylakeServer/ |
D | resources-x86_64.s | 246 cdq label
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/SkylakeClient/ |
D | resources-x86_64.s | 246 cdq label
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Broadwell/ |
D | resources-x86_64.s | 246 cdq label
|