File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1- # FEX-2511
1+ # FEX-2512
22
33## FEXCore
44See [ FEXCore/Readme.md] ( ../FEXCore/Readme.md ) for more details
55
66### Glossary
77
8- - Splatter: a code generator backend that concatenates configurable macros instead of doing isel
8+ - Splatter: a code generator backend that concaternates configurable macros instead of doing isel
99- IR: Intermediate Representation, our high-level opcode representation, loosely modeling arm64
1010- SSA: Single Static Assignment, a form of representing IR in memory
1111- Basic Block: A block of instructions with no control flow, terminated by control flow
@@ -79,10 +79,6 @@ Emulation mainloop related glue logic
7979#### thunks
8080- [ Thunks.h] ( ../FEXCore/include/FEXCore/Core/Thunks.h )
8181
82- #### x86-guest-code
83- - [ X86HelperGen.cpp] ( ../FEXCore/Source/Interface/Core/X86HelperGen.cpp ) : Guest-side assembly helpers used by the backends
84- - [ X86HelperGen.h] ( ../FEXCore/Source/Interface/Core/X86HelperGen.h )
85-
8682
8783
8884### ir
You can’t perform that action at this time.
0 commit comments