Home
last modified time | relevance | path

Searched refs:DIVWU (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ppc/
Dconstants-ppc.h237 DIVWU = 459 << 1, // Divide Word Unsigned enumerator
Ddisasm-ppc.cc728 case DIVWU: { in DecodeExt2()
Dassembler-ppc.cc908 xo_form(EXT2 | DIVWU, dst, src1, src2, o, r); in divwu()
Dsimulator-ppc.cc2365 case DIVWU: { in ExecuteExt2_9bit_part2()
/external/pcre/dist/sljit/
DsljitNativePPC_common.c156 #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/
DPPCInstrInfo.td2371 defm DIVWU : XOForm_1rcr<31, 459, 0, (outs gprc:$rT), (ins gprc:$rA, gprc:$rB),