Searched refs:SLJIT_SET_NOT_OVERFLOW (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/external/bsd/sljit/dist/sljit_src/ |
| D | sljitLir.h | 1076 #define SLJIT_SET_NOT_OVERFLOW SLJIT_SET(SLJIT_NOT_OVERFLOW) macro
|
| /netbsd/src/sys/external/bsd/sljit/dist/test_src/ |
| D | sljitTest.c | 2256 …sljit_emit_op2(compiler, SLJIT_SUB | SLJIT_SET_NOT_OVERFLOW, SLJIT_R0, 0, SLJIT_R1, 0, SLJIT_IMM, … in test27() 2270 …sljit_emit_op2(compiler, SLJIT_SUB | SLJIT_SET_NOT_OVERFLOW, SLJIT_UNUSED, 0, SLJIT_R0, 0, SLJIT_R… in test27() 2276 …sljit_emit_op2(compiler, SLJIT_SUB32 | SLJIT_SET_NOT_OVERFLOW, SLJIT_UNUSED, 0, SLJIT_R0, 0, SLJIT… in test27() 2948 …sljit_emit_op2(compiler, SLJIT_SUB | SLJIT_SET_Z | SLJIT_SET_NOT_OVERFLOW, SLJIT_R2, 0, SLJIT_R0, … in test33() 2971 …sljit_emit_op2(compiler, SLJIT_ADD | SLJIT_SET_Z | SLJIT_SET_NOT_OVERFLOW, SLJIT_R2, 0, SLJIT_R0, … in test33()
|