Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c554 sljit_s32 float_arg_count; in c_fast_call_with_args() local
572 float_arg_count = 0; in c_fast_call_with_args()
576 float_arg_count++; in c_fast_call_with_args()
577 FAIL_IF(emit_sse2_store(compiler, 1, SLJIT_MEM1(SLJIT_SP), stack_size, float_arg_count)); in c_fast_call_with_args()
581 float_arg_count++; in c_fast_call_with_args()
582 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), stack_size, float_arg_count)); in c_fast_call_with_args()
665 sljit_s32 float_arg_count = 0; in cdecl_call_with_args() local
681 float_arg_count++; in cdecl_call_with_args()
682 FAIL_IF(emit_sse2_store(compiler, 1, SLJIT_MEM1(SLJIT_SP), stack_size, float_arg_count)); in cdecl_call_with_args()
686 float_arg_count++; in cdecl_call_with_args()
[all …]
H A DsljitNativeX86_64.c653 sljit_s32 float_arg_count = 0; in call_with_args() local
670 float_arg_count++; in call_with_args()
672 if (arg_count != float_arg_count) in call_with_args()
705 if (arg_count != float_arg_count) in call_with_args()
706 FAIL_IF(emit_sse2_load(compiler, 1, arg_count, float_arg_count, 0)); in call_with_args()
708 float_arg_count--; in call_with_args()
711 if (arg_count != float_arg_count) in call_with_args()
712 FAIL_IF(emit_sse2_load(compiler, 0, arg_count, float_arg_count, 0)); in call_with_args()
714 float_arg_count--; in call_with_args()
H A DsljitNativeMIPS_64.c553 sljit_s32 float_arg_count = 0; in call_with_args() local
569 float_arg_count++; in call_with_args()
583 if (arg_count != float_arg_count) in call_with_args()
584 ins = MOV_S | FMT_S | FS(float_arg_count) | FD(arg_count); in call_with_args()
588 float_arg_count--; in call_with_args()
591 if (arg_count != float_arg_count) in call_with_args()
592 ins = MOV_S | FMT_D | FS(float_arg_count) | FD(arg_count); in call_with_args()
596 float_arg_count--; in call_with_args()
H A DsljitNativeMIPS_32.c451 sljit_s32 float_arg_count = 0; in call_with_args() local
475 float_arg_count++; in call_with_args()
487 float_arg_count++; in call_with_args()
512 ins = SWC1 | S(SLJIT_SP) | FT(float_arg_count) | IMM(offsets[arg_count]); in call_with_args()
513 float_arg_count--; in call_with_args()
518 ins = SDC1 | S(SLJIT_SP) | FT(float_arg_count) | IMM(offsets[arg_count]); in call_with_args()
519 float_arg_count--; in call_with_args()
H A DsljitNativeARM_T2_32.c1871 sljit_s32 float_arg_count = 0; in softfloat_call_with_args() local
1889 float_arg_count++; in softfloat_call_with_args()
1897 float_arg_count++; in softfloat_call_with_args()
1920 float_arg_count--; in softfloat_call_with_args()
1928 … FAIL_IF(push_inst32(compiler, VMOV | 0x100000 | (float_arg_count << 16) | (stack_offset << 10))); in softfloat_call_with_args()
1930 …FAIL_IF(push_inst32(compiler, VSTR_F32 | 0x800000 | RN4(SLJIT_SP) | (float_arg_count << 12) | ((st… in softfloat_call_with_args()
1934 float_arg_count--; in softfloat_call_with_args()
1944 … | 0x100000 | (stack_offset << 10) | ((stack_offset + sizeof(sljit_sw)) << 14) | float_arg_count)); in softfloat_call_with_args()
1946 …FAIL_IF(push_inst32(compiler, VSTR_F32 | 0x800100 | RN4(SLJIT_SP) | (float_arg_count << 12) | ((st… in softfloat_call_with_args()
H A DsljitNativeARM_32.c2202 sljit_s32 float_arg_count = 0; in softfloat_call_with_args() local
2220 float_arg_count++; in softfloat_call_with_args()
2228 float_arg_count++; in softfloat_call_with_args()
2249 float_arg_count--; in softfloat_call_with_args()
2257 FAIL_IF(push_inst(compiler, VMOV | 0x100000 | (float_arg_count << 16) | (stack_offset << 10))); in softfloat_call_with_args()
2259 …FAIL_IF(push_inst(compiler, VSTR_F32 | 0x800000 | RN(SLJIT_SP) | (float_arg_count << 12) | ((stack… in softfloat_call_with_args()
2263 float_arg_count--; in softfloat_call_with_args()
2273 … | 0x100000 | (stack_offset << 10) | ((stack_offset + sizeof(sljit_sw)) << 14) | float_arg_count)); in softfloat_call_with_args()
2275 …FAIL_IF(push_inst(compiler, VSTR_F32 | 0x800100 | RN(SLJIT_SP) | (float_arg_count << 12) | ((stack… in softfloat_call_with_args()

Completed in 38 milliseconds