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

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

Completed in 295 milliseconds