summaryrefslogtreecommitdiff
path: root/src/core/arm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update clang formatGravatar James Rowe2018-07-021-1/+1
|
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-1/+1
|
* GDB Stub Improvements (#508)Gravatar Hedges2018-06-062-1/+41
| | | | | | | | | | * GDB Stub should work now. * Applied clang-format. * Replaced htonll with swap64. * Tidy up.
* core: Implement multicore support.Gravatar bunnei2018-05-101-1/+1
|
* general: Make formatting of logged hex values more straightforwardGravatar Lioncash2018-05-022-2/+2
| | | | | | 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).
* general: Convert assertion macros over to be fmt-compatibleGravatar Lioncash2018-04-272-3/+3
|
* core: Replace remaining old non-generic logger usages with fmt-capable ↵Gravatar Lioncash2018-04-261-2/+2
| | | | | | | | equivalents 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.
* arm_dynarmic: Fix timingGravatar MerryMage2018-03-241-7/+3
|
* Clean Warnings (?)Gravatar N00byKing2018-03-191-1/+1
|
* Merge pull request #193 from N00byKing/3184_2_robotic_boogalooGravatar bunnei2018-03-185-35/+31
|\ | | | | Implement Pull #3184 from citra: core/arm: Improve timing accuracy before service calls in JIT (Rebased)
| * Implements citra-emu/citra#3184Gravatar N00byKing2018-02-255-35/+31
| |
* | arm_interface: Support unmapping previously mapped memory.Gravatar bunnei2018-03-165-2/+15
| |
* | core: Move process creation out of global state.Gravatar bunnei2018-03-141-1/+2
| |
* | Merge pull request #212 from mailwl/stubsGravatar bunnei2018-02-231-1/+2
|\ \ | | | | | | Stub some functions
| * | Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsGravatar mailwl2018-02-221-1/+2
| |/
* | dynarmic: Update to 6b4c6b0Gravatar MerryMage2018-02-211-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | arm_dynarmic: LOG_INFO on unicorn fallbackGravatar MerryMage2018-02-211-0/+4
|/
* arm_dynarmic: Support direct page table accessGravatar MerryMage2018-02-121-6/+14
|
* dynarmic: Update to 41ae12263Gravatar MerryMage2018-02-092-31/+45
| | | | Changes: Primarily implementing more A64 instructions
* Fixes some cast warnings, partial port of citra #3064 (#106)Gravatar River City Ransomware2018-01-191-3/+3
| | | | | | | | * Fixes some cast warnings, partially fixes citra #3064 * Converted casts to uint32_t to u32 * Ran clang-format
* clang-formatGravatar MerryMage2018-01-161-1/+2
|
* Build: Automagically handle unicornGravatar James Rowe2018-01-161-1/+1
| | | | | | | On MSVC if unicorn isn't found, fallback to bundled unicorn On everything else, fallback to building unicorn in externals Also fixes loading unicorn in msvc
* Build: Add unicorn as a submodule and build it if neededGravatar James Rowe2018-01-161-1/+1
| | | | | | | Adds a cmake custom target that will build unicorn on first compile and uses this in the build scripts as well. Updates Appveyor and Travis build scripts to work with the new unicorn build, and updates the paths to all of the different artifacts.
* Update dynarmic to bc73004Gravatar MerryMage2018-01-131-12/+17
| | | | | | | | | | | | | | | | | | 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
* arm_unicorn: Log unmapped memory access address.Gravatar bunnei2018-01-131-1/+1
|
* yuzu: Update license text to be consistent across project.Gravatar bunnei2018-01-134-4/+4
|
* arm_dynarmic: Implement coreGravatar MerryMage2018-01-125-62/+161
|
* arm_unicorn: Load/release unicorn DLL.Gravatar bunnei2018-01-041-0/+16
|
* unicorn: Use for arm interface on Windows.Gravatar bunnei2018-01-042-0/+240
|
* arm_dynarmic: More cleanup.Gravatar bunnei2018-01-041-6/+0
|
* arm_dynarmic: Gut interface until dynarmic is ready for general use.Gravatar bunnei2018-01-032-142/+44
|
* arm: Remove SkyEye/Dyncom code that is ARMv6-only.Gravatar bunnei2018-01-0228-14492/+6
|
* logging: Rename category "Core_ARM11" to "Core_ARM".Gravatar bunnei2017-10-237-86/+86
|
* Merge remote-tracking branch 'upstream/master' into nxGravatar bunnei2017-10-097-86/+80
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/core/CMakeLists.txt # src/core/arm/dynarmic/arm_dynarmic.cpp # src/core/arm/dyncom/arm_dyncom.cpp # src/core/hle/kernel/process.cpp # src/core/hle/kernel/thread.cpp # src/core/hle/kernel/thread.h # src/core/hle/kernel/vm_manager.cpp # src/core/loader/3dsx.cpp # src/core/loader/elf.cpp # src/core/loader/ncch.cpp # src/core/memory.cpp # src/core/memory.h # src/core/memory_setup.h
| * Moved down_count to CoreTimingGravatar Huw Pascoe2017-09-305-28/+2
| |
| * ARM_Interface: Implement PageTableChangedGravatar MerryMage2017-09-245-6/+34
| |
| * Merge pull request #2842 from Subv/switchable_page_tableGravatar B3n302017-09-151-1/+3
| |\ | | | | | | Kernel/Memory: Give each process its own page table and allow switching the current page table upon reschedule
| | * CPU/Dynarmic: Disable the fast page-table access in dynarmic until it ↵Gravatar Subv2017-09-151-1/+3
| | | | | | | | | | | | supports switching page tables at runtime.
| * | CPU/Dynarmic: Fixed a warning when incrementing the number of ticks in ↵Gravatar Subv2017-08-211-1/+1
| | | | | | | | | | | | ExecuteInstructions.
| * | Dyncom: Use size_t instead of int to store the instruction offsets in the ↵Gravatar Subv2017-08-212-4/+4
| | | | | | | | | | | | | | | | | | instruction cache. Fixes a few warnings.
| * | Dyncom: Fixed a conversion warning when decoding thumb instructions.Gravatar Subv2017-08-211-1/+1
| |/
* | arm_interface: Set TLS address for dynarmic core.Gravatar bunnei2017-09-305-0/+32
| |
* | arm: Use 64-bit addressing in a bunch of places.Gravatar bunnei2017-09-305-74/+107
|/
* Merge pull request #2692 from Subv/vfp_ftzGravatar Sebastian Valle2017-05-222-0/+26
|\ | | | | Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.
| * fixup! Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.Gravatar Subv2017-05-212-4/+0
| |
| * Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.Gravatar Subv2017-05-082-0/+30
| | | | | | | | Inputs are still not flushed to 0 if they are denormals.
* | Merge pull request #2694 from Subv/vfp_vsub_ftzGravatar Merry2017-05-221-2/+12
|\ \ | | | | | | Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sending it to vadd.
| * | Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before ↵Gravatar Subv2017-05-131-2/+12
| |/ | | | | | | | | | | | | | | | | | | | | sending it to vadd. Previously we were letting vadd flush the value to positive 0, but there are cases where this behavior is wrong, for example, vsub: -0 - +0 = -0 vadd: -0 + +0 = +0 Now we'll flush the value to +0 inside vsub, and then negate it.
* | Merge pull request #2696 from Subv/vfp_revertGravatar Yuri Kunde Schlesner2017-05-083-59/+30
|\ \ | | | | | | Dyncom/VFP: Revert edf30d8 and fix the FPSCR getting invalid values.
| * | Dyncom/VFP: Strip the VFP_NAN_FLAG sentinel value when setting vfp exceptions.Gravatar Subv2017-05-092-2/+2
| | |