summaryrefslogtreecommitdiffstats
path: root/target/arm/translate-a64.c
Commit message (Expand)AuthorAgeFilesLines
...
* target/arm: Decode PAuth within system hint spaceRichard Henderson2019-01-211-12/+81
* target/arm: Add PAuth active bit to tbflagsRichard Henderson2019-01-211-0/+1
* target/arm: Convert ARM_TBFLAG_* to FIELDsRichard Henderson2019-01-071-10/+12
* target/arm: Implement the ARMv8.1-LOR extensionRichard Henderson2018-12-131-0/+12
* target/arm: Remove can't-happen if() from handle_vec_simd_shli()Peter Maydell2018-11-061-5/+3Star
* target/arm: Use gvec for NEON_3R_VTST_VCEQ, NEON_3R_VCGT, NEON_3R_VCGERichard Henderson2018-10-241-38/+0Star
* target/arm: Use gvec for NEON_3R_VMLRichard Henderson2018-10-241-106/+0Star
* target/arm: Use gvec for VSRI, VSLIRichard Henderson2018-10-241-151/+1Star
* target/arm: Use gvec for VSRARichard Henderson2018-10-241-106/+0Star
* target/arm: Use gvec for NEON_3R_LOGIC insnsRichard Henderson2018-10-241-61/+0Star
* target/arm: Promote consecutive memory ops for aa64Richard Henderson2018-10-241-26/+40
* target/arm: Use tcg_gen_gvec_dup_i64 for LD[1-4]RRichard Henderson2018-10-241-25/+3Star
* target/arm: Don't call tcg_clear_temp_countRichard Henderson2018-10-241-1/+0Star
* target/arm: Hoist address increment for vector memory opsRichard Henderson2018-10-241-4/+8
* target/arm: Convert v8.2-fp16 from feature bit to aa64pfr0 testRichard Henderson2018-10-241-20/+20
* target/arm: Convert sve from feature bit to aa64pfr0 testRichard Henderson2018-10-241-2/+2
* target/arm: Convert v8 extensions from feature bits to isar testsRichard Henderson2018-10-241-51/+50Star
* target/arm: Check HAVE_CMPXCHG128 at translate timeRichard Henderson2018-10-191-16/+22
* target/arm: Adjust aarch64_cpu_dump_state for system mode SVERichard Henderson2018-10-081-2/+6
* target/arm: Fix aa64 FCADD and FCMLA decodeRichard Henderson2018-08-161-6/+6
* target/arm: Dump SVE state if enabledRichard Henderson2018-08-161-11/+82
* target/arm: Reformat integer register dumpRichard Henderson2018-08-161-7/+6Star
* target/arm: Fix SVE system register access checksRichard Henderson2018-06-291-3/+2Star
* target/arm: Implement ARMv8.2-DotProdRichard Henderson2018-06-291-0/+36
* target/arm: Pass index to AdvSIMD FCMLA (indexed)Richard Henderson2018-06-291-9/+12
* tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-021-3/+3
* target/arm: Add SVE decode skeletonRichard Henderson2018-05-181-1/+6
* target/arm: Introduce translate-a64.hRichard Henderson2018-05-181-97/+15Star
* target/arm: convert conversion helpers to fpst/ahp_flagAlex Bennée2018-05-181-7/+30
* target/arm: Fix sqrt_f16 exception raisingAlex Bennée2018-05-151-1/+2
* target/arm: Implement FMOV (immediate) for fp16Alex Bennée2018-05-151-3/+17
* target/arm: Implement FCSEL for fp16Alex Bennée2018-05-151-6/+25
* target/arm: Implement FCMP for fp16Alex Bennée2018-05-151-17/+71
* target/arm: Implement FP data-processing (3 source) for fp16Richard Henderson2018-05-151-0/+48
* target/arm: Implement FP data-processing (2 source) for fp16Richard Henderson2018-05-151-0/+65
* target/arm: Introduce and use read_fp_hregRichard Henderson2018-05-151-16/+14Star
* target/arm: Implement FCVT (scalar, fixed-point) for fp16Richard Henderson2018-05-151-2/+15
* target/arm: Implement FCVT (scalar, integer) for fp16Richard Henderson2018-05-151-16/+80
* target/arm: Early exit after unallocated_encoding in disas_fp_int_convRichard Henderson2018-05-151-1/+1
* target/arm: Implement FMOV (general) for fp16Richard Henderson2018-05-151-0/+21
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180510'...Peter Maydell2018-05-111-118/+364
|\
| * target/arm: Clear SVE high bits for FMOVRichard Henderson2018-05-101-12/+5Star
| * target/arm: Fix float16 to/from int16Richard Henderson2018-05-101-2/+2
| * target/arm: Implement vector shifted FCVT for fp16Richard Henderson2018-05-101-18/+45
| * target/arm: Implement vector shifted SCVF/UCVF for fp16Richard Henderson2018-05-101-13/+20
| * target/arm: Implement CAS and CASPRichard Henderson2018-05-101-3/+116
| * target/arm: Fill in disas_ldst_atomicRichard Henderson2018-05-101-2/+36
| * target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decodeRichard Henderson2018-05-101-43/+133
| * target/arm: Use new min/max expandersRichard Henderson2018-05-101-32/+14Star
* | translator: merge max_insns into DisasContextBaseEmilio G. Cota2018-05-091-5/+3Star
|/