@@ -137,6 +137,7 @@ namespace olympia
137
137
LSU_BUSY = InstArchInfo::TargetPipe::LSU,
138
138
MUL_BUSY = InstArchInfo::TargetPipe::MUL,
139
139
VINT_BUSY = InstArchInfo::TargetPipe::VINT,
140
+ VFIXED_BUSY = InstArchInfo::TargetPipe::VFIXED,
140
141
VMASK_BUSY = InstArchInfo::TargetPipe::VMASK,
141
142
VMUL_BUSY = InstArchInfo::TargetPipe::VMUL,
142
143
VDIV_BUSY = InstArchInfo::TargetPipe::VDIV,
@@ -176,6 +177,8 @@ namespace olympia
176
177
sparta::Counter::COUNT_NORMAL, getClock ()),
177
178
sparta::CycleCounter (getStatisticSet (), " stall_vint_busy" , " VINT busy" ,
178
179
sparta::Counter::COUNT_NORMAL, getClock ()),
180
+ sparta::CycleCounter (getStatisticSet (), " stall_vfixed_busy" , " VFIXED busy" ,
181
+ sparta::Counter::COUNT_NORMAL, getClock ()),
179
182
sparta::CycleCounter (getStatisticSet (), " stall_vmask_busy" , " VMASK busy" ,
180
183
sparta::Counter::COUNT_NORMAL, getClock ()),
181
184
sparta::CycleCounter (getStatisticSet (), " stall_vmul_busy" , " VMUL busy" ,
@@ -215,6 +218,8 @@ namespace olympia
215
218
sparta::Counter::COUNT_NORMAL),
216
219
sparta::Counter (getStatisticSet (), " count_vint_insts" , " Total VINT insts" ,
217
220
sparta::Counter::COUNT_NORMAL),
221
+ sparta::Counter (getStatisticSet (), " count_vfixed_insts" , " Total VFIXED insts" ,
222
+ sparta::Counter::COUNT_NORMAL),
218
223
sparta::Counter (getStatisticSet (), " count_vmask_insts" , " Total VMASK insts" ,
219
224
sparta::Counter::COUNT_NORMAL),
220
225
sparta::Counter (getStatisticSet (), " count_vmul_insts" , " Total VMUL insts" ,
0 commit comments