Home
last modified time | relevance | path

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

/PHP-7.4/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.c199 float_offset -= sizeof(sljit_f64); in call_with_args()
209 float_offset -= sizeof(sljit_f64); in call_with_args()
226 float_offset -= sizeof(sljit_f64); in call_with_args()
239 float_offset -= sizeof(sljit_f64); in call_with_args()
H A DsljitConfigInternal.h441 typedef double sljit_f64; typedef
H A DsljitNativeMIPS_32.c485 stack_offset += sizeof(sljit_f64); in call_with_args()
601 stack_offset += sizeof(sljit_f64); in post_call_with_args()
H A DsljitNativeARM_T2_32.c1895 stack_offset += sizeof(sljit_f64); in softfloat_call_with_args()
1997 stack_size += sizeof(sljit_f64); in softfloat_post_call_with_args()
H A DsljitNativeARM_32.c2226 stack_offset += sizeof(sljit_f64); in softfloat_call_with_args()
2326 stack_size += sizeof(sljit_f64); in softfloat_post_call_with_args()

Completed in 68 milliseconds