Searched refs:curr_type (Results 1 – 3 of 3) sorted by relevance
753 sljit_s32 word_arg_count, scratch_arg_end, saved_arg_count, float_arg_count, curr_type; in function_check_arguments() local755 curr_type = (arg_types & SLJIT_ARG_FULL_MASK); in function_check_arguments()757 if (curr_type >= SLJIT_ARG_TYPE_F64) { in function_check_arguments()758 if (curr_type > SLJIT_ARG_TYPE_F32 || fscratches == 0) in function_check_arguments()760 } else if (curr_type >= SLJIT_ARG_TYPE_W) { in function_check_arguments()775 curr_type = (arg_types & SLJIT_ARG_MASK); in function_check_arguments()778 if (saveds == -1 || curr_type < SLJIT_ARG_TYPE_W || curr_type > SLJIT_ARG_TYPE_P) in function_check_arguments()784 if (curr_type < SLJIT_ARG_TYPE_W || curr_type > SLJIT_ARG_TYPE_F32) in function_check_arguments()787 if (curr_type < SLJIT_ARG_TYPE_F64) { in function_check_arguments()
2137 const struct dxil_type *curr_type = NULL; in emit_consts() local2142 if (curr_type != c->value.type) { in emit_consts()2146 curr_type = c->value.type; in emit_consts()2155 switch (curr_type->type) { in emit_consts()2162 switch (curr_type->float_bits) { in emit_consts()
91 const sem::Type* curr_type, in ScopedBitCast() argument98 if (curr_type->is_scalar() && target_vec_type) { in ScopedBitCast()