Searched refs:DIVW (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ppc/ |
D | constants-ppc.h | 240 DIVW = 491 << 1, // Divide Word enumerator
|
D | disasm-ppc.cc | 724 case DIVW: { in DecodeExt2()
|
D | assembler-ppc.cc | 901 xo_form(EXT2 | DIVW, dst, src1, src2, o, r); in divw()
|
D | simulator-ppc.cc | 2341 case DIVW: { in ExecuteExt2_9bit_part2()
|
/external/pcre/dist/sljit/ |
D | sljitNativePPC_common.c | 155 #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/ |
D | PPCInstrInfo.td | 2368 defm DIVW : XOForm_1rcr<31, 491, 0, (outs gprc:$rT), (ins gprc:$rA, gprc:$rB),
|