Searched refs:SMUL (Results 1 – 16 of 16) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeSPARC_32.c | 109 FAIL_IF(push_inst(compiler, SMUL | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst))); in emit_single_op()
|
D | sljitNativeSPARC_common.c | 176 #define SMUL (OPC1(0x2) | OPC3(0x0b)) macro 779 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? UMUL : SMUL) | D(SLJIT_R0) | S1(SLJIT_R0) | S2(… in sljit_emit_op0() 801 FAIL_IF(push_inst(compiler, SMUL | D(SLJIT_R1) | S1(SLJIT_R0) | S2(SLJIT_R1), DR(SLJIT_R1))); in sljit_emit_op0()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.h | 235 ADD, SUB, ADC, SBB, SMUL, enumerator
|
D | X86ISelLowering.cpp | 8601 Opc == X86ISD::SMUL || in isX86LogicalCmp() 8792 Cond.getOpcode() == X86ISD::SMUL || in LowerBRCOND() 10088 BaseOp = X86ISD::SMUL; in LowerXALUO() 10701 case X86ISD::SMUL: return "X86ISD::SMUL"; in getTargetNodeName() 12318 case X86ISD::SMUL: in computeMaskedBitsForTargetNode()
|
D | X86InstrInfo.td | 212 def X86smul_flag : SDNode<"X86ISD::SMUL", SDTBinaryArithWithFlags,
|
D | X86GenDAGISel.inc | 25152 /*SwitchOpcode*/ 107|128,3/*491*/, TARGET_VAL(X86ISD::SMUL),// ->52068
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 342 ADD, SUB, ADC, SBB, SMUL, enumerator
|
D | X86FastISel.cpp | 2740 BaseOpc = X86ISD::SMUL; CondOpc = X86::SETOr; break; in fastLowerIntrinsicCall() 2793 } else if (BaseOpc == X86ISD::SMUL && !ResultReg) { in fastLowerIntrinsicCall()
|
D | X86InstrInfo.td | 241 def X86smul_flag : SDNode<"X86ISD::SMUL", SDTBinaryArithWithFlags,
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 490 defm SMUL : F3_12 <"smul", 0b001011, mul>;
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 738 defm SMUL : F3_12 <"smul", 0b001011, mul, IntRegs, i32, simm13Op, IIC_iu_smul>;
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrFormats.td | 725 // SMUL<x><y> / SMULW<y> / SMLA<x><y> / SMLAW<x><y>
|
D | ARMInstrInfo.td | 3693 defm SMUL : AI_smul<"smul", BinOpFrag<(mul node:$LHS, node:$RHS)>>;
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrFormats.td | 854 // SMUL<x><y> / SMULW<y> / SMLA<x><y> / SMLAW<x><y>
|
D | ARMInstrInfo.td | 4102 defm SMUL : AI_smul<"smul">;
|
/external/valgrind/none/tests/arm/ |
D | v6media.stdout.exp | 157 ------------ SMUL{B,T}{B,T} ------------
|