Searched refs:DIVU (Results 1 - 11 of 11) sorted by relevance

/external/valgrind/none/tests/mips64/
H A Darithmetic_instruction.c9 DDIV, DDIVU, DIV, DIVU, enumerator in enum:__anon29705
166 case DIVU:
/external/v8/src/mips/
H A Dconstants-mips.h435 DIVU = ((3U << 3) + 3),
933 FunctionFieldToBitNumber(DIV) | FunctionFieldToBitNumber(DIVU) |
H A Dassembler-mips.cc1662 GenInstrRegister(SPECIAL, rs, rt, zero_reg, 0, DIVU);
H A Dsimulator-mips.cc3835 case DIVU:
/external/v8/src/mips64/
H A Dconstants-mips64.h424 DIVU = ((3U << 3) + 3),
976 FunctionFieldToBitNumber(DIVU) | FunctionFieldToBitNumber(DDIVU) |
H A Dassembler-mips64.cc1686 GenInstrRegister(SPECIAL, rs, rt, zero_reg, 0, DIVU);
H A Dsimulator-mips64.cc3828 case DIVU:
/external/valgrind/coregrind/
H A Dm_main.c3309 dividend is less than the divisor, one execution of DIVU is all that
3322 (unsigned long long for DIVU and long long for DIVS. They are
3327 In practice, these would be replaced with uses of the machine's DIVU
3330 static UInt DIVU ( ULong u, UInt v ) function
3352 return DIVU(u, v) // just do one division.
3357 q1 = DIVU(u1, v) // First quotient digit.
3360 q0 = DIVU((k << 32) + u0, v) // 2nd quot. digit.
3370 q1 = DIVU(u1, v1) // Get quotient from
/external/pcre/dist2/src/sljit/
H A DsljitNativeMIPS_common.c126 #define DIVU (HI(0) | LO(27)) macro
1068 FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1), MOVABLE_INS));
1072 FAIL_IF(push_inst(compiler, ((op | 0x2) == SLJIT_DIV_UW ? DIVU : DIV) | S(SLJIT_R0) | T(SLJIT_R1), MOVABLE_INS));
/external/capstone/arch/Mips/
H A DMipsGenAsmWriter.inc565 33577796U, // DIVU
2279 0U, // DIVU
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1048 case Mips::DIVU:

Completed in 244 milliseconds