Searched defs:SLTU (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/none/tests/mips64/
H A Darithmetic_instruction.c14 SLTI, SLTIU, SLTU, SUB, enumerator in enum:__anon29705
327 case SLTU:
/external/pcre/dist2/src/sljit/
H A DsljitNativeMIPS_common.c164 #define SLTU (HI(0) | LO(43)) macro
1828 PTR_FAIL_IF(push_inst(compiler, (type <= SLJIT_LESS_EQUAL ? SLTU : SLT) | S(src1) | T(src2) | D(TMP_REG1), DR(TMP_REG1)));
1838 PTR_FAIL_IF(push_inst(compiler, (type <= SLJIT_LESS_EQUAL ? SLTU : SLT) | S(src2) | T(src1) | D(TMP_REG1), DR(TMP_REG1)));

Completed in 211 milliseconds