Home
last modified time | relevance | path

Searched refs:CDQ (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrExtension.td26 def CDQ : I<0x99, RawFrm, (outs), (ins),
DX86FastISel.cpp1619 { X86::IDIV32r, X86::CDQ, Copy, X86::EAX, S }, // SDiv in X86SelectDivRem()
1620 { X86::IDIV32r, X86::CDQ, Copy, X86::EDX, S }, // SRem in X86SelectDivRem()
DX86ISelDAGToDAG.cpp2478 SExtOpcode = X86::CDQ; in Select()
/external/pcre/dist/sljit/
DsljitNativeX86_common.c168 #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/
Dassyntax.h424 #define CDQ CHOICE(cltd, cdq, cdq) macro
1161 #define CDQ cdq macro