Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dtx_priv.h56 #define SMUL(dre, dim, are, aim, bre, bim) do { \ macro
79 #define SMUL(dre, dim, are, aim, bre, bim) do { \ macro
Dtx_template.c179 SMUL(t[4].re, t[0].re, TX_NAME(ff_cos_53)[2].re, TX_NAME(ff_cos_53)[3].re, t[2].re, t[0].re); \
180 SMUL(t[4].im, t[0].im, TX_NAME(ff_cos_53)[2].re, TX_NAME(ff_cos_53)[3].re, t[2].im, t[0].im); \
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeSPARC_32.c108 FAIL_IF(push_inst(compiler, SMUL | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst))); in emit_single_op()
DsljitNativeSPARC_common.c196 #define SMUL (OPC1(0x2) | OPC3(0x0b)) macro
955 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? UMUL : SMUL) | D(SLJIT_R0) | S1(SLJIT_R0) | S2(… in sljit_emit_op0()
977 FAIL_IF(push_inst(compiler, SMUL | D(SLJIT_R1) | S1(SLJIT_R0) | S2(SLJIT_R1), DR(SLJIT_R1))); in sljit_emit_op0()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h341 ADD, SUB, ADC, SBB, SMUL, UMUL, enumerator
DX86ISelDAGToDAG.cpp4687 case X86ISD::SMUL: in Select()
4701 ROpc = Opcode == X86ISD::SMUL ? X86::IMUL8r : X86::MUL8r; in Select()
4702 MOpc = Opcode == X86ISD::SMUL ? X86::IMUL8m : X86::MUL8m; in Select()
DX86FastISel.cpp2901 BaseOpc = X86ISD::SMUL; CondCode = X86::COND_O; break; in fastLowerIntrinsicCall()
2956 } else if (BaseOpc == X86ISD::SMUL && !ResultReg) { in fastLowerIntrinsicCall()
DX86InstrInfo.td255 def X86smul_flag : SDNode<"X86ISD::SMUL", SDTBinaryArithWithFlags,
DX86ISelLowering.cpp21989 BaseOp = X86ISD::SMUL; in getX86XALUOOp()
22031 Opc == X86ISD::SBB || Opc == X86ISD::SMUL || Opc == X86ISD::UMUL || in isX86LogicalCmp()
22846 Cond.getOpcode() == X86ISD::SMUL || in LowerBRCOND()
29740 case X86ISD::SMUL: return "X86ISD::SMUL"; in getTargetNodeName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.td743 defm SMUL : F3_12<"smul", 0b001011, smullohi, IntRegs, i32, simm13Op, IIC_iu_smul>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrFormats.td972 // SMUL<x><y> / SMULW<y> / SMLA<x><y> / SMLAW<x><y>
DARMInstrInfo.td4382 defm SMUL : AI_smul<"smul">;