Home
last modified time | relevance | path

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

/PHP-8.1/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.c549 sljit_s32 float_arg_count = 0; in call_with_args() local
565 float_arg_count++; in call_with_args()
579 if (arg_count != float_arg_count) in call_with_args()
580 ins = MOV_S | FMT_S | FS(float_arg_count) | FD(arg_count); in call_with_args()
584 float_arg_count--; in call_with_args()
587 if (arg_count != float_arg_count) in call_with_args()
588 ins = MOV_S | FMT_D | FS(float_arg_count) | FD(arg_count); in call_with_args()
592 float_arg_count--; in call_with_args()
H A DsljitNativeMIPS_32.c448 sljit_s32 float_arg_count = 0; in call_with_args() local
472 float_arg_count++; in call_with_args()
484 float_arg_count++; in call_with_args()
509 ins = SWC1 | S(SLJIT_SP) | FT(float_arg_count) | IMM(offsets[arg_count]); in call_with_args()
510 float_arg_count--; in call_with_args()
515 ins = SDC1 | S(SLJIT_SP) | FT(float_arg_count) | IMM(offsets[arg_count]); in call_with_args()
516 float_arg_count--; in call_with_args()
H A DsljitNativeARM_32.c2285 sljit_s32 float_arg_count = 0; in softfloat_call_with_args() local
2303 float_arg_count++; in softfloat_call_with_args()
2311 float_arg_count++; in softfloat_call_with_args()
2332 float_arg_count--; in softfloat_call_with_args()
2340 FAIL_IF(push_inst(compiler, VMOV | 0x100000 | (float_arg_count << 16) | (stack_offset << 10))); in softfloat_call_with_args()
2342 …FAIL_IF(push_inst(compiler, VSTR_F32 | 0x800000 | RN(SLJIT_SP) | (float_arg_count << 12) | ((stack… in softfloat_call_with_args()
2346 float_arg_count--; in softfloat_call_with_args()
2356 … | 0x100000 | (stack_offset << 10) | ((stack_offset + sizeof(sljit_sw)) << 14) | float_arg_count)); in softfloat_call_with_args()
2358 …FAIL_IF(push_inst(compiler, VSTR_F32 | 0x800100 | RN(SLJIT_SP) | (float_arg_count << 12) | ((stack… in softfloat_call_with_args()
H A DsljitNativeARM_T2_32.c1882 sljit_s32 float_arg_count = 0; in softfloat_call_with_args() local
1900 float_arg_count++; in softfloat_call_with_args()
1908 float_arg_count++; in softfloat_call_with_args()
1931 float_arg_count--; in softfloat_call_with_args()
1939 … FAIL_IF(push_inst32(compiler, VMOV | 0x100000 | (float_arg_count << 16) | (stack_offset << 10))); in softfloat_call_with_args()
1941 …FAIL_IF(push_inst32(compiler, VSTR_F32 | 0x800000 | RN4(SLJIT_SP) | (float_arg_count << 12) | ((st… in softfloat_call_with_args()
1945 float_arg_count--; in softfloat_call_with_args()
1955 … | 0x100000 | (stack_offset << 10) | ((stack_offset + sizeof(sljit_sw)) << 14) | float_arg_count)); in softfloat_call_with_args()
1957 …FAIL_IF(push_inst32(compiler, VSTR_F32 | 0x800100 | RN4(SLJIT_SP) | (float_arg_count << 12) | ((st… in softfloat_call_with_args()

Completed in 49 milliseconds