Home
last modified time | relevance | path

Searched refs:GET_ALL_FLAGS (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1586 op = SLJIT_SUB | GET_ALL_FLAGS(op); in emit_op()
1593 op = SLJIT_ADD | GET_ALL_FLAGS(op); in emit_op()
1622 op = SLJIT_SUB | GET_ALL_FLAGS(op); in emit_op()
1807 …return sljit_emit_op2(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), dst, dstw, SLJIT_IMM, 0, src, srcw); in sljit_emit_op1()
2593 sljit_s32 dst_reg, flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags()
H A DsljitNativeX86_common.c1440 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1()
2796 if (GET_OPCODE(op) == SLJIT_OR && !GET_ALL_FLAGS(op) && FAST_IS_REG(dst)) {
2896 if (GET_OPCODE(op) == SLJIT_OR && !GET_ALL_FLAGS(op) && FAST_IS_REG(dst) && reg_map[dst] <= 4) {
H A DsljitNativeARM_T2_32.c1352 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1()
2181 sljit_s32 dst_r, flags = GET_ALL_FLAGS(op); in sljit_emit_op_flags()
H A DsljitLir.c103 #define GET_ALL_FLAGS(op) \ macro
H A DsljitNativeARM_64.c1167 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1()
H A DsljitNativePPC_common.c1206 sljit_s32 op_flags = GET_ALL_FLAGS(op); in sljit_emit_op1()
H A DsljitNativeMIPS_common.c1381 …return emit_op(compiler, SLJIT_SUB | GET_ALL_FLAGS(op), flags | IMM_OP, dst, dstw, SLJIT_IMM, 0, s… in sljit_emit_op1()

Completed in 56 milliseconds