Searched refs:is_32bit (Results 1 – 8 of 8) sorted by relevance
751 } else if (ir->type->is_32bit()) { in handle_rvalue()1041 !var->type->without_array()->is_32bit() || in visit()1075 assert(ir->type->without_array()->is_32bit()); in fix_types_in_deref_chain()1085 assert(deref_array->array->type->without_array()->is_32bit()); in fix_types_in_deref_chain()1110 assert(lhs->type->is_16bit() || lhs->type->is_32bit()); in convert_split_assignment()1111 assert(rhs->type->is_16bit() || rhs->type->is_32bit()); in convert_split_assignment()1115 new(mem_ctx) ir_assignment(lhs, convert_precision(lhs->type->is_32bit(), rhs)); in convert_split_assignment()1142 rhs_const->type->without_array()->is_32bit()))) { in visit_enter()1157 ir->rhs->type->without_array()->is_32bit()) { in visit_enter()1170 if (lhs->type->without_array()->is_32bit()) in visit_enter()[all …]
291 bool is_32bit; member361 comps[location + i].is_32bit = in get_unmoveable_components_masks()483 bool is_32bit; member625 vc_info->is_32bit = glsl_type_is_32bit(type); in gather_varying_component_info()691 vc_info->is_32bit = glsl_type_is_32bit(type); in gather_varying_component_info()813 if (!assigned_comps[tmp_cursor].is_32bit) { in assign_remap_locations()835 assigned_comps[tmp_cursor].is_32bit = info->is_32bit; in assign_remap_locations()
149 bool is_32bit = !!(device->physical_device->memory_types_32bit & (1u << i)); in radv_image_from_gralloc() local150 if (is_local && !is_32bit) { in radv_image_from_gralloc()
1000 sljit_s32 is_32bit) in load_word() argument1007 if (is_32bit && ((src & OFFS_REG_MASK) || is_u12(srcw) || !is_s20(srcw))) { in load_word()1014 ins = is_32bit ? 0xe30000000058 /* ly */ : 0xe30000000004 /* lg */; in load_word()1021 sljit_s32 is_32bit) in load_unsigned_word() argument1030 ins = is_32bit ? 0xe30000000016 /* llgf */ : 0xe30000000004 /* lg */; in load_unsigned_word()1037 sljit_s32 is_32bit) in store_word() argument1044 if (is_32bit && ((dst & OFFS_REG_MASK) || is_u12(dstw) || !is_s20(dstw))) { in store_word()1051 ins = is_32bit ? 0xe30000000050 /* sty */ : 0xe30000000024 /* stg */; in store_word()
929 bool is_32bit() const in is_32bit() function
274 return type->is_32bit(); in glsl_type_is_32bit()
2623 bool is_32bit = (opcode >= 0xB8); in InstructionDecode() local2625 if (is_32bit) { in InstructionDecode()
3892 const bool is_32bit = (sizeof(T) == 4); in LoadIntValueHelper() local3893 Register tgt1 = is_32bit ? Register(w1) : Register(x1); in LoadIntValueHelper()3894 Register tgt2 = is_32bit ? Register(w2) : Register(x2); in LoadIntValueHelper()