Previous - Up - Next

SIM_instruction_store_queue_mem_op()

NAME
SIM_instruction_store_queue_mem_op — get store queue transaction

SYNOPSIS
generic_transaction_t *
SIM_instruction_store_queue_mem_op(instruction_id_t ii, int i);

DESCRIPTION
Returns the i:th memory transaction that the instruction has put into the store queue. The value to be stored can be retrieved by calling SIM_get_mem_op_value on the returned transaction. If i is out of range, NULL will be returned.

EXCEPTIONS
Index Thrown if ii is illegal.
RETURN VALUE
The i:th memory transaction or NULL if there is no such transaction.

Previous - Up - Next