Searched refs:sljit_f64 (Results 1 – 8 of 8) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
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()
|
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()
|
D | sljitNativeMIPS_common.c | 784 local_size += GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in sljit_emit_enter() 789 local_size += GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in sljit_emit_enter() 978 local_size += GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in sljit_set_context() 983 local_size += GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in sljit_set_context() 1004 tmp += GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in emit_stack_frame_release() 1007 tmp += GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in emit_stack_frame_release()
|
D | sljitConfigInternal.h | 465 typedef double sljit_f64; typedef
|
D | sljitNativeMIPS_32.c | 475 offset += sizeof(sljit_f64); in call_with_args()
|
D | sljitNativePPC_common.c | 734 + GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in sljit_emit_enter() 833 + GET_SAVED_FLOAT_REGISTERS_SIZE(fscratches, fsaveds, sizeof(sljit_f64)); in sljit_set_context()
|
D | sljitNativeARM_T2_32.c | 1155 offset += sizeof(sljit_f64) - sizeof(sljit_sw); in sljit_emit_enter() 2128 offset += sizeof(sljit_f64); in softfloat_call_with_args()
|
D | sljitNativeARM_32.c | 1127 offset += sizeof(sljit_f64) - sizeof(sljit_sw); in sljit_emit_enter() 2554 offset += sizeof(sljit_f64); in softfloat_call_with_args()
|