Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativePPC_common.c158 #define DIVDU (HI(31) | LO(457)) macro
1278 …nt_op ? (op == SLJIT_DIVMOD_UW ? DIVWU : DIVW) : (op == SLJIT_DIVMOD_UW ? DIVDU : DIVD)) | D(SLJIT… in sljit_emit_op0()
1288 …er, (int_op ? (op == SLJIT_DIV_UW ? DIVWU : DIVW) : (op == SLJIT_DIV_UW ? DIVDU : DIVD)) | D(SLJIT… in sljit_emit_op0()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCInstr64Bit.td442 def DIVDU : XOForm_1<31, 457, 0, (outs G8RC:$rT), (ins G8RC:$rA, G8RC:$rB),
/external/v8/src/ppc/
Dconstants-ppc.h1945 V(divdu, DIVDU, 0x7C000392) \
Dassembler-ppc.cc1566 xo_form(EXT2 | DIVDU, dst, src1, src2, o, r); in divdu()
Dsimulator-ppc.cc2500 case DIVDU: { in ExecuteExt2_9bit_part2()
/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td668 defm DIVDU : XOForm_1rcr<31, 457, 0, (outs g8rc:$rT), (ins g8rc:$rA, g8rc:$rB),