Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1033 #define UNUSED_RETURN 0x08 macro
1424 if ((flags & (UNUSED_RETURN | ARGS_SWAPPED)) == UNUSED_RETURN) in emit_single_op()
1435 if ((flags & (UNUSED_RETURN | ARGS_SWAPPED)) == UNUSED_RETURN) in emit_single_op()
1460 if ((flags & (UNUSED_RETURN | INV_IMM)) == UNUSED_RETURN) in emit_single_op()
1786 flags |= UNUSED_RETURN; in emit_op()
H A DsljitNativeARM_T2_32.c587 #define UNUSED_RETURN 0x0200000 macro
666 if (flags & UNUSED_RETURN) { in emit_op_imm()
714 …return push_inst32(compiler, ((flags & UNUSED_RETURN) ? TSTI : ANDI) | (flags & SET_FLAGS) | RD4(d… in emit_op_imm()
832 if (flags & UNUSED_RETURN) { in emit_op_imm()
856 if ((flags & UNUSED_RETURN) && IS_2_LO_REGS(arg1, arg2)) in emit_op_imm()
858 …return push_inst32(compiler, ((flags & UNUSED_RETURN) ? TST_W : AND_W) | (flags & SET_FLAGS) | RD4… in emit_op_imm()
1653 flags |= UNUSED_RETURN; in sljit_emit_op2()
H A DsljitNativeARM_64.c596 #define UNUSED_RETURN 0x0100000 macro
601 if (flags & UNUSED_RETURN) \
1359 flags |= UNUSED_RETURN; in sljit_emit_op2()

Completed in 30 milliseconds