GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
instruction_environment Struct Reference

Public Attributes

unsigned long reg [NUM_GENREGS]
 
unsigned long preg [NUM_SPECREGS]
 
unsigned long branch_break_address
 
unsigned long delay_slot_pc
 
unsigned long prefix_value
 
int branch_found
 
int prefix_found
 
int invalid
 
int slot_needed
 
int delay_slot_pc_active
 
int xflag_found
 
int disable_interrupt
 
enum bfd_endian byte_order
 

Detailed Description

Definition at line 474 of file cris-tdep.c.

Member Data Documentation

◆ branch_break_address

unsigned long instruction_environment::branch_break_address

◆ branch_found

int instruction_environment::branch_found

◆ byte_order

enum bfd_endian instruction_environment::byte_order

◆ delay_slot_pc

unsigned long instruction_environment::delay_slot_pc

Definition at line 480 of file cris-tdep.c.

Referenced by find_step_target(), reg_mode_clear_op(), and reg_mode_move_from_preg_op().

◆ delay_slot_pc_active

int instruction_environment::delay_slot_pc_active

Definition at line 486 of file cris-tdep.c.

Referenced by find_step_target(), reg_mode_clear_op(), and reg_mode_move_from_preg_op().

◆ disable_interrupt

int instruction_environment::disable_interrupt

◆ invalid

int instruction_environment::invalid

◆ prefix_found

int instruction_environment::prefix_found

◆ prefix_value

unsigned long instruction_environment::prefix_value

◆ preg

unsigned long instruction_environment::preg[NUM_SPECREGS]

Definition at line 478 of file cris-tdep.c.

Referenced by find_step_target(), and reg_mode_move_from_preg_op().

◆ reg

unsigned long instruction_environment::reg[NUM_GENREGS]

◆ slot_needed

int instruction_environment::slot_needed

◆ xflag_found

int instruction_environment::xflag_found

The documentation for this struct was generated from the following file: