Home
last modified time | relevance | path

Searched refs:reg_mode_for_bitsize (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/panfrost/midgard/
Dmidgard_print.c121 midgard_reg_mode reg_mode = reg_mode_for_bitsize(max_bitsize_for_alu(ins)); in mir_print_embedded_constant()
Dmidgard_emit.c300 ins->src_types[i], reg_mode_for_bitsize(base_size), in mir_pack_vector_srcs()
577 .reg_mode = reg_mode_for_bitsize(max_bitsize_for_alu(ins)) in vector_alu_from_instr()
Dcompiler.h515 midgard_reg_mode reg_mode_for_bitsize(unsigned bitsize);
Dmidgard_compile.c2280 reg_mode_for_bitsize(unsigned bitsize) in reg_mode_for_bitsize() function