dynarmic/src/frontend/A64/translate/impl
Merry 1c97edac77 Merge pull request #503 from lioncash/cmp
A64: Implement half-precision variants of FCMEQ
2020-04-22 21:04:22 +01:00
..
branch.cpp branch: Make variables const where applicable 2020-04-22 20:55:06 +01:00
data_processing_addsub.cpp data_processing_addsub: Move datasize declarations after early-exit conditionals 2020-04-22 20:55:06 +01:00
data_processing_bitfield.cpp A64/translate/*: Apply const where applicable 2020-04-22 21:04:22 +01:00
data_processing_conditional_compare.cpp
data_processing_conditional_select.cpp data_processing_conditional_select: Make variables const where applicable 2020-04-22 20:55:06 +01:00
data_processing_crc32.cpp
data_processing_logical.cpp data_processing_logical: Move datasize declarations after early-exit conditionals 2020-04-22 20:55:06 +01:00
data_processing_multiply.cpp
data_processing_pcrel.cpp A64/translate/*: Apply const where applicable 2020-04-22 21:04:22 +01:00
data_processing_register.cpp general: Remove trailing spaces 2020-04-22 21:04:21 +01:00
data_processing_shift.cpp A64/translate: Standardize arguments of helper functions 2020-04-22 20:53:45 +01:00
exception_generating.cpp A64: Implement BRK 2020-04-22 20:55:06 +01:00
floating_point_compare.cpp General: Remove unnecessary includes 2020-04-22 21:04:22 +01:00
floating_point_conditional_compare.cpp General: Remove unnecessary includes 2020-04-22 21:04:22 +01:00
floating_point_conditional_select.cpp General: Remove unnecessary includes 2020-04-22 21:04:22 +01:00
floating_point_conversion_fixed_point.cpp General: Remove unnecessary includes 2020-04-22 21:04:22 +01:00
floating_point_conversion_integer.cpp General: Remove unnecessary includes 2020-04-22 21:04:22 +01:00
floating_point_data_processing_one_register.cpp General: Remove unnecessary includes 2020-04-22 21:04:22 +01:00
floating_point_data_processing_three_register.cpp General: Remove unnecessary includes 2020-04-22 21:04:22 +01:00
floating_point_data_processing_two_register.cpp General: Remove unnecessary includes 2020-04-22 21:04:22 +01:00
impl.cpp A64/translate/impl/impl: Mark locals const where applicable in DecodeBitMasks() 2020-04-22 21:02:46 +01:00
impl.h A64/translate/impl: Mark DecodeBitMasks and AdvSIMDExpandImm as static 2020-04-22 21:04:22 +01:00
load_store_exclusive.cpp load_store_*: Make bracing consistent and variables const where applicable 2020-04-22 21:01:44 +01:00
load_store_load_literal.cpp load_store_load_literal: Make variables const where applicable 2020-04-22 20:55:06 +01:00
load_store_multiple_structures.cpp General: Remove unnecessary includes 2020-04-22 21:04:22 +01:00
load_store_no_allocate_pair.cpp A64: Implement LDNP/STNP 2020-04-22 20:58:10 +01:00
load_store_register_immediate.cpp load_store_*: Make bracing consistent and variables const where applicable 2020-04-22 21:01:44 +01:00
load_store_register_pair.cpp load_store_*: Make bracing consistent and variables const where applicable 2020-04-22 21:01:44 +01:00
load_store_register_register_offset.cpp general: Remove trailing spaces 2020-04-22 21:04:21 +01:00
load_store_register_unprivileged.cpp load_store_register_unprivileged: Make variables const where applicable 2020-04-22 20:55:06 +01:00
load_store_single_structure.cpp load_store_*: Make bracing consistent and variables const where applicable 2020-04-22 21:01:44 +01:00
move_wide.cpp move_wide: Make variables const where applicable 2020-04-22 20:55:06 +01:00
simd_across_lanes.cpp general: Remove trailing spaces 2020-04-22 21:04:21 +01:00
simd_aes.cpp
simd_copy.cpp A64: Handle reserved instruction cases more specifically where applicable 2020-04-22 21:00:47 +01:00
simd_crypto_four_register.cpp
simd_crypto_three_register.cpp translate: Return by bool in helpers where applicable 2020-04-22 20:46:21 +01:00
simd_extract.cpp A64: Handle reserved instruction cases more specifically where applicable 2020-04-22 21:00:47 +01:00
simd_modified_immediate.cpp A64/translate/*: Apply const where applicable 2020-04-22 21:04:22 +01:00
simd_permute.cpp translate: Return by bool in helpers where applicable 2020-04-22 20:46:21 +01:00
simd_scalar_pairwise.cpp A64: Implement FMAXP, FMINP, FMAXNMP and FMINNMP's scalar double/single-precision variant 2020-04-22 20:46:21 +01:00
simd_scalar_shift_by_immediate.cpp A64: Implement SQSHLU's scalar variant 2020-04-22 21:01:44 +01:00
simd_scalar_three_same.cpp A64: Implement all half-precision variants of FCMEQ 2020-04-22 21:04:22 +01:00
simd_scalar_two_register_misc.cpp A64: Implement all half-precision variants of FCMEQ 2020-04-22 21:04:22 +01:00
simd_scalar_x_indexed_element.cpp A64: Implement FMLA/FMLS' half-precision scalar indexed variants 2020-04-22 21:01:44 +01:00
simd_sha512.cpp general: Remove trailing spaces 2020-04-22 21:04:21 +01:00
simd_sha.cpp
simd_shift_by_immediate.cpp A64: Implement SQSHLU's vector variant 2020-04-22 21:01:44 +01:00
simd_table_lookup.cpp A64: Implement TBL and TBX 2020-04-22 20:53:45 +01:00
simd_three_different.cpp general: Remove trailing spaces 2020-04-22 21:04:21 +01:00
simd_three_same_extra.cpp A64: Handle reserved instruction cases more specifically where applicable 2020-04-22 21:00:47 +01:00
simd_three_same.cpp Merge pull request #503 from lioncash/cmp 2020-04-22 21:04:22 +01:00
simd_two_register_misc.cpp A64: Implement all half-precision variants of FCMEQ 2020-04-22 21:04:22 +01:00
simd_vector_x_indexed_element.cpp general: Remove trailing spaces 2020-04-22 21:04:21 +01:00
sys_dc.cpp A64/translate: Standardize arguments of helper functions 2020-04-22 20:53:45 +01:00
system_flag_format.cpp A64: Implement AXFlag and XAFlag 2020-04-22 20:58:11 +01:00
system_flag_manipulation.cpp A64: Implement RMIF 2020-04-22 20:58:11 +01:00
system.cpp A32: Implement FastDispatchHint 2020-04-22 20:53:46 +01:00