Searched refs:DDIVU (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/mips64/
H A Dconstants-mips64.cc248 case DDIVU:
H A Dconstants-mips64.h378 DDIVU = ((3 << 3) + 7),
H A Dassembler-mips64.cc1604 GenInstrRegister(SPECIAL, rs, rt, zero_reg, 0, DDIVU);
H A Dsimulator-mips64.cc2204 case DDIVU:
/external/valgrind/main/none/tests/mips64/
H A Darithmetic_instruction.c9 DDIV, DDIVU, DIV, DIVU, enumerator in enum:__anon33128
144 case DDIVU:
/external/pcre/dist/sljit/
H A DsljitNativeMIPS_common.c124 #define DDIVU (HI(0) | LO(31)) macro
1082 FAIL_IF(push_inst(compiler, (op == SLJIT_UDIV ? DDIVU : DDIV) | S(SLJIT_R0) | T(SLJIT_R1), MOVABLE_INS));
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp941 case Mips::DDIVU:

Completed in 240 milliseconds