Home
last modified time | relevance | path

Searched refs:sljit_f64 (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c103 …compiler->locals_offset = (compiler->locals_offset + sizeof(sljit_f64) - 1) & ~(sizeof(sljit_f64) … in sljit_emit_enter()
174 …local_size = SLJIT_LOCALS_OFFSET + ((local_size + sizeof(sljit_f64) - 1) & ~(sizeof(sljit_f64) - 1… in sljit_emit_enter()
237 sljit_unaligned_store_sw(inst + 2, ~(sizeof(sljit_f64) - 1)); in sljit_emit_enter()
275 …compiler->locals_offset = (compiler->locals_offset + sizeof(sljit_f64) - 1) & ~(sizeof(sljit_f64) … in sljit_set_context()
282 …>local_size = SLJIT_LOCALS_OFFSET + ((local_size + sizeof(sljit_f64) - 1) & ~(sizeof(sljit_f64) - … in sljit_set_context()
532 stack_size += sizeof(sljit_f64); in c_fast_call_get_stack_size()
583 stack_size += sizeof(sljit_f64); in c_fast_call_with_args()
638 stack_size += sizeof(sljit_f64); in cdecl_call_get_stack_size()
688 stack_size += sizeof(sljit_f64); in cdecl_call_with_args()
H A DsljitNativeSPARC_32.c202 float_offset -= sizeof(sljit_f64); in call_with_args()
212 float_offset -= sizeof(sljit_f64); in call_with_args()
229 float_offset -= sizeof(sljit_f64); in call_with_args()
242 float_offset -= sizeof(sljit_f64); in call_with_args()
H A DsljitConfigInternal.h443 typedef double sljit_f64; typedef
H A DsljitNativeMIPS_32.c482 stack_offset += sizeof(sljit_f64); in call_with_args()
598 stack_offset += sizeof(sljit_f64); in post_call_with_args()
H A DsljitNativeARM_32.c2309 stack_offset += sizeof(sljit_f64); in softfloat_call_with_args()
2409 stack_size += sizeof(sljit_f64); in softfloat_post_call_with_args()
H A DsljitNativeARM_T2_32.c1906 stack_offset += sizeof(sljit_f64); in softfloat_call_with_args()
2008 stack_size += sizeof(sljit_f64); in softfloat_post_call_with_args()

Completed in 37 milliseconds