Searched refs:is_16bit (Results 1 – 7 of 7) sorted by relevance
505 int is_16bit = (*d->prefixes & has_data16) != 0; in FCT_ax() local511 if (*bufcntp + 4 - is_16bit > bufsize) in FCT_ax()512 return *bufcntp + 4 - is_16bit - bufsize; in FCT_ax()515 if (! is_16bit) in FCT_ax()943 int is_16bit = (prefixes & has_data16) != 0; in FCT_mod$r_m() local947 if (*bufcntp + 5 - is_16bit > d->bufsize) in FCT_mod$r_m()948 return *bufcntp + 5 - is_16bit - d->bufsize; in FCT_mod$r_m()953 if ((prefixes & has_rex_b) != 0 && !is_16bit) in FCT_mod$r_m()962 cp = stpcpy (&bufp[*bufcntp], dregs[modrm & 7] + is_16bit); in FCT_mod$r_m()1055 int is_16bit = (prefixes & has_data16) != 0; in FCT_mod$r_m$w() local[all …]
1096 assert(lhs->type->is_16bit() || lhs->type->is_32bit()); in convert_split_assignment()1097 assert(rhs->type->is_16bit() || rhs->type->is_32bit()); in convert_split_assignment()1098 assert(lhs->type->is_16bit() != rhs->type->is_16bit()); in convert_split_assignment()1123 var->type->without_array()->is_16bit() != in visit_enter()1124 rhs_var->type->without_array()->is_16bit())) && in visit_enter()1127 var->type->without_array()->is_16bit() && in visit_enter()1174 expr->operands[0]->type->is_16bit()) { in visit_enter()1240 expr->type->without_array()->is_16bit() && in handle_rvalue()
911 bool is_16bit() const in is_16bit() function
237 return type->is_16bit(); in glsl_type_is_16bit()
1385 bool is_16bit = ac_get_type_size(LLVMTypeOf(values[0])) == 2; in si_llvm_init_export_args() local1429 if (is_16bit) { in si_llvm_init_export_args()1450 if (is_16bit) { in si_llvm_init_export_args()1461 if (is_16bit) { in si_llvm_init_export_args()1479 !is_16bit && in si_llvm_init_export_args()1533 if (is_16bit) { in si_llvm_init_export_args()
10373 bool is_16bit = values[0].regClass() == v2b; in export_fs_mrt_color() local10377 !is_16bit && in export_fs_mrt_color()10421 if (is_16bit) { in export_fs_mrt_color()10441 if (is_16bit && ctx->options->chip_class >= GFX9) { in export_fs_mrt_color()10449 if (is_16bit && ctx->options->chip_class >= GFX9) { in export_fs_mrt_color()10470 } else if (is_16bit) { in export_fs_mrt_color()10500 } else if (is_16bit) { in export_fs_mrt_color()
4753 bool is_16bit = glsl_type_is_16bit(glsl_without_array(variable->type)); in ac_handle_shader_output_decl() local4754 LLVMTypeRef type = is_16bit ? ctx->f16 : ctx->f32; in ac_handle_shader_output_decl()