Searched refs:C_ULT_S (Results 1 - 2 of 2) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitNativeMIPS_common.c119 #define C_ULT_S (HI(17) | FMT_S | LO(53)) macro
1390 FAIL_IF(push_inst(compiler, C_ULT_S | FMT(op) | FT(src2) | FS(src1), UNMOVABLE_INS));
1392 FAIL_IF(push_inst(compiler, C_ULT_S | FMT(op) | FT(src1) | FS(src2), UNMOVABLE_INS));
1900 inst = C_ULT_S;
1904 inst = C_ULT_S;
/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp696 Opc = IsFloat ? Mips::C_ULT_S : Mips::C_ULT_D32;

Completed in 108 milliseconds