OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SLT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsExpandPseudo.cpp
311
unsigned LL, SC,
SLT
, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ;
319
SLT
= Mips::SLT_MM;
331
SLT
= Mips::
SLT
;
457
unsigned SLTScratch4 = IsUnsigned ? SLTu :
SLT
;
473
// signed:
slt
Scratch4, oldVal, Incr
586
unsigned LL, SC, ZERO, BEQ,
SLT
, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ;
593
SLT
= Mips::SLT_MM;
608
SLT
= Mips::
SLT
;
[
all
...]
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeMIPS_common.c
158
#define
SLT
(HI(0) | LO(42))
1794
PTR_FAIL_IF(push_inst(compiler, (type <= SLJIT_LESS_EQUAL ? SLTU :
SLT
) | S(src1) | T(src2) | D(TMP_REG1), DR(TMP_REG1)));
1804
PTR_FAIL_IF(push_inst(compiler, (type <= SLJIT_LESS_EQUAL ? SLTU :
SLT
) | S(src2) | T(src1) | D(TMP_REG1), DR(TMP_REG1)));
Completed in 90 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026