Searched refs:SLJIT_ARG_MASK (Results 1 – 14 of 14) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeX86_32.c | 281 switch (types & SLJIT_ARG_MASK) { in sljit_emit_enter() 380 switch (arg_types & SLJIT_ARG_MASK) { in sljit_emit_enter() 517 switch (arg_types & SLJIT_ARG_MASK) { in sljit_set_context() 644 switch (arg_types & SLJIT_ARG_MASK) { in c_fast_call_get_stack_size() 690 switch (arg_types & SLJIT_ARG_MASK) { in c_fast_call_with_args() 749 switch (arg_types & SLJIT_ARG_MASK) { in cdecl_call_get_stack_size() 791 switch (arg_types & SLJIT_ARG_MASK) { in cdecl_call_with_args() 824 if ((arg_types & SLJIT_ARG_MASK) < SLJIT_ARG_TYPE_F64) in post_call_with_args() 827 single = ((arg_types & SLJIT_ARG_MASK) == SLJIT_ARG_TYPE_F32); in post_call_with_args() 866 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in tail_call_with_args() [all …]
|
D | sljitNativeSPARC_32.c | 158 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in call_with_args() 160 switch (arg_types & SLJIT_ARG_MASK) { in call_with_args() 194 switch (arg_types & SLJIT_ARG_MASK) { in call_with_args() 221 switch (types & SLJIT_ARG_MASK) { in call_with_args()
|
D | sljitLir.c | 133 #define SLJIT_ARG_MASK 0x7 macro 134 #define SLJIT_ARG_FULL_MASK (SLJIT_ARG_MASK | SLJIT_ARG_TYPE_SCRATCH_REG) 677 compiler->last_return = args & SLJIT_ARG_MASK; in set_emit_enter() 695 compiler->last_return = args & SLJIT_ARG_MASK; in set_set_context() 775 curr_type = (arg_types & SLJIT_ARG_MASK); in function_check_arguments() 1098 fprintf(compiler->verbose, " enter ret[%s", call_arg_names[arg_types & SLJIT_ARG_MASK]); in check_sljit_emit_enter() 1104 fprintf(compiler->verbose, "%s%s", call_arg_names[arg_types & SLJIT_ARG_MASK], in check_sljit_emit_enter() 1142 fprintf(compiler->verbose, " set_context ret[%s", call_arg_names[arg_types & SLJIT_ARG_MASK]); in check_sljit_set_context() 1148 fprintf(compiler->verbose, "%s%s", call_arg_names[arg_types & SLJIT_ARG_MASK], in check_sljit_set_context() 1693 CHECK_ARGUMENT((arg_types & SLJIT_ARG_MASK) == compiler->last_return); in check_sljit_emit_call() [all …]
|
D | sljitNativeX86_64.c | 426 if ((arg_types & SLJIT_ARG_MASK) < SLJIT_ARG_TYPE_F64) { in sljit_emit_enter() 472 FAIL_IF(emit_sse2_load(compiler, (arg_types & SLJIT_ARG_MASK) == SLJIT_ARG_TYPE_F32, in sljit_emit_enter() 684 if ((arg_types & SLJIT_ARG_MASK) < SLJIT_ARG_TYPE_F64) in call_with_args() 719 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in call_with_args() 721 switch (arg_types & SLJIT_ARG_MASK) { in call_with_args() 752 switch (types & SLJIT_ARG_MASK) { in call_with_args()
|
D | sljitNativePPC_64.c | 440 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in call_with_args() 442 switch (arg_types & SLJIT_ARG_MASK) { in call_with_args() 462 switch (types & SLJIT_ARG_MASK) { in call_with_args()
|
D | sljitNativeARM_T2_32.c | 1144 switch (arg_types & SLJIT_ARG_MASK) { in sljit_emit_enter() 1197 switch (arg_types & SLJIT_ARG_MASK) { in sljit_emit_enter() 2121 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in softfloat_call_with_args() 2123 switch (arg_types & SLJIT_ARG_MASK) { in softfloat_call_with_args() 2169 switch (types & SLJIT_ARG_MASK) { in softfloat_call_with_args() 2231 if ((arg_types & SLJIT_ARG_MASK) == SLJIT_ARG_TYPE_F64) in softfloat_post_call_with_args() 2233 if ((arg_types & SLJIT_ARG_MASK) == SLJIT_ARG_TYPE_F32) in softfloat_post_call_with_args() 2251 switch (arg_types & SLJIT_ARG_MASK) { in hardfloat_call_with_args()
|
D | sljitNativeMIPS_32.c | 462 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in call_with_args() 465 switch (arg_types & SLJIT_ARG_MASK) { in call_with_args() 516 switch (types & SLJIT_ARG_MASK) { in call_with_args()
|
D | sljitNativeARM_32.c | 1116 switch (arg_types & SLJIT_ARG_MASK) { in sljit_emit_enter() 1167 switch (arg_types & SLJIT_ARG_MASK) { in sljit_emit_enter() 2547 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in softfloat_call_with_args() 2549 switch (arg_types & SLJIT_ARG_MASK) { in softfloat_call_with_args() 2593 switch (types & SLJIT_ARG_MASK) { in softfloat_call_with_args() 2655 if ((arg_types & SLJIT_ARG_MASK) == SLJIT_ARG_TYPE_F64) in softfloat_post_call_with_args() 2657 if ((arg_types & SLJIT_ARG_MASK) == SLJIT_ARG_TYPE_F32) in softfloat_post_call_with_args() 2675 switch (arg_types & SLJIT_ARG_MASK) { in hardfloat_call_with_args()
|
D | sljitNativeMIPS_64.c | 580 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in call_with_args() 582 switch (arg_types & SLJIT_ARG_MASK) { in call_with_args() 598 switch (types & SLJIT_ARG_MASK) { in call_with_args()
|
D | sljitNativeSPARC_common.c | 541 switch (types & SLJIT_ARG_MASK) { in sljit_emit_enter() 572 switch (arg_types & SLJIT_ARG_MASK) { in sljit_emit_enter()
|
D | sljitNativeMIPS_common.c | 801 if ((tmp & SLJIT_ARG_MASK) == SLJIT_ARG_TYPE_F64) { in sljit_emit_enter() 877 switch (arg_types & SLJIT_ARG_MASK) { in sljit_emit_enter() 929 switch (arg_types & SLJIT_ARG_MASK) { in sljit_emit_enter()
|
D | sljitNativeARM_64.c | 1015 if ((arg_types & SLJIT_ARG_MASK) < SLJIT_ARG_TYPE_F64) { in sljit_emit_enter()
|
D | sljitNativePPC_common.c | 793 if ((arg_types & SLJIT_ARG_MASK) < SLJIT_ARG_TYPE_F64) { in sljit_emit_enter()
|
D | sljitNativeS390X.c | 1690 if ((arg_types & SLJIT_ARG_MASK) < SLJIT_ARG_TYPE_F64) { in sljit_emit_enter()
|