Lines Matching refs:near
211 …0x01 cond Counts the number of conditional near branch instructions executed, but not necessarily …
212 0x02 direct Counts all unconditional near branch instructions excluding calls and indirect branches
213 …0x04 indirect_non_call Counts the number of executed indirect near branch instructions that are no…
214 0x07 non_calls Counts all non call near branch instructions executed, but not necessarily retired
215 0x08 return_near Counts indirect near branches that have a return mnemonic
216 …0x10 direct_near_call Counts unconditional near call branch instructions, excluding non call branc…
217 …0x20 indirect_near_call Counts indirect near calls, including both register and memory indirect, e…
218 0x30 near_calls Counts all near call branches executed, but not necessarily retired
219 0x40 taken Counts taken near branches executed, but not necessarily retired
220 0x7F any Counts all near executed branches (not necessarily retired)
222 …0x01 cond Counts the number of mispredicted conditional near branch instructions executed, but not…
223 …0x02 direct Counts mispredicted macro unconditional near branch instructions, excluding calls and …
224 …0x04 indirect_non_call Counts the number of executed mispredicted indirect near branch instruction…
225 0x07 non_calls Counts mispredicted non call near branches executed, but not necessarily retired
227 0x10 direct_near_call Counts mispredicted non-indirect near calls executed, (should always be 0)
228 …0x20 indirect_near_call Counts mispredicted indirect near calls exeucted, including both register …
229 0x30 near_calls Counts all mispredicted near call branches executed, but not necessarily retired
230 0x40 taken Counts executed mispredicted near branches that are taken, but not necessarily retired
231 …0x7F any Counts the number of mispredicted near branch instructions that were executed, but not ne…
285 0x02 near_call Counts the number of direct & indirect near unconditional calls retired
289 0x02 near_call Counts mispredicted direct & indirect near unconditional retired calls