Searched refs:DIVDU (Results 1 - 5 of 5) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitNativePPC_common.c158 #define DIVDU (HI(31) | LO(457)) macro
1278 FAIL_IF(push_inst(compiler, (int_op ? (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) : (op == SLJIT_DIVMOD_UW ? DIVDU : DIVD)) | D(SLJIT_R0) | A(SLJIT_R0) | B(SLJIT_R1)));
1288 return push_inst(compiler, (int_op ? (op == SLJIT_DIV_UW ? DIVWU : DIVW) : (op == SLJIT_DIV_UW ? DIVDU : DIVD)) | D(SLJIT_R0) | A(SLJIT_R0) | B(SLJIT_R1));
/external/v8/src/ppc/
H A Dconstants-ppc.h1945 V(divdu, DIVDU, 0x7C000392) \
H A Dassembler-ppc.cc1566 xo_form(EXT2 | DIVDU, dst, src1, src2, o, r);
H A Dsimulator-ppc.cc2500 case DIVDU: {
/external/capstone/arch/PowerPC/
H A DPPCGenAsmWriter.inc261 22497U, // DIVDU
1534 0U, // DIVDU

Completed in 219 milliseconds