Searched refs:SMUL (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.h | 76 SMUL, enumerator
|
H A D | M68kISelLowering.cpp | 2037 Opc == M68kISD::SUBX || Opc == M68kISD::SMUL || Opc == M68kISD::UMUL || in isM68kLogicalCmp() 2173 MxOpcode = M68kISD::SMUL; in LowerSELECT() 2372 MxOpcode = M68kISD::SMUL; in LowerBRCOND() 3514 case M68kISD::SMUL: in getTargetNodeName()
|
H A D | M68kInstrInfo.td | 136 def MxSMul : SDNode<"M68kISD::SMUL", MxSDT_BiArithCCROut, [SDNPCommutative]>;
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 399 SMUL, enumerator
|
H A D | X86ISelDAGToDAG.cpp | 2799 case X86ISD::SMUL: in selectLEAAddr() 5153 case X86ISD::SMUL: in Select() 5167 ROpc = Opcode == X86ISD::SMUL ? X86::IMUL8r : X86::MUL8r; in Select() 5168 MOpc = Opcode == X86ISD::SMUL ? X86::IMUL8m : X86::MUL8m; in Select()
|
H A D | X86FastISel.cpp | 2886 BaseOpc = X86ISD::SMUL; CondCode = X86::COND_O; break; in fastLowerIntrinsicCall() 2936 } else if (BaseOpc == X86ISD::SMUL && !ResultReg) { in fastLowerIntrinsicCall()
|
H A D | X86InstrInfo.td | 255 def X86smul_flag : SDNode<"X86ISD::SMUL", SDTBinaryArithWithFlags,
|
H A D | X86ISelLowering.cpp | 25427 BaseOp = X86ISD::SMUL; in getX86XALUOOp() 25469 Opc == X86ISD::SBB || Opc == X86ISD::SMUL || Opc == X86ISD::UMUL || in isX86LogicalCmp() 34562 NODE_NAME_CASE(SMUL) in getTargetNodeName()
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.td | 813 defm SMUL : F3_12<"smul", 0b001011, smullohi, IntRegs, i32, simm13Op, IIC_iu_smul>;
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMInstrFormats.td | 983 // SMUL<x><y> / SMULW<y> / SMLA<x><y> / SMLAW<x><y>
|
H A D | ARMInstrInfo.td | 4588 defm SMUL : AI_smul<"smul">;
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | extend.texi | 6513 @tab @code{SMUL @var{a},@var{b},@var{c}}
|
H A D | gcc.info | 21089 `sw2 __SMUL (sw1, sw1)' `C = __SMUL (A, B)' `SMUL A,B,C'
|