Searched refs:width_for_reg (Results 1 – 1 of 1) sorted by relevance
230 const int width_for_reg[] = {1, 2, 4, 8, 16}; in validate_reg() local270 assert(reg.width >= 0 && reg.width < ARRAY_SIZE(width_for_reg)); in validate_reg()271 width = width_for_reg[reg.width]; in validate_reg()