Searched refs:MULHW (Results 1 – 12 of 12) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_common.c | 194 #define MULHW (HI(31) | LO(75)) macro 1054 …return push_inst(compiler, (op == SLJIT_LMUL_UW ? MULHWU : MULHW) | D(SLJIT_R1) | A(TMP_REG1) | B(… in sljit_emit_op0()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenMCCodeEmitter.inc | 1136 UINT64_C(2080374934), // MULHW 4418 case PPC::MULHW: 6725 0, // MULHW = 1123
|
D | PPCGenInstrInfo.inc | 1138 MULHW = 1123, 3969 …<<MCID::Commutable), 0x8ULL, nullptr, nullptr, OperandInfo48, -1 ,nullptr }, // Inst #1123 = MULHW 7596 { PPC::MULHWo, PPC::MULHW }, 7759 { PPC::MULHW, PPC::MULHWo },
|
D | PPCGenFastISel.inc | 2288 return fastEmitInst_rr(PPC::MULHW, &PPC::GPRCRegClass, Op0, Op0IsKill, Op1, Op1IsKill);
|
D | PPCGenAsmWriter.inc | 2741 27020U, // MULHW 4899 38U, // MULHW
|
D | PPCGenDisassemblerTables.inc | 1282 /* 5930 */ MCD::OPC_Decode, 227, 8, 62, // Opcode: MULHW
|
D | PPCGenAsmMatcher.inc | 5992 …{ 7686 /* mulhw */, PPC::MULHW, Convert__RegGPRC1_0__RegGPRC1_1__RegGPRC1_2, 0, { MCK_RegGPRC, MCK…
|
D | PPCGenDAGISel.inc | 27878 /* 66344*/ OPC_MorphNodeTo1, TARGET_VAL(PPC::MULHW), 0, 27881 // Dst: (MULHW:{ *:[i32] } i32:{ *:[i32] }:$rA, i32:{ *:[i32] }:$rB)
|
/external/capstone/arch/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 843 /* 3387 */ MCD_OPC_Decode, 205, 5, 42, // Opcode: MULHW
|
D | PPCGenAsmWriter.inc | 737 23027U, // MULHW 2010 0U, // MULHW
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2482 defm MULHW : XOForm_1r<31, 75, 0, (outs gprc:$rT), (ins gprc:$rA, gprc:$rB),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2762 defm MULHW : XOForm_1r<31, 75, 0, (outs gprc:$rT), (ins gprc:$rA, gprc:$rB),
|