Home
last modified time | relevance | path

Searched refs:SLJIT_FR0 (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c531 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
541 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
H A DsljitNativeARM_T2_32.c1138 SLJIT_COMPILE_ASSERT(SLJIT_FR0 == 1, float_register_index_start); in sljit_emit_enter()
1192 offset = SLJIT_FR0; in sljit_emit_enter()
1193 old_offset = SLJIT_FR0; in sljit_emit_enter()
2243 sljit_u32 offset = SLJIT_FR0; in hardfloat_call_with_args()
2244 sljit_u32 new_offset = SLJIT_FR0; in hardfloat_call_with_args()
H A DsljitLir.c808 (((fr) >= SLJIT_FR0 && (fr) < (SLJIT_FR0 + compiler->fscratches)) \
936 if (r < (SLJIT_FR0 + compiler->fscratches)) in sljit_verbose_freg()
937 fprintf(compiler->verbose, "fr%d", r - SLJIT_FR0); in sljit_verbose_freg()
H A DsljitNativeX86_32.c271 SLJIT_COMPILE_ASSERT(SLJIT_FR0 == 1, float_register_index_start); in sljit_emit_enter()
836 return emit_sse2_load(compiler, single, SLJIT_FR0, SLJIT_MEM1(SLJIT_SP), 0); in post_call_with_args()
H A DsljitNativeMIPS_64.c603 ins = MOV_S | FMT_D | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
611 ins = MOV_S | FMT_S | FS(SLJIT_FR0) | FD(TMP_FREG1); in call_with_args()
H A DsljitNativeARM_32.c1110 SLJIT_COMPILE_ASSERT(SLJIT_FR0 == 1, float_register_index_start); in sljit_emit_enter()
1162 offset = SLJIT_FR0; in sljit_emit_enter()
1163 old_offset = SLJIT_FR0; in sljit_emit_enter()
2667 sljit_u32 offset = SLJIT_FR0; in hardfloat_call_with_args()
2668 sljit_u32 new_offset = SLJIT_FR0; in hardfloat_call_with_args()
H A DsljitLir.h228 #define SLJIT_FR0 1 macro
H A DsljitNativeMIPS_common.c885 FAIL_IF(push_inst(compiler, MOV_S | FMT_D | FS(TMP_FREG1) | FD(SLJIT_FR0), MOVABLE_INS)); in sljit_emit_enter()
898 FAIL_IF(push_inst(compiler, MOV_S | FMT_S | FS(TMP_FREG1) | FD(SLJIT_FR0), MOVABLE_INS)); in sljit_emit_enter()
935 FAIL_IF(push_inst(compiler, MOV_S | FMT_D | FS(TMP_FREG1) | FD(SLJIT_FR0), MOVABLE_INS)); in sljit_emit_enter()
942 FAIL_IF(push_inst(compiler, MOV_S | FMT_S | FS(TMP_FREG1) | FD(SLJIT_FR0), MOVABLE_INS)); in sljit_emit_enter()
H A DsljitNativeX86_64.c469 SLJIT_COMPILE_ASSERT(SLJIT_FR0 == 1, float_register_index_start); in sljit_emit_enter()

Completed in 60 milliseconds