Lines Matching refs:SLJIT_ARG_MASK
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()
1106 fprintf(compiler->verbose, " enter ret[%s", call_arg_names[arg_types & SLJIT_ARG_MASK]); in check_sljit_emit_enter()
1112 fprintf(compiler->verbose, "%s%s", call_arg_names[arg_types & SLJIT_ARG_MASK], in check_sljit_emit_enter()
1163 fprintf(compiler->verbose, " set_context ret[%s", call_arg_names[arg_types & SLJIT_ARG_MASK]); in check_sljit_set_context()
1169 fprintf(compiler->verbose, "%s%s", call_arg_names[arg_types & SLJIT_ARG_MASK], in check_sljit_set_context()
1803 CHECK_ARGUMENT((arg_types & SLJIT_ARG_MASK) == compiler->last_return); in check_sljit_emit_call()
1817 call_arg_names[arg_types & SLJIT_ARG_MASK]); in check_sljit_emit_call()
1823 fprintf(compiler->verbose, "%s", call_arg_names[arg_types & SLJIT_ARG_MASK]); in check_sljit_emit_call()
1918 CHECK_ARGUMENT((arg_types & SLJIT_ARG_MASK) == compiler->last_return); in check_sljit_emit_icall()
1931 call_arg_names[arg_types & SLJIT_ARG_MASK]); in check_sljit_emit_icall()
1937 fprintf(compiler->verbose, "%s", call_arg_names[arg_types & SLJIT_ARG_MASK]); in check_sljit_emit_icall()