Home
last modified time | relevance | path

Searched refs:curr_type (Results 1 – 3 of 3) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
DsljitLir.c753 sljit_s32 word_arg_count, scratch_arg_end, saved_arg_count, float_arg_count, curr_type; in function_check_arguments() local
755 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()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c2137 const struct dxil_type *curr_type = NULL; in emit_consts() local
2142 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()
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl.cc91 const sem::Type* curr_type, in ScopedBitCast() argument
98 if (curr_type->is_scalar() && target_vec_type) { in ScopedBitCast()