Lines Matching refs:SLJIT_DEF_MASK
133 #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()
1785 !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", call_arg_names[arg_types & SLJIT_DEF_MASK]); in check_sljit_emit_icall()
1791 fprintf(compiler->verbose, "%s", call_arg_names[arg_types & SLJIT_DEF_MASK]); in check_sljit_emit_icall()