
Go to the source code of this file.
Data Types | |
| type | dlx_opcode |
Defines | |
| #define | ALUOP 0x00000000 |
| #define | SPECIALOP 0x00000000 |
| #define | NOPF 0x00000000 |
| #define | SLLF 0x00000004 |
| #define | SRLF 0x00000006 |
| #define | SRAF 0x00000007 |
| #define | SEQUF 0x00000010 |
| #define | SNEUF 0x00000011 |
| #define | SLTUF 0x00000012 |
| #define | SGTUF 0x00000013 |
| #define | SLEUF 0x00000014 |
| #define | SGEUF 0x00000015 |
| #define | ADDF 0x00000020 |
| #define | ADDUF 0x00000021 |
| #define | SUBF 0x00000022 |
| #define | SUBUF 0x00000023 |
| #define | ANDF 0x00000024 |
| #define | ORF 0x00000025 |
| #define | XORF 0x00000026 |
| #define | SEQF 0x00000028 |
| #define | SNEF 0x00000029 |
| #define | SLTF 0x0000002A |
| #define | SGTF 0x0000002B |
| #define | SLEF 0x0000002C |
| #define | SGEF 0x0000002D |
| #define | MVTSF 0x00000030 |
| #define | MVFSF 0x00000031 |
| #define | BSWAPF 0x00000032 |
| #define | LUTF 0x00000033 |
| #define | MULTF 0x00000005 |
| #define | MULTUF 0x00000006 |
| #define | DIVF 0x00000007 |
| #define | DIVUF 0x00000008 |
| #define | JOP 0x08000000 |
| #define | JALOP 0x0c000000 |
| #define | BEQOP 0x10000000 |
| #define | BNEOP 0x14000000 |
| #define | ADDIOP 0x20000000 |
| #define | ADDUIOP 0x24000000 |
| #define | SUBIOP 0x28000000 |
| #define | SUBUIOP 0x2c000000 |
| #define | ANDIOP 0x30000000 |
| #define | ORIOP 0x34000000 |
| #define | XORIOP 0x38000000 |
| #define | LHIOP 0x3c000000 |
| #define | RFEOP 0x40000000 |
| #define | TRAPOP 0x44000000 |
| #define | JROP 0x48000000 |
| #define | JALROP 0x4c000000 |
| #define | BREAKOP 0x50000000 |
| #define | SEQIOP 0x60000000 |
| #define | SNEIOP 0x64000000 |
| #define | SLTIOP 0x68000000 |
| #define | SGTIOP 0x6c000000 |
| #define | SLEIOP 0x70000000 |
| #define | SGEIOP 0x74000000 |
| #define | LBOP 0x80000000 |
| #define | LHOP 0x84000000 |
| #define | LWOP 0x8c000000 |
| #define | LBUOP 0x90000000 |
| #define | LHUOP 0x94000000 |
| #define | LDSTBU |
| #define | LDSTHU |
| #define | SBOP 0xa0000000 |
| #define | SHOP 0xa4000000 |
| #define | SWOP 0xac000000 |
| #define | LDST |
| #define | SEQUIOP 0xc0000000 |
| #define | SNEUIOP 0xc4000000 |
| #define | SLTUIOP 0xc8000000 |
| #define | SGTUIOP 0xcc000000 |
| #define | SLEUIOP 0xd0000000 |
| #define | SGEUIOP 0xd4000000 |
| #define | SLLIOP 0xd8000000 |
| #define | SRLIOP 0xdc000000 |
| #define | SRAIOP 0xe0000000 |
| #define | LSBUOP 0x98000000 |
| #define | LSHUOP 0x9c000000 |
| #define | LSWOP 0xb0000000 |
Variables | |
| static struct dlx_opcode | dlx_opcodes [] |
| const unsigned int | num_dlx_opcodes = (((sizeof dlx_opcodes) / (sizeof dlx_opcodes[0])) - 1) |
| #define ADDF 0x00000020 |
| #define ADDIOP 0x20000000 |
| #define ADDUF 0x00000021 |
| #define ADDUIOP 0x24000000 |
| #define ALUOP 0x00000000 |
| #define ANDF 0x00000024 |
| #define ANDIOP 0x30000000 |
| #define BEQOP 0x10000000 |
| #define BNEOP 0x14000000 |
| #define BREAKOP 0x50000000 |
| #define BSWAPF 0x00000032 |
| #define DIVF 0x00000007 |
| #define DIVUF 0x00000008 |
| #define JALOP 0x0c000000 |
| #define JALROP 0x4c000000 |
| #define JOP 0x08000000 |
| #define JROP 0x48000000 |
| #define LBOP 0x80000000 |
| #define LBUOP 0x90000000 |
| #define LHIOP 0x3c000000 |
| #define LHOP 0x84000000 |
| #define LHUOP 0x94000000 |
| #define LSBUOP 0x98000000 |
| #define LSHUOP 0x9c000000 |
| #define LSWOP 0xb0000000 |
| #define LUTF 0x00000033 |
| #define LWOP 0x8c000000 |
| #define MULTF 0x00000005 |
| #define MULTUF 0x00000006 |
| #define MVFSF 0x00000031 |
| #define MVTSF 0x00000030 |
| #define NOPF 0x00000000 |
| #define ORF 0x00000025 |
| #define ORIOP 0x34000000 |
| #define RFEOP 0x40000000 |
| #define SBOP 0xa0000000 |
| #define SEQF 0x00000028 |
| #define SEQIOP 0x60000000 |
| #define SEQUF 0x00000010 |
| #define SEQUIOP 0xc0000000 |
| #define SGEF 0x0000002D |
| #define SGEIOP 0x74000000 |
| #define SGEUF 0x00000015 |
| #define SGEUIOP 0xd4000000 |
| #define SGTF 0x0000002B |
| #define SGTIOP 0x6c000000 |
| #define SGTUF 0x00000013 |
| #define SGTUIOP 0xcc000000 |
| #define SHOP 0xa4000000 |
| #define SLEF 0x0000002C |
| #define SLEIOP 0x70000000 |
| #define SLEUF 0x00000014 |
| #define SLEUIOP 0xd0000000 |
| #define SLLF 0x00000004 |
| #define SLLIOP 0xd8000000 |
| #define SLTF 0x0000002A |
| #define SLTIOP 0x68000000 |
| #define SLTUF 0x00000012 |
| #define SLTUIOP 0xc8000000 |
| #define SNEF 0x00000029 |
| #define SNEIOP 0x64000000 |
| #define SNEUF 0x00000011 |
| #define SNEUIOP 0xc4000000 |
| #define SRAF 0x00000007 |
| #define SRAIOP 0xe0000000 |
| #define SRLF 0x00000006 |
| #define SRLIOP 0xdc000000 |
| #define SUBF 0x00000022 |
| #define SUBIOP 0x28000000 |
| #define SUBUF 0x00000023 |
| #define SUBUIOP 0x2c000000 |
| #define SWOP 0xac000000 |
| #define TRAPOP 0x44000000 |
| #define XORF 0x00000026 |
| #define XORIOP 0x38000000 |
struct dlx_opcode dlx_opcodes[] [static] |
| const unsigned int num_dlx_opcodes = (((sizeof dlx_opcodes) / (sizeof dlx_opcodes[0])) - 1) |
1.5.6