Home
last modified time | relevance | path

Searched refs:SLJIT_ENTER_REG_ARG (Results 1 – 11 of 11) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c287 if (options & SLJIT_ENTER_REG_ARG) { in sljit_emit_enter()
345 if (!(options & SLJIT_ENTER_REG_ARG)) in sljit_emit_enter()
354 if (!(options & SLJIT_ENTER_REG_ARG)) in sljit_emit_enter()
424 if (options & SLJIT_ENTER_REG_ARG) { in sljit_emit_enter()
500 if (!(options & SLJIT_ENTER_REG_ARG)) { in sljit_set_context()
524 if (!(options & SLJIT_ENTER_REG_ARG)) in sljit_set_context()
543 if (!(compiler->options & SLJIT_ENTER_REG_ARG)) in emit_stack_frame_release()
570 if (!(compiler->options & SLJIT_ENTER_REG_ARG)) in emit_stack_frame_release()
610 src_r = (compiler->options & SLJIT_ENTER_REG_ARG) ? TMP_REG1 : SLJIT_R1; in sljit_emit_return_to()
1122 if (compiler->options & SLJIT_ENTER_REG_ARG) { in emit_fmov_before_return()
H A DsljitLir.c1086 if (options & SLJIT_ENTER_REG_ARG) { in check_sljit_emit_enter()
1087 CHECK_ARGUMENT(!(options & ~(0x3 | SLJIT_ENTER_REG_ARG))); in check_sljit_emit_enter()
1100 …CHECK_ARGUMENT(function_check_arguments(arg_types, scratches, (options & SLJIT_ENTER_REG_ARG) ? 0 … in check_sljit_emit_enter()
1122 if (options & SLJIT_ENTER_REG_ARG) { in check_sljit_emit_enter()
1143 if (options & SLJIT_ENTER_REG_ARG) { in check_sljit_set_context()
1144 CHECK_ARGUMENT(!(options & ~(0x3 | SLJIT_ENTER_REG_ARG))); in check_sljit_set_context()
1157 …CHECK_ARGUMENT(function_check_arguments(arg_types, scratches, (options & SLJIT_ENTER_REG_ARG) ? 0 … in check_sljit_set_context()
1179 if (options & SLJIT_ENTER_REG_ARG) { in check_sljit_set_context()
1805 if (compiler->options & SLJIT_ENTER_REG_ARG) { in check_sljit_emit_call()
1920 if (compiler->options & SLJIT_ENTER_REG_ARG) { in check_sljit_emit_icall()
H A DsljitNativePPC_common.c768 if (!(options & SLJIT_ENTER_REG_ARG)) in sljit_emit_enter()
809 if (!(options & SLJIT_ENTER_REG_ARG)) { in sljit_emit_enter()
827 if (options & SLJIT_ENTER_REG_ARG) in sljit_emit_enter()
878 if (!(options & SLJIT_ENTER_REG_ARG)) in sljit_set_context()
917 if (!(compiler->options & SLJIT_ENTER_REG_ARG)) { in emit_stack_frame_release()
H A DsljitLir.h721 #define SLJIT_ENTER_REG_ARG 0x00000004 macro
H A DsljitNativeX86_64.c392 if (options & SLJIT_ENTER_REG_ARG) in sljit_emit_enter()
H A DsljitNativeARM_T2_32.c1191 if (options & SLJIT_ENTER_REG_ARG) in sljit_emit_enter()
2638 if (compiler->options & SLJIT_ENTER_REG_ARG) { in emit_fmov_before_return()
H A DsljitNativeARM_32.c1119 if (options & SLJIT_ENTER_REG_ARG) in sljit_emit_enter()
3071 if (compiler->options & SLJIT_ENTER_REG_ARG) { in emit_fmov_before_return()
H A DsljitNativeMIPS_common.c830 if (!(options & SLJIT_ENTER_REG_ARG)) { in sljit_emit_enter()
897 if (options & SLJIT_ENTER_REG_ARG) in sljit_emit_enter()
H A DsljitNativeARM_64.c1060 if (!(options & SLJIT_ENTER_REG_ARG)) { in sljit_emit_enter()
H A DsljitNativeRISCV_common.c670 if (options & SLJIT_ENTER_REG_ARG) in sljit_emit_enter()
H A DsljitNativeS390X.c1746 if (options & SLJIT_ENTER_REG_ARG) in sljit_emit_enter()

Completed in 95 milliseconds