Searched refs:sljit_f64 (Results 1 – 6 of 6) sorted by relevance
103 …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()
202 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()
443 typedef double sljit_f64; typedef
482 stack_offset += sizeof(sljit_f64); in call_with_args()598 stack_offset += sizeof(sljit_f64); in post_call_with_args()
2309 stack_offset += sizeof(sljit_f64); in softfloat_call_with_args()2409 stack_size += sizeof(sljit_f64); in softfloat_post_call_with_args()
1906 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