Home
last modified time | relevance | path

Searched refs:UNUSED_RETURN (Results 1 – 3 of 3) sorted by relevance

/PHP-8.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1213 #define UNUSED_RETURN 0x08 macro
1669 if ((flags & (UNUSED_RETURN | ARGS_SWAPPED)) == UNUSED_RETURN) in emit_single_op()
1680 if ((flags & (UNUSED_RETURN | ARGS_SWAPPED)) == UNUSED_RETURN) in emit_single_op()
1706 if ((flags & (UNUSED_RETURN | INV_IMM)) == UNUSED_RETURN) in emit_single_op()
2086 flags |= UNUSED_RETURN; in emit_op()
H A DsljitNativeARM_T2_32.c788 #define UNUSED_RETURN 0x0200000 macro
874 if (flags & UNUSED_RETURN) { in emit_op_imm()
925 …return push_inst32(compiler, ((flags & UNUSED_RETURN) ? TSTI : ANDI) | (flags & SET_FLAGS) | RD4(d… in emit_op_imm()
1083 if (flags & UNUSED_RETURN) { in emit_op_imm()
1107 if ((flags & UNUSED_RETURN) && IS_2_LO_REGS(arg1, arg2)) in emit_op_imm()
1109 …return push_inst32(compiler, ((flags & UNUSED_RETURN) ? TST_W : AND_W) | (flags & SET_FLAGS) | RD4… in emit_op_imm()
2017 flags |= UNUSED_RETURN; in sljit_emit_op2()
H A DsljitNativeARM_64.c807 #define UNUSED_RETURN 0x0100000 macro
812 if (flags & UNUSED_RETURN) \
1695 flags |= UNUSED_RETURN; in sljit_emit_op2()

Completed in 142 milliseconds