Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c594 #define UNUSED_RETURN 0x0200000 macro
674 if (flags & UNUSED_RETURN) { in emit_op_imm()
722 …return push_inst32(compiler, ((flags & UNUSED_RETURN) ? TSTI : ANDI) | (flags & SET_FLAGS) | RD4(d… in emit_op_imm()
858 if (flags & UNUSED_RETURN) { in emit_op_imm()
882 if ((flags & UNUSED_RETURN) && IS_2_LO_REGS(arg1, arg2)) in emit_op_imm()
884 …return push_inst32(compiler, ((flags & UNUSED_RETURN) ? TST_W : AND_W) | (flags & SET_FLAGS) | RD4… in emit_op_imm()
1779 flags |= UNUSED_RETURN; in sljit_emit_op2()
H A DsljitNativeARM_32.c1045 #define UNUSED_RETURN 0x08 macro
1510 if ((flags & (UNUSED_RETURN | ARGS_SWAPPED)) == UNUSED_RETURN) in emit_single_op()
1521 if ((flags & (UNUSED_RETURN | ARGS_SWAPPED)) == UNUSED_RETURN) in emit_single_op()
1546 if ((flags & (UNUSED_RETURN | INV_IMM)) == UNUSED_RETURN) in emit_single_op()
1911 flags |= UNUSED_RETURN; in emit_op()
H A DsljitNativeARM_64.c600 #define UNUSED_RETURN 0x0100000 macro
605 if (flags & UNUSED_RETURN) \
1442 flags |= UNUSED_RETURN; in sljit_emit_op2()

Completed in 43 milliseconds