#include <ieee_inst.h>
Definition at line 81 of file ieee_inst.h.
Data Fields | |
| unsigned long | word |
| unsigned char | byte [4] |
| struct { | |
| unsigned __pad0__: 26 | |
| unsigned opcode: 6 | |
| } | common |
| struct { | |
| signed memory_displacement: 16 | |
| unsigned rb: 5 | |
| unsigned ra: 5 | |
| unsigned opcode: 6 | |
| } | m_format |
| struct { | |
| signed branch_displacement: 21 | |
| unsigned ra: 5 | |
| unsigned opcode: 6 | |
| } | b_format |
| struct { | |
| unsigned rc: 5 | |
| unsigned function: 7 | |
| unsigned form: 1 | |
| unsigned __pad0__: 3 | |
| unsigned rb: 5 | |
| unsigned ra: 5 | |
| unsigned opcode: 6 | |
| } | o_format |
| struct { | |
| unsigned rc: 5 | |
| unsigned function: 7 | |
| unsigned form: 1 | |
| unsigned literal: 8 | |
| unsigned ra: 5 | |
| unsigned opcode: 6 | |
| } | l_format |
| struct { | |
| unsigned fc: 5 | |
| unsigned fnc: 4 | |
| unsigned src: 2 | |
| unsigned rnd: 2 | |
| unsigned u: 1 | |
| unsigned ie: 1 | |
| unsigned s: 1 | |
| unsigned fb: 5 | |
| unsigned fa: 5 | |
| unsigned opcode: 6 | |
| } | f_format |
| struct { | |
| unsigned fc: 5 | |
| unsigned function: 11 | |
| unsigned fb: 5 | |
| unsigned fa: 5 | |
| unsigned opcode: 6 | |
| } | ipf_format |
| struct { | |
| unsigned fc: 5 | |
| unsigned function: 11 | |
| unsigned fb: 5 | |
| unsigned fa: 5 | |
| unsigned opcode: 6 | |
| } | vax_format |
| struct { | |
| unsigned function: 26 | |
| unsigned opcode: 6 | |
| } | pal_format |
| struct { | |
| signed hint: 14 | |
| unsigned function: 2 | |
| unsigned rb: 5 | |
| unsigned ra: 5 | |
| unsigned opcode: 6 | |
| } | j_format |
| unsigned long alpha_instruction::word |
Definition at line 82 of file ieee_inst.h.
| unsigned char alpha_instruction::byte[4] |
Definition at line 83 of file ieee_inst.h.
| unsigned alpha_instruction::__pad0__ |
Definition at line 91 of file ieee_inst.h.
| unsigned alpha_instruction::opcode |
Definition at line 93 of file ieee_inst.h.
| struct { ... } alpha_instruction::common |
Definition at line 98 of file ieee_inst.h.
| unsigned alpha_instruction::rb |
Definition at line 99 of file ieee_inst.h.
| unsigned alpha_instruction::ra |
Definition at line 100 of file ieee_inst.h.
| struct { ... } alpha_instruction::m_format |
Definition at line 110 of file ieee_inst.h.
| struct { ... } alpha_instruction::b_format |
| unsigned alpha_instruction::rc |
Definition at line 118 of file ieee_inst.h.
| unsigned alpha_instruction::function |
Definition at line 119 of file ieee_inst.h.
| unsigned alpha_instruction::form |
Definition at line 120 of file ieee_inst.h.
| struct { ... } alpha_instruction::o_format |
| unsigned alpha_instruction::literal |
Definition at line 136 of file ieee_inst.h.
| struct { ... } alpha_instruction::l_format |
| unsigned alpha_instruction::fc |
Definition at line 144 of file ieee_inst.h.
| unsigned alpha_instruction::fnc |
Definition at line 145 of file ieee_inst.h.
| unsigned alpha_instruction::src |
Definition at line 146 of file ieee_inst.h.
| unsigned alpha_instruction::rnd |
Definition at line 147 of file ieee_inst.h.
| unsigned alpha_instruction::u |
Definition at line 148 of file ieee_inst.h.
| unsigned alpha_instruction::ie |
Definition at line 149 of file ieee_inst.h.
| unsigned alpha_instruction::s |
Definition at line 150 of file ieee_inst.h.
| unsigned alpha_instruction::fb |
Definition at line 151 of file ieee_inst.h.
| unsigned alpha_instruction::fa |
Definition at line 152 of file ieee_inst.h.
| struct { ... } alpha_instruction::f_format |
| struct { ... } alpha_instruction::ipf_format |
| struct { ... } alpha_instruction::vax_format |
| struct { ... } alpha_instruction::pal_format |
| signed alpha_instruction::hint |
Definition at line 187 of file ieee_inst.h.
| struct { ... } alpha_instruction::j_format |