Home
last modified time | relevance | path

Searched refs:is_16bit (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/libcpu/
Di386_data.h505 int is_16bit = (*d->prefixes & has_data16) != 0; in FCT_ax() local
511 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() local
947 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 …]
/external/mesa3d/src/compiler/glsl/
Dlower_precision.cpp1096 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()
/external/mesa3d/src/compiler/
Dglsl_types.h911 bool is_16bit() const in is_16bit() function
Dnir_types.cpp237 return type->is_16bit(); in glsl_type_is_16bit()
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c1385 bool is_16bit = ac_get_type_size(LLVMTypeOf(values[0])) == 2; in si_llvm_init_export_args() local
1429 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()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp10373 bool is_16bit = values[0].regClass() == v2b; in export_fs_mrt_color() local
10377 !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()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c4753 bool is_16bit = glsl_type_is_16bit(glsl_without_array(variable->type)); in ac_handle_shader_output_decl() local
4754 LLVMTypeRef type = is_16bit ? ctx->f16 : ctx->f32; in ac_handle_shader_output_decl()