Searched refs:reg_width (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/x86/
H A Disa.cc163 int reg_width = 64; local
166 reg_width = 3;
169 reg_width = 8;
174 reg_width = 16;
177 reg_width = 32;
182 reg_width = 16;
187 reg_width = 32;
193 regVal[miscReg] = val & mask(reg_width);

Completed in 5 milliseconds