Home
last modified time | relevance | path

Searched refs:C_ULE_S (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeMIPS_common.c118 #define C_ULE_S (HI(17) | FMT_S | LO(55)) macro
1908 inst = C_ULE_S; in sljit_emit_fcmp()
1912 inst = C_ULE_S; in sljit_emit_fcmp()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp692 Opc = IsFloat ? Mips::C_ULE_S : Mips::C_ULE_D32; in emitCmp()