Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dconstants-ppc.h240 DIVW = 491 << 1, // Divide Word enumerator
Ddisasm-ppc.cc724 case DIVW: { in DecodeExt2()
Dassembler-ppc.cc901 xo_form(EXT2 | DIVW, dst, src1, src2, o, r); in divw()
Dsimulator-ppc.cc2341 case DIVW: { in ExecuteExt2_9bit_part2()
/external/pcre/dist/sljit/
DsljitNativePPC_common.c155 #define DIVW (HI(31) | LO(491)) 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.td2368 defm DIVW : XOForm_1rcr<31, 491, 0, (outs gprc:$rT), (ins gprc:$rA, gprc:$rB),