MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / InstructionContext

Class InstructionContext

include/recompiler/generator.h:8–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7namespace N64Recomp {
8 struct InstructionContext {
9 int rd;
10 int rs;
11 int rt;
12 int sa;
13
14 int fd;
15 int fs;
16 int ft;
17
18 int cop1_cs;
19
20 uint16_t imm16;
21
22 bool reloc_tag_as_reference;
23 RelocType reloc_type;
24 uint32_t reloc_section_index;
25 uint32_t reloc_target_section_offset;
26 };
27
28 class Generator {
29 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected