Lines Matching refs:SLJIT_DEF_MASK
133 #define SLJIT_DEF_MASK ((1 << SLJIT_DEF_SHIFT) - 1) macro
1050 CHECK_ARGUMENT((arg_types & SLJIT_DEF_MASK) == 0); in check_sljit_emit_enter()
1055 curr_type = (types & SLJIT_DEF_MASK); in check_sljit_emit_enter()
1070 fprintf(compiler->verbose, "%s", call_arg_names[arg_types & SLJIT_DEF_MASK]); in check_sljit_emit_enter()
1106 curr_type = (types & SLJIT_DEF_MASK); in check_sljit_set_context()
1121 fprintf(compiler->verbose, "%s", call_arg_names[arg_types & SLJIT_DEF_MASK]); in check_sljit_set_context()
1635 curr_type = (types & SLJIT_DEF_MASK); in check_sljit_emit_call()
1661 !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", call_arg_names[arg_types & SLJIT_DEF_MASK]); in check_sljit_emit_call()
1667 fprintf(compiler->verbose, "%s", call_arg_names[arg_types & SLJIT_DEF_MASK]); in check_sljit_emit_call()
1764 curr_type = (types & SLJIT_DEF_MASK); in check_sljit_emit_icall()
1790 !(type & SLJIT_REWRITABLE_JUMP) ? "" : ".r", call_arg_names[arg_types & SLJIT_DEF_MASK]); in check_sljit_emit_icall()
1796 fprintf(compiler->verbose, "%s", call_arg_names[arg_types & SLJIT_DEF_MASK]); in check_sljit_emit_icall()