Searched refs:CDQ (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrExtension.td | 26 def CDQ : I<0x99, RawFrm, (outs), (ins),
|
D | X86FastISel.cpp | 1619 { X86::IDIV32r, X86::CDQ, Copy, X86::EAX, S }, // SDiv in X86SelectDivRem() 1620 { X86::IDIV32r, X86::CDQ, Copy, X86::EDX, S }, // SRem in X86SelectDivRem()
|
D | X86ISelDAGToDAG.cpp | 2478 SExtOpcode = X86::CDQ; in Select()
|
/external/pcre/dist/sljit/ |
D | sljitNativeX86_common.c | 168 #define CDQ 0x99 macro 785 *inst = CDQ; in sljit_emit_op0() 791 *inst = CDQ; in sljit_emit_op0() 797 *inst = CDQ; in sljit_emit_op0()
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 424 #define CDQ CHOICE(cltd, cdq, cdq) macro 1161 #define CDQ cdq macro
|