Searched refs:SMUL (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 423 SMUL, enumerator
|
| H A D | X86InstrFragments.td | 265 def X86smul_flag : SDNode<"X86ISD::SMUL", SDTBinaryArithWithFlags,
|
| H A D | X86ISelDAGToDAG.cpp | 3175 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 D | X86FastISel.cpp | 2921 BaseOpc = X86ISD::SMUL; CondCode = X86::COND_O; break; in fastLowerIntrinsicCall() 2971 } else if (BaseOpc == X86ISD::SMUL && !ResultReg) { in fastLowerIntrinsicCall()
|
| H A D | X86ISelLowering.cpp | 24757 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 D | M68kInstrInfo.td | 136 def MxSMul : SDNode<"M68kISD::SMUL", MxSDT_BiArithCCROut, [SDNPCommutative]>;
|
| H A D | M68kISelLowering.cpp | 1605 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 D | SparcInstrInfo.td | 903 defm SMUL : F3_12<"smul", 0b001011, smullohi, IntRegs, i32, simm13Op, IIC_iu_smul>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrFormats.td | 987 // SMUL<x><y> / SMULW<y> / SMLA<x><y> / SMLAW<x><y>
|
| H A D | ARMInstrInfo.td | 4622 defm SMUL : AI_smul<"smul">;
|