Searched refs:SMUL (Results 1 – 12 of 12) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | tx_priv.h | 56 #define SMUL(dre, dim, are, aim, bre, bim) do { \ macro 79 #define SMUL(dre, dim, are, aim, bre, bim) do { \ macro
|
D | tx_template.c | 179 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/ |
D | sljitNativeSPARC_32.c | 108 FAIL_IF(push_inst(compiler, SMUL | D(dst) | S1(src1) | ARG2(flags, src2), DR(dst))); in emit_single_op()
|
D | sljitNativeSPARC_common.c | 196 #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/ |
D | X86ISelLowering.h | 341 ADD, SUB, ADC, SBB, SMUL, UMUL, enumerator
|
D | X86ISelDAGToDAG.cpp | 4687 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()
|
D | X86FastISel.cpp | 2901 BaseOpc = X86ISD::SMUL; CondCode = X86::COND_O; break; in fastLowerIntrinsicCall() 2956 } else if (BaseOpc == X86ISD::SMUL && !ResultReg) { in fastLowerIntrinsicCall()
|
D | X86InstrInfo.td | 255 def X86smul_flag : SDNode<"X86ISD::SMUL", SDTBinaryArithWithFlags,
|
D | X86ISelLowering.cpp | 21989 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/ |
D | SparcInstrInfo.td | 743 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/ |
D | ARMInstrFormats.td | 972 // SMUL<x><y> / SMULW<y> / SMLA<x><y> / SMLAW<x><y>
|
D | ARMInstrInfo.td | 4382 defm SMUL : AI_smul<"smul">;
|