Searched refs:width_for_reg (Results 1 – 1 of 1) sorted by relevance
164 int width_for_reg[] = {1, 2, 4, 8, 16}; in validate_reg() local195 assert(reg.width >= 0 && reg.width < Elements(width_for_reg)); in validate_reg()196 width = width_for_reg[reg.width]; in validate_reg()