Searched refs:saved_op (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativePPC_common.c | 2645 sljit_s32 saved_op = op; in sljit_emit_op_flags() local 2789 return sljit_emit_op2(compiler, saved_op, dst, saved_dstw, TMP_REG1, 0, TMP_REG2, 0); in sljit_emit_op_flags() 2790 return sljit_emit_op2(compiler, saved_op, dst, 0, dst, 0, TMP_REG2, 0); in sljit_emit_op_flags()
|
H A D | sljitNativeRISCV_common.c | 2825 sljit_s32 saved_op = op; in sljit_emit_op_flags() local 2903 return emit_op(compiler, saved_op, mem_type, dst, dstw, TMP_REG1, 0, src_r, 0); in sljit_emit_op_flags() 2904 return emit_op(compiler, saved_op, mem_type, dst, dstw, dst, dstw, src_r, 0); in sljit_emit_op_flags()
|
H A D | sljitNativeLOONGARCH_64.c | 2908 sljit_s32 saved_op = op; in sljit_emit_op_flags() local 2988 return emit_op(compiler, saved_op, mem_type, dst, dstw, TMP_REG1, 0, src_r, 0); in sljit_emit_op_flags() 2989 return emit_op(compiler, saved_op, mem_type, dst, dstw, dst, dstw, src_r, 0); in sljit_emit_op_flags()
|
H A D | sljitNativeMIPS_common.c | 3587 sljit_s32 saved_op = op; in sljit_emit_op_flags() local 3677 return emit_op(compiler, saved_op, mem_type, dst, dstw, TMP_REG1, 0, TMP_REG2, 0); in sljit_emit_op_flags() 3678 return emit_op(compiler, saved_op, mem_type, dst, dstw, dst, dstw, TMP_REG2, 0); in sljit_emit_op_flags()
|
Completed in 81 milliseconds