Searched hist:9700 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/x86/isa/insts/general_purpose/control_transfer/
H A Dxreturn.py9700:2ea56473f400 Tue May 21 12:34:00 EDT 2013 Nilay Vaish <nilay@cs.wisc.edu> x86: mark instructions for being function call/return
Currently call and return instructions are marked as IsCall and IsReturn. Thus, the
branch predictor does not use RAS for these instructions. Similarly, the number of
function calls that took place is recorded as 0. This patch marks these instructions
as they should be.
H A Dcall.py9700:2ea56473f400 Tue May 21 12:34:00 EDT 2013 Nilay Vaish <nilay@cs.wisc.edu> x86: mark instructions for being function call/return
Currently call and return instructions are marked as IsCall and IsReturn. Thus, the
branch predictor does not use RAS for these instructions. Similarly, the number of
function calls that took place is recorded as 0. This patch marks these instructions
as they should be.
/gem5/src/arch/x86/isa/
H A Dmacroop.isa9700:2ea56473f400 Tue May 21 12:34:00 EDT 2013 Nilay Vaish <nilay@cs.wisc.edu> x86: mark instructions for being function call/return
Currently call and return instructions are marked as IsCall and IsReturn. Thus, the
branch predictor does not use RAS for these instructions. Similarly, the number of
function calls that took place is recorded as 0. This patch marks these instructions
as they should be.

Completed in 15 milliseconds