Searched refs:DIVWU (Results 1 – 11 of 11) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_common.c | 164 #define DIVWU (HI(31) | LO(459)) macro 1060 …FAIL_IF(push_inst(compiler, (int_op ? (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) : (op == SLJIT_DIVMOD… in sljit_emit_op0() 1063 …FAIL_IF(push_inst(compiler, (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) | D(SLJIT_R0) | A(SLJIT_R0) | B… in sljit_emit_op0() 1070 …return push_inst(compiler, (int_op ? (op == SLJIT_DIV_UW ? DIVWU : DIVW) : (op == SLJIT_DIV_UW ? D… in sljit_emit_op0() 1072 …return push_inst(compiler, (op == SLJIT_DIV_UW ? DIVWU : DIVW) | D(SLJIT_R0) | A(SLJIT_R0) | B(SLJ… in sljit_emit_op0()
|
/external/v8/src/ppc/ |
D | disasm-ppc.cc | 774 case DIVWU: { in DecodeExt2()
|
D | constants-ppc.h | 2016 V(divwu, DIVWU, 0x7C000396) \
|
D | assembler-ppc.cc | 912 xo_form(EXT2 | DIVWU, dst, src1, src2, o, r); in divwu()
|
D | simulator-ppc.cc | 2782 case DIVWU: { in ExecuteGeneric()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | P9InstrResources.td | 947 DIVWU,
|
D | PPCInstrInfo.td | 2740 defm DIVWU : XOForm_1rcr<31, 459, 0, (outs gprc:$rT), (ins gprc:$rA, gprc:$rB),
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 1173 def DIVWU : XOForm_1<31, 459, 0, (outs GPRC:$rT), (ins GPRC:$rA, GPRC:$rB),
|
/external/capstone/arch/PowerPC/ |
D | PPCGenDisassemblerTables.inc | 881 /* 3534 */ MCD_OPC_Decode, 245, 1, 42, // Opcode: DIVWU
|
D | PPCGenAsmWriter.inc | 265 22592U, // DIVWU 1538 0U, // DIVWU
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2460 defm DIVWU : XOForm_1rcr<31, 459, 0, (outs gprc:$rT), (ins gprc:$rA, gprc:$rB),
|