Searched refs:UMUL (Results 1 – 15 of 15) sorted by relevance
/third_party/mesa3d/src/gallium/tests/graw/vertex-shader/ |
D | vert-imul_hi.txt | 11 UMUL TEMP[0], TEMP[0], IMM[0].wwww
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 155 OP12(UMUL)
|
D | tgsi_info_opcodes.h | 136 OPCODE(1, 2, COMP, UMUL)
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.3.3.rst | 72 - freedreno/ir3: implement UMUL correctly
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 336 UMUL, // 32bit unsigned multiplication enumerator
|
D | AMDGPUISelLowering.cpp | 4229 NODE_NAME_CASE(UMUL); in getTargetNodeName()
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeSPARC_common.c | 198 #define UMUL (OPC1(0x2) | OPC3(0x0a)) macro 955 …FAIL_IF(push_inst(compiler, (op == SLJIT_LMUL_UW ? UMUL : SMUL) | D(SLJIT_R0) | S1(SLJIT_R0) | S2(… 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 | X86FastISel.cpp | 2903 BaseOpc = X86ISD::UMUL; CondCode = X86::COND_O; break; in fastLowerIntrinsicCall() 2945 if (BaseOpc == X86ISD::UMUL && !ResultReg) { in fastLowerIntrinsicCall()
|
D | X86ISelDAGToDAG.cpp | 4692 case X86ISD::UMUL: { in Select()
|
D | X86InstrInfo.td | 257 def X86umul_flag : SDNode<"X86ISD::UMUL", SDT2ResultBinaryArithWithFlags,
|
D | X86ISelLowering.cpp | 21993 BaseOp = X86ISD::UMUL; in getX86XALUOOp() 22031 Opc == X86ISD::SBB || Opc == X86ISD::SMUL || Opc == X86ISD::UMUL || in isX86LogicalCmp() 22847 Cond.getOpcode() == X86ISD::UMUL) in LowerBRCOND() 29741 case X86ISD::UMUL: return "X86ISD::UMUL"; in getTargetNodeName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 742 defm UMUL : F3_12<"umul", 0b001010, umullohi, IntRegs, i32, simm13Op, IIC_iu_umul>;
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 827 NV50_IR_OPCODE_CASE(UMUL, MUL); in translateOpcode()
|
/third_party/mesa3d/docs/gallium/ |
D | tgsi.rst | 1123 .. opcode:: UMUL - Integer Multiply
|