Searched refs:sljit_f64 (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeSPARC_32.c | 204 float_offset -= sizeof(sljit_f64); in call_with_args() 209 float_offset -= sizeof(sljit_f64); in call_with_args() 233 float_offset -= sizeof(sljit_f64); in call_with_args() 239 float_offset -= sizeof(sljit_f64); in call_with_args()
|
H A D | sljitNativeMIPS_32.c | 98 offset += sizeof(sljit_f64); in call_with_args()
|
H A D | sljitConfigInternal.h | 470 typedef double sljit_f64; typedef
|
H A D | sljitNativeSPARC_common.c | 551 float_offset += sizeof(sljit_f64); in sljit_emit_enter() 556 float_offset += sizeof(sljit_f64); in sljit_emit_enter() 585 float_offset += sizeof(sljit_f64); in sljit_emit_enter() 594 float_offset += sizeof(sljit_f64); in sljit_emit_enter()
|
H A D | sljitNativeMIPS_common.c | 818 local_size += GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in sljit_emit_enter() 823 local_size += GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in sljit_emit_enter() 1014 local_size += GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in sljit_set_context() 1019 local_size += GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in sljit_set_context() 1045 tmp += GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in emit_stack_frame_release() 1048 tmp += GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in emit_stack_frame_release()
|
H A D | sljitNativeRISCV_common.c | 613 local_size += GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in sljit_emit_enter() 616 local_size += GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in sljit_emit_enter() 707 local_size += GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in sljit_set_context() 710 local_size += GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in sljit_set_context()
|
H A D | sljitNativePPC_common.c | 766 + GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in sljit_emit_enter() 876 + GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in sljit_set_context()
|
H A D | sljitNativeARM_T2_32.c | 1215 offset += sizeof(sljit_f64) - sizeof(sljit_sw); in sljit_emit_enter() 2330 offset += sizeof(sljit_f64); in softfloat_call_with_args()
|
H A D | sljitNativeARM_32.c | 1143 offset += sizeof(sljit_f64) - sizeof(sljit_sw); in sljit_emit_enter() 2753 offset += sizeof(sljit_f64); in softfloat_call_with_args()
|
Completed in 48 milliseconds