Searched refs:SLJIT_SET_Z (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/sys/external/bsd/sljit/dist/sljit_src/ |
| D | sljitNativeMIPS_32.c | 45 if (op & SLJIT_SET_Z) \ 51 if (op & SLJIT_SET_Z) \ 59 if (op & SLJIT_SET_Z) \ 65 if (op & SLJIT_SET_Z) \ 126 if (op & SLJIT_SET_Z) in emit_single_op() 135 if (op & SLJIT_SET_Z) in emit_single_op() 154 if (op & SLJIT_SET_Z) in emit_single_op() 170 else if (op & SLJIT_SET_Z) in emit_single_op() 188 else if (op & SLJIT_SET_Z) in emit_single_op() 206 if (op & SLJIT_SET_Z) in emit_single_op() [all …]
|
| D | sljitNativeMIPS_64.c | 128 if (op & SLJIT_SET_Z) \ 134 if (op & SLJIT_SET_Z) \ 149 if (op & SLJIT_SET_Z) \ 156 if (op & SLJIT_SET_Z) \ 217 if (op & SLJIT_SET_Z) in emit_single_op() 226 if (op & SLJIT_SET_Z) in emit_single_op() 245 if (op & SLJIT_SET_Z) in emit_single_op() 261 else if (op & SLJIT_SET_Z) in emit_single_op() 279 else if (op & SLJIT_SET_Z) in emit_single_op() 297 if (op & SLJIT_SET_Z) in emit_single_op() [all …]
|
| D | sljitLir.c | 96 ((op) & ~(SLJIT_I32_OP | SLJIT_SET_Z | VARIABLE_FLAG_MASK)) 99 ((op) & (SLJIT_SET_Z | VARIABLE_FLAG_MASK)) 102 ((op) & (SLJIT_I32_OP | SLJIT_SET_Z | VARIABLE_FLAG_MASK)) 518 if ((current_flags & ~(VARIABLE_FLAG_MASK | SLJIT_I32_OP | SLJIT_SET_Z)) == 0) { in sljit_set_current_flags() 519 …mpiler->last_flags = GET_FLAG_TYPE(current_flags) | (current_flags & (SLJIT_I32_OP | SLJIT_SET_Z)); in sljit_set_current_flags() 1064 CHECK_ARGUMENT(!(op & (SLJIT_I32_OP | SLJIT_SET_Z | VARIABLE_FLAG_MASK))); in check_sljit_emit_op1() 1068 CHECK_ARGUMENT(!(op & (SLJIT_SET_Z | VARIABLE_FLAG_MASK))); in check_sljit_emit_op1() 1076 compiler->last_flags = GET_FLAG_TYPE(op) | (op & (SLJIT_I32_OP | SLJIT_SET_Z)); in check_sljit_emit_op1() 1101 … !(op & SLJIT_SET_Z) ? "" : ".z", !(op & VARIABLE_FLAG_MASK) ? "" : ".", in check_sljit_emit_op1() 1137 CHECK_ARGUMENT(!(op & SLJIT_SET_Z)); in check_sljit_emit_op2() [all …]
|
| D | sljitLir.h | 741 #define SLJIT_SET_Z 0x0200 macro
|
| D | sljitNativeARM_T2_32.c | 1849 if (flags & SLJIT_SET_Z) { in sljit_emit_op_flags() 1881 if (flags & SLJIT_SET_Z) { in sljit_emit_op_flags()
|
| D | sljitNativeARM_32.c | 2240 …return (flags & SLJIT_SET_Z) ? push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, SET_FLAGS, TMP_RE… in sljit_emit_op_flags() 2256 …return (flags & SLJIT_SET_Z) ? push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, SET_FLAGS, TMP_RE… in sljit_emit_op_flags()
|
| D | sljitNativeX86_common.c | 1388 if (SLJIT_UNLIKELY(op_flags & SLJIT_SET_Z)) in sljit_emit_op1() 2909 CHECK_ARGUMENT(compiler->last_flags & SLJIT_SET_Z);
|
| /netbsd/src/sys/external/bsd/sljit/dist/test_src/ |
| D | sljitTest.c | 554 … sljit_emit_op2(compiler, SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, SLJIT_IMM, 6, SLJIT_IMM, 5); in test8() 566 …sljit_emit_op2(compiler, SLJIT_SUB | SLJIT_SET_Z | SLJIT_SET_OVERFLOW, SLJIT_UNUSED, 0, SLJIT_R0, … in test8() 567 …sljit_emit_op2(compiler, SLJIT_SUB | SLJIT_SET_Z | SLJIT_SET_OVERFLOW, SLJIT_UNUSED, 0, SLJIT_MEM1… in test8() 568 …sljit_emit_op1(compiler, SLJIT_NEG | SLJIT_SET_Z | SLJIT_SET_OVERFLOW, SLJIT_UNUSED, 0, SLJIT_IMM,… in test8() 571 sljit_emit_op1(compiler, SLJIT_NOT | SLJIT_SET_Z, SLJIT_R1, 0, SLJIT_R0, 0); in test8() 573 sljit_emit_op1(compiler, SLJIT_NOT | SLJIT_SET_Z, SLJIT_UNUSED, 0, SLJIT_R1, 0); in test8() 575 …sljit_emit_op2(compiler, SLJIT_AND | SLJIT_SET_Z, SLJIT_UNUSED, 0, SLJIT_IMM, 0xffff, SLJIT_R0, 0); in test8() 576 …sljit_emit_op2(compiler, SLJIT_AND | SLJIT_SET_Z, SLJIT_UNUSED, 0, SLJIT_R0, 0, SLJIT_IMM, 0xffff); in test8() 578 …sljit_emit_op2(compiler, SLJIT_AND | SLJIT_SET_Z, SLJIT_UNUSED, 0, SLJIT_IMM, 0xffff, SLJIT_R1, 0); in test8() 579 …sljit_emit_op2(compiler, SLJIT_AND | SLJIT_SET_Z, SLJIT_UNUSED, 0, SLJIT_R1, 0, SLJIT_IMM, 0xffff); in test8() [all …]
|
| /netbsd/src/sys/external/bsd/sljit/dist/regex_src/ |
| D | regexJIT.c | 1454 …EMIT_OP2(SLJIT_SUB | SLJIT_SET_Z | SLJIT_SET_LESS, SLJIT_UNUSED, 0, SLJIT_MEM1(R_NEXT_STATE), offs… in compile_cond_tran() 2027 EMIT_OP2(SLJIT_SUB | SLJIT_SET_Z, R_LENGTH, 0, R_LENGTH, 0, SLJIT_IMM, 1); in regex_compile() 2115 … EMIT_OP2(SLJIT_SUB | SLJIT_SET_Z, R_NEXT_STATE, 0, R_NEXT_STATE, 0, SLJIT_IMM, 1); in regex_compile()
|