pub fn get_parameter_register_in_context<R: CodeReader>(
param_index: usize,
param_name: &str,
pc: u64,
function_start: u64,
code_reader: &R,
) -> Result<Option<u16>, PlatformError>Expand description
Check if a parameter should be accessed via register in the current context Returns the register number if parameter should be in register, None otherwise