Searched defs:SLTI (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
301 case SLTI:
/external/pcre/dist/sljit/
H A DsljitNativeMIPS_common.c162 #define SLTI (HI(10)) macro
1838 PTR_FAIL_IF(push_inst(compiler, (type <= SLJIT_C_LESS_EQUAL ? SLTIU : SLTI) | S(src1) | T(TMP_REG1) | IMM(src2w), DR(TMP_REG1)));
1848 PTR_FAIL_IF(push_inst(compiler, (type <= SLJIT_C_LESS_EQUAL ? SLTIU : SLTI) | S(src2) | T(TMP_REG1) | IMM(src1w), DR(TMP_REG1)));

Completed in 38 milliseconds