Home
last modified time | relevance | path

Searched refs:SLJIT_DEF_MASK (Results 1 – 9 of 9) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeSPARC_32.c158 types = (types << SLJIT_DEF_SHIFT) | (arg_types & SLJIT_DEF_MASK); in call_with_args()
160 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
195 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
221 switch (types & SLJIT_DEF_MASK) { in call_with_args()
DsljitNativeX86_32.c527 switch (arg_types & SLJIT_DEF_MASK) { in c_fast_call_get_stack_size()
574 switch (arg_types & SLJIT_DEF_MASK) { in c_fast_call_with_args()
633 switch (arg_types & SLJIT_DEF_MASK) { in cdecl_call_get_stack_size()
679 switch (arg_types & SLJIT_DEF_MASK) { in cdecl_call_with_args()
713 if ((arg_types & SLJIT_DEF_MASK) < SLJIT_ARG_TYPE_F32) in post_call_with_args()
716 single = ((arg_types & SLJIT_DEF_MASK) == SLJIT_ARG_TYPE_F32); in post_call_with_args()
DsljitLir.c133 #define SLJIT_DEF_MASK ((1 << SLJIT_DEF_SHIFT) - 1) macro
1043 CHECK_ARGUMENT((arg_types & SLJIT_DEF_MASK) == 0); in check_sljit_emit_enter()
1048 curr_type = (types & SLJIT_DEF_MASK); in check_sljit_emit_enter()
1063 fprintf(compiler->verbose, "%s", call_arg_names[arg_types & SLJIT_DEF_MASK]); in check_sljit_emit_enter()
1099 curr_type = (types & SLJIT_DEF_MASK); in check_sljit_set_context()
1114 fprintf(compiler->verbose, "%s", call_arg_names[arg_types & SLJIT_DEF_MASK]); in check_sljit_set_context()
1630 curr_type = (types & SLJIT_DEF_MASK); in check_sljit_emit_call()
1656 !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", call_arg_names[arg_types & SLJIT_DEF_MASK]); in check_sljit_emit_call()
1662 fprintf(compiler->verbose, "%s", call_arg_names[arg_types & SLJIT_DEF_MASK]); in check_sljit_emit_call()
1759 curr_type = (types & SLJIT_DEF_MASK); in check_sljit_emit_icall()
[all …]
DsljitNativeMIPS_32.c461 types = (types << SLJIT_DEF_SHIFT) | (arg_types & SLJIT_DEF_MASK); in call_with_args()
463 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
505 switch (types & SLJIT_DEF_MASK) { in call_with_args()
545 switch (types & SLJIT_DEF_MASK) { in call_with_args()
591 switch (arg_types & SLJIT_DEF_MASK) { in post_call_with_args()
DsljitNativeX86_64.c625 if ((arg_types & SLJIT_DEF_MASK) < SLJIT_ARG_TYPE_F32) in call_with_args()
664 types = (types << SLJIT_DEF_SHIFT) | (arg_types & SLJIT_DEF_MASK); in call_with_args()
666 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
703 switch (types & SLJIT_DEF_MASK) { in call_with_args()
DsljitNativePPC_64.c426 types = (types << SLJIT_DEF_SHIFT) | (arg_types & SLJIT_DEF_MASK); in call_with_args()
428 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
448 switch (types & SLJIT_DEF_MASK) { in call_with_args()
DsljitNativeARM_32.c2287 types = (types << SLJIT_DEF_SHIFT) | (arg_types & SLJIT_DEF_MASK); in softfloat_call_with_args()
2289 switch (arg_types & SLJIT_DEF_MASK) { in softfloat_call_with_args()
2320 switch (types & SLJIT_DEF_MASK) { in softfloat_call_with_args()
2385 if ((arg_types & SLJIT_DEF_MASK) == SLJIT_ARG_TYPE_F32) in softfloat_post_call_with_args()
2387 if ((arg_types & SLJIT_DEF_MASK) == SLJIT_ARG_TYPE_F64) in softfloat_post_call_with_args()
2393 switch (arg_types & SLJIT_DEF_MASK) { in softfloat_post_call_with_args()
2428 if ((arg_types & SLJIT_DEF_MASK) == SLJIT_ARG_TYPE_F32) { in hardfloat_call_with_args()
2444 else if ((arg_types & SLJIT_DEF_MASK) == SLJIT_ARG_TYPE_F64) { in hardfloat_call_with_args()
DsljitNativeARM_T2_32.c1884 types = (types << SLJIT_DEF_SHIFT) | (arg_types & SLJIT_DEF_MASK); in softfloat_call_with_args()
1886 switch (arg_types & SLJIT_DEF_MASK) { in softfloat_call_with_args()
1919 switch (types & SLJIT_DEF_MASK) { in softfloat_call_with_args()
1984 if ((arg_types & SLJIT_DEF_MASK) == SLJIT_ARG_TYPE_F32) in softfloat_post_call_with_args()
1986 if ((arg_types & SLJIT_DEF_MASK) == SLJIT_ARG_TYPE_F64) in softfloat_post_call_with_args()
1992 switch (arg_types & SLJIT_DEF_MASK) { in softfloat_post_call_with_args()
2027 if ((arg_types & SLJIT_DEF_MASK) == SLJIT_ARG_TYPE_F32) { in hardfloat_call_with_args()
2043 else if ((arg_types & SLJIT_DEF_MASK) == SLJIT_ARG_TYPE_F64) { in hardfloat_call_with_args()
DsljitNativeMIPS_64.c559 types = (types << SLJIT_DEF_SHIFT) | (arg_types & SLJIT_DEF_MASK); in call_with_args()
561 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
577 switch (types & SLJIT_DEF_MASK) { in call_with_args()