Searched refs:DIVWU (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ppc/ |
D | constants-ppc.h | 237 DIVWU = 459 << 1, // Divide Word Unsigned enumerator
|
D | disasm-ppc.cc | 728 case DIVWU: { in DecodeExt2()
|
D | assembler-ppc.cc | 908 xo_form(EXT2 | DIVWU, dst, src1, src2, o, r); in divwu()
|
D | simulator-ppc.cc | 2365 case DIVWU: { in ExecuteExt2_9bit_part2()
|
/external/pcre/dist/sljit/ |
D | sljitNativePPC_common.c | 156 #define DIVWU (HI(31) | LO(459)) macro 1274 …FAIL_IF(push_inst(compiler, (int_op ? (op == SLJIT_UDIVMOD ? DIVWU : DIVW) : (op == SLJIT_UDIVMOD … in sljit_emit_op0() 1277 …FAIL_IF(push_inst(compiler, (op == SLJIT_UDIVMOD ? DIVWU : DIVW) | D(SLJIT_R0) | A(SLJIT_R0) | B(S… in sljit_emit_op0() 1284 …return push_inst(compiler, (int_op ? (op == SLJIT_UDIVI ? DIVWU : DIVW) : (op == SLJIT_UDIVI ? DIV… in sljit_emit_op0() 1286 …return push_inst(compiler, (op == SLJIT_UDIVI ? DIVWU : DIVW) | D(SLJIT_R0) | A(SLJIT_R0) | B(SLJI… in sljit_emit_op0()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2371 defm DIVWU : XOForm_1rcr<31, 459, 0, (outs gprc:$rT), (ins gprc:$rA, gprc:$rB),
|