Home
last modified time | relevance | path

Searched refs:SMUL (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h423 SMUL, enumerator
H A DX86InstrFragments.td265 def X86smul_flag : SDNode<"X86ISD::SMUL", SDTBinaryArithWithFlags,
H A DX86ISelDAGToDAG.cpp3175 case X86ISD::SMUL: in selectLEAAddr()
5691 case X86ISD::SMUL: in Select()
5705 ROpc = Opcode == X86ISD::SMUL ? X86::IMUL8r : X86::MUL8r; in Select()
5706 MOpc = Opcode == X86ISD::SMUL ? X86::IMUL8m : X86::MUL8m; in Select()
H A DX86FastISel.cpp2921 BaseOpc = X86ISD::SMUL; CondCode = X86::COND_O; break; in fastLowerIntrinsicCall()
2971 } else if (BaseOpc == X86ISD::SMUL && !ResultReg) { in fastLowerIntrinsicCall()
H A DX86ISelLowering.cpp24757 BaseOp = X86ISD::SMUL; in getX86XALUOOp()
24799 Opc == X86ISD::SBB || Opc == X86ISD::SMUL || Opc == X86ISD::UMUL || in isX86LogicalCmp()
35090 NODE_NAME_CASE(SMUL) in getTargetNodeName()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.td136 def MxSMul : SDNode<"M68kISD::SMUL", MxSDT_BiArithCCROut, [SDNPCommutative]>;
H A DM68kISelLowering.cpp1605 BaseOp = NoOverflow ? (unsigned)ISD::MUL : (unsigned)M68kISD::SMUL; in lowerOverflowArithmetic()
2241 Opc == M68kISD::SUBX || Opc == M68kISD::SMUL || Opc == M68kISD::UMUL || in isM68kLogicalCmp()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td903 defm SMUL : F3_12<"smul", 0b001011, smullohi, IntRegs, i32, simm13Op, IIC_iu_smul>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrFormats.td987 // SMUL<x><y> / SMULW<y> / SMLA<x><y> / SMLAW<x><y>
H A DARMInstrInfo.td4622 defm SMUL : AI_smul<"smul">;