Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.h76 SMUL, enumerator
H A DM68kISelLowering.cpp2037 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 DM68kInstrInfo.td136 def MxSMul : SDNode<"M68kISD::SMUL", MxSDT_BiArithCCROut, [SDNPCommutative]>;
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h399 SMUL, enumerator
H A DX86ISelDAGToDAG.cpp2799 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 DX86FastISel.cpp2886 BaseOpc = X86ISD::SMUL; CondCode = X86::COND_O; break; in fastLowerIntrinsicCall()
2936 } else if (BaseOpc == X86ISD::SMUL && !ResultReg) { in fastLowerIntrinsicCall()
H A DX86InstrInfo.td255 def X86smul_flag : SDNode<"X86ISD::SMUL", SDTBinaryArithWithFlags,
H A DX86ISelLowering.cpp25427 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 DSparcInstrInfo.td813 defm SMUL : F3_12<"smul", 0b001011, smullohi, IntRegs, i32, simm13Op, IIC_iu_smul>;
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstrFormats.td983 // SMUL<x><y> / SMULW<y> / SMLA<x><y> / SMLAW<x><y>
H A DARMInstrInfo.td4588 defm SMUL : AI_smul<"smul">;
/openbsd/gnu/gcc/gcc/doc/
H A Dextend.texi6513 @tab @code{SMUL @var{a},@var{b},@var{c}}
H A Dgcc.info21089 `sw2 __SMUL (sw1, sw1)' `C = __SMUL (A, B)' `SMUL A,B,C'