Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c550 sljit_s32 float_arg_count; in c_fast_call_with_args() local
568 float_arg_count = 0; in c_fast_call_with_args()
572 float_arg_count++; in c_fast_call_with_args()
573 FAIL_IF(emit_sse2_store(compiler, 1, SLJIT_MEM1(SLJIT_SP), stack_size, float_arg_count)); in c_fast_call_with_args()
577 float_arg_count++; in c_fast_call_with_args()
578 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), stack_size, float_arg_count)); in c_fast_call_with_args()
661 sljit_s32 float_arg_count = 0; in cdecl_call_with_args() local
677 float_arg_count++; in cdecl_call_with_args()
678 FAIL_IF(emit_sse2_store(compiler, 1, SLJIT_MEM1(SLJIT_SP), stack_size, float_arg_count)); in cdecl_call_with_args()
682 float_arg_count++; in cdecl_call_with_args()
[all …]
H A DsljitNativeX86_64.c598 sljit_s32 float_arg_count = 0; in call_with_args() local
615 float_arg_count++; in call_with_args()
617 if (arg_count != float_arg_count) in call_with_args()
650 if (arg_count != float_arg_count) in call_with_args()
651 FAIL_IF(emit_sse2_load(compiler, 1, arg_count, float_arg_count, 0)); in call_with_args()
653 float_arg_count--; in call_with_args()
656 if (arg_count != float_arg_count) in call_with_args()
657 FAIL_IF(emit_sse2_load(compiler, 0, arg_count, float_arg_count, 0)); in call_with_args()
659 float_arg_count--; in call_with_args()
H A DsljitNativeMIPS_64.c545 sljit_s32 float_arg_count = 0; in call_with_args() local
561 float_arg_count++; in call_with_args()
575 if (arg_count != float_arg_count) in call_with_args()
576 ins = MOV_S | FMT_S | FS(float_arg_count) | FD(arg_count); in call_with_args()
580 float_arg_count--; in call_with_args()
583 if (arg_count != float_arg_count) in call_with_args()
584 ins = MOV_S | FMT_D | FS(float_arg_count) | FD(arg_count); in call_with_args()
588 float_arg_count--; in call_with_args()
H A DsljitNativeMIPS_32.c443 sljit_s32 float_arg_count = 0; in call_with_args() local
467 float_arg_count++; in call_with_args()
479 float_arg_count++; in call_with_args()
504 ins = SWC1 | S(SLJIT_SP) | FT(float_arg_count) | IMM(offsets[arg_count]); in call_with_args()
505 float_arg_count--; in call_with_args()
510 ins = SDC1 | S(SLJIT_SP) | FT(float_arg_count) | IMM(offsets[arg_count]); in call_with_args()
511 float_arg_count--; in call_with_args()
H A DsljitNativeARM_T2_32.c1840 sljit_s32 float_arg_count = 0; in softfloat_call_with_args() local
1858 float_arg_count++; in softfloat_call_with_args()
1866 float_arg_count++; in softfloat_call_with_args()
1889 float_arg_count--; in softfloat_call_with_args()
1897 … FAIL_IF(push_inst32(compiler, VMOV | 0x100000 | (float_arg_count << 16) | (stack_offset << 10))); in softfloat_call_with_args()
1899 …FAIL_IF(push_inst32(compiler, VSTR_F32 | 0x800000 | RN4(SLJIT_SP) | (float_arg_count << 12) | ((st… in softfloat_call_with_args()
1903 float_arg_count--; in softfloat_call_with_args()
1913 … | 0x100000 | (stack_offset << 10) | ((stack_offset + sizeof(sljit_sw)) << 14) | float_arg_count)); in softfloat_call_with_args()
1915 …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.c2153 sljit_s32 float_arg_count = 0; in softfloat_call_with_args() local
2171 float_arg_count++; in softfloat_call_with_args()
2179 float_arg_count++; in softfloat_call_with_args()
2200 float_arg_count--; in softfloat_call_with_args()
2208 FAIL_IF(push_inst(compiler, VMOV | 0x100000 | (float_arg_count << 16) | (stack_offset << 10))); in softfloat_call_with_args()
2210 …FAIL_IF(push_inst(compiler, VSTR_F32 | 0x800000 | RN(SLJIT_SP) | (float_arg_count << 12) | ((stack… in softfloat_call_with_args()
2214 float_arg_count--; in softfloat_call_with_args()
2224 … | 0x100000 | (stack_offset << 10) | ((stack_offset + sizeof(sljit_sw)) << 14) | float_arg_count)); in softfloat_call_with_args()
2226 …FAIL_IF(push_inst(compiler, VSTR_F32 | 0x800100 | RN(SLJIT_SP) | (float_arg_count << 12) | ((stack… in softfloat_call_with_args()

Completed in 43 milliseconds