- Aug 13, 2018
-
-
MerryMage authored
No longer required. HaltExecution is a no-op if it is not currently executing.
-
Subv authored
We divide the number of ticks to add by the number of cores (4) to obtain a more or less rough estimate of the actual number of ticks added. This assumes that all 4 cores are doing similar work. Previously we were adding ~4 times the number of ticks, thus making the games think that time was going way too fast. This lets us bypass certain hangs in some games like Breath of the Wild. We should modify our CoreTiming to support multiple cores (both running in a single thread, and in multiple host threads).
-
- Jul 31, 2018
-
-
Lioncash authored
Removes unnecessary direct dependencies in some headers and also gets rid of indirect dependencies that were being relied on to be included.
-
Lioncash authored
Makes the definition use the same type aliases as in its prototype.
-
Lioncash authored
Given the ARM_Dynarmic class inherits from ARM_Interface, we don't need to qualify here.
-
Lioncash authored
Amends the initializer list to be in the same order that each variable would be initialized in. We also do this to ensure we don't use a bogus uninitialized instance of the exclusive monitor within MakeJit() We can also remove the jit member from the initializer list as this is initialized by PageTableChanged()
-
- Jul 24, 2018
- Jul 22, 2018
-
-
MerryMage authored
-
- Jul 21, 2018
-
-
Subv authored
Note that there's currently a dynarmic bug preventing this register from being written.
-
- Jul 20, 2018
-
-
Lioncash authored
Currently, the TLS address is set within the scheduler, making this member unused.
-
- Jul 16, 2018
-
-
MerryMage authored
-
- Jul 03, 2018
-
-
James Rowe authored
-
James Rowe authored
-
- May 02, 2018
-
-
Lioncash authored
This makes the formatting expectations more obvious (e.g. any zero padding specified is padding that's entirely dedicated to the value being printed, not any pretty-printing that also gets tacked on).
-
- Apr 27, 2018
-
-
Lioncash authored
-
- Apr 26, 2018
-
-
Lioncash authored
LOG_GENERIC usages will be amended in a follow-up to keep API changes separate from interface changes, as it will require removing a parameter from the relevant function in the VMManager class.
-
- Mar 24, 2018
-
-
MerryMage authored
-
- Mar 16, 2018
-
-
bunnei authored
-
- Mar 14, 2018
-
-
bunnei authored
-
- Feb 25, 2018
-
-
N00byKing authored
-
- Feb 21, 2018
-
-
MerryMage authored
6b4c6b0 impl: Update PC when raising exception 7a1313a A64: Implement FDIV (vector) b2d781d system: Raise exception for YIELD, WFE, WFI, SEV, SEVL b277bf5 Correct FPSR and FPCR 7673933 A64: Implement USHL 8d0e558 A64: Implement UCVTF (vector, integer), scalar variant da9a4f8 A64: Partially implement FCVTZU (scalar, fixed-point) and FCVTZS (scalar, fixed-point) 7479684 A64: Implement system register TPIDR_EL0 0fd75fd A64: Implement system registers FPCR and FPSR 31e370c A64: Implement system register CNTPCT_EL0 9a88fd3 A64: Implement system register CTR_EL0 1d16896 A64: Implement NEG (vector) 3184edf IR: Add IR instruction ZeroVector 31f8fbc emit_x64_floating_point: Add maybe_unused to preprocess parameter 567eb1a A64: Implement FMINNM (scalar) c6d8fa1 A64: Implement FMAXNM (scalar) 616056d constant_pool: Add frame parameter a3747cb A64: Implement ADDP (scalar) 5cd5d9f reg_alloc: Only exchange GPRs dd0452a A64: Implement DUP (element), scalar variant e5732ea emit_x64_floating_point: Correct FP{Max,Min}{32,64} implementations for -0/+0 40eb9c3 A64: Implement FMAX (scalar), FMIN (scalar) 7cef39b fuzz_with_unicorn: QEMU's implementation of FCVT is incorrect 826dce2 travis: Switch unicorn repository 9605f28 a64/config: Allow NaN emulation accuracy to be set e9435bc a64_emit_x64: Add conf to A64EmitContext 30b596d fuzz_with_unicorn: Explicitly test floating point instructions be292a8 A64: Implement FSQRT (scalar) 3c42d48 backend_x64: Accurately handle NaNs 4aefed0 fuzz_with_unicorn: Print AArch64 disassembly
-
MerryMage authored
-
- Feb 12, 2018
-
-
MerryMage authored
-
- Feb 09, 2018
-
-
MerryMage authored
Changes: Primarily implementing more A64 instructions
-
- Jan 19, 2018
-
-
River City Ransomware authored
* Fixes some cast warnings, partially fixes citra #3064 * Converted casts to uint32_t to u32 * Ran clang-format
-
- Jan 13, 2018
-
-
MerryMage authored
bc73004 a64_merge_interpret_blocks: Remove debug output 4e656ed tests/A64: Randomize PSTATE.<NZCV> fd9530b A64: Optimization: Merge interpret blocks 3c9eb04 testenv: Use format constants 324f3fc tests/A64: Unicorn interface fixes 98ecbe7 tests/A64: Fuzz against unicorn b1d38e7 tests/A64: Move TestEnvironment to own header 5218ad9 A64/data_processing_pcrel: bug: ADR{,P} instructions sign extend their immediate b1a8c39 A64/data_processing_addsub: bug: {ADD,SUB}S (extended register) instructions write to ZR when d = 31 64827fb a64_emit_x64: bug: A64CallSupervisor trampled callee-save registers 1bfa04d emit_x64: bug: OP m/r64, imm32 form instructions sign-extend their immediate on x64 edadeea A64 inferface: Use two argument static_assert 9ab1304 A64: Add ExceptionRaised IR instruction 6843eed Update readme 7438d07 A64/translate: Add TranslateSingleInstruction function
-
bunnei authored
-
- Jan 12, 2018
-
-
MerryMage authored
-
- Jan 04, 2018
-
-
bunnei authored
-
- Jan 03, 2018
-
-
bunnei authored
-
- Sep 30, 2017
-
-
bunnei authored
-
bunnei authored
-
Huw Pascoe authored
-
- Sep 24, 2017
-
-
MerryMage authored
-
- Sep 15, 2017
-
-
Subv authored
CPU/Dynarmic: Disable the fast page-table access in dynarmic until it supports switching page tables at runtime.
-
- Aug 21, 2017
-
-
Subv authored
-
- Feb 03, 2017
- Dec 22, 2016
-
-
MerryMage authored
Change of interface in dynarmic 36082087ded632079b16d24137fdd0c450ce82ea
-