Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/sljit/dist/sljit_src/
DsljitLir.h1057 #define SLJIT_SET_LESS_EQUAL SLJIT_SET(SLJIT_LESS_EQUAL) macro
/netbsd/src/sys/external/bsd/sljit/dist/test_src/
DsljitTest.c2242 …sljit_emit_op2(compiler, SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_R1, 0, SLJIT_R0, 0, SLJIT_IMM, 1); in test27()
2260 …sljit_emit_op2(compiler, SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_R0, 0, SLJIT_R1, 0, SLJIT_IMM, -2… in test27()
5231 …sljit_emit_op2(compiler, SLJIT_SUB32 | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, SLJIT_R0, 0, SLJIT_I… in test54()