Ryujinx/ARMeilleure/Common
FICTURE7 ecc64c934d
Add Operand.Label support to Assembler (#2680)
* Add `Operand.Label` support to `Assembler`

This adds label support to `Assembler` and enables branch tightening
when compiling with relocatables. Jump management and patching has been
moved to the `Assembler`.

* Move instruction table to `Assembler.Table`

* Set PTC internal version

* Rename `Assembler.Table` to `AssemblerTable`
2021-10-05 14:04:55 -03:00
..
AddressTable.cs Reduce JIT GC allocations (#2515) 2021-08-17 15:08:34 -03:00
Allocator.cs Reduce JIT GC allocations (#2515) 2021-08-17 15:08:34 -03:00
ArenaAllocator.cs Reduce JIT GC allocations (#2515) 2021-08-17 15:08:34 -03:00
BitMap.cs Reduce JIT GC allocations (#2515) 2021-08-17 15:08:34 -03:00
BitUtils.cs Add Operand.Label support to Assembler (#2680) 2021-10-05 14:04:55 -03:00
Counter.cs Add inlined on translation call counting (#2190) 2021-04-18 23:43:53 +02:00
EntryTable.cs Reduce JIT GC allocations (#2515) 2021-08-17 15:08:34 -03:00
EnumUtils.cs Add a new JIT compiler for CPU code (#693) 2019-08-08 21:56:22 +03:00
NativeAllocator.cs Reduce JIT GC allocations (#2515) 2021-08-17 15:08:34 -03:00
SortedIntegerList.cs CodeGen Optimisations (LSRA and Translator) (#978) 2020-03-18 22:44:32 +11:00