summaryrefslogtreecommitdiffstats
path: root/target-arm/translate.c
Commit message (Expand)AuthorAgeFilesLines
* target-arm: Implement ARMv8 single-stepping for AArch32 codePeter Maydell2014-08-191-2/+74
* target-arm: Don't allow AArch32 to access RES0 CPSR bitsPeter Maydell2014-08-191-6/+7
* trace: [tcg] Include TCG-tracing header on all targetsLluís Vilanova2014-08-121-0/+3
* target-arm: Delete unused iwmmxt_msadb helperPeter Maydell2014-06-091-2/+0
* target-arm: A32/T32: Mask CRC value in calling code, not helperPeter Maydell2014-06-091-0/+10
* target-arm: add support for v8 VMULL.P64 instructionPeter Maydell2014-06-091-1/+25
* target-arm: Allow 3reg_wide undefreq to encode more bad size optionsPeter Maydell2014-06-091-12/+12
* target-arm: add support for v8 SHA1 and SHA256 instructionsArd Biesheuvel2014-06-091-0/+84
* target-arm: move arm_*_code to a separate filePaolo Bonzini2014-06-051-0/+1
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-281-3/+2
* target-arm: Add SPSR entries for EL2/HYP and EL3/MONEdgar E. Iglesias2014-05-271-2/+2
* target-arm: A32: Use get_mem_index for load/storesEdgar E. Iglesias2014-05-271-106/+106
* target-arm/translate.c: Use get_mem_index() for SRS memory accessesPeter Maydell2014-05-271-2/+2
* target-arm/translate.c: Clean up mmu index handling for ldrt/strtPeter Maydell2014-05-271-12/+17
* arm: translate.c: Fix smlald InstructionPeter Crosthwaite2014-04-171-11/+23
* target-arm: Dump 32-bit CPU state if 64 bit CPU is in AArch32Peter Maydell2014-04-171-0/+5
* target-arm: Implement ARMv8 MVFR registersPeter Maydell2014-04-171-2/+8
* target-arm: Fix VFP enables for AArch32 EL0 under AArch64 EL1Peter Maydell2014-04-171-0/+31
* target-arm: Add support for generating exceptions with syndrome informationPeter Maydell2014-04-171-38/+65
* target-arm: Provide correct syndrome information for cpreg access trapsPeter Maydell2014-04-171-1/+44
* target-arm: Split out private-to-target functions into internals.hPeter Maydell2014-04-171-0/+1
* target-arm: A64: Add [UF]RSQRTE (reciprocal root estimate)Alex Bennée2014-03-171-2/+10
* target-arm: A64: Implement AdvSIMD reciprocal estimate insns URECPE, FRECPEAlex Bennée2014-03-171-2/+10
* target-arm: A64: Implement PMULL instructionPeter Maydell2014-03-171-0/+1
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-131-1/+1
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-2/+2
* target-arm: Implement WFE as a yield operationPeter Maydell2014-03-101-0/+6
* target-arm: Add support for AArch32 ARMv8 CRC32 instructionsWill Newton2014-02-261-0/+56
* target-arm: Remove unnecessary code now read/write fns can't failPeter Maydell2014-02-201-4/+0
* target-arm: Split cpreg access checks out from read/write functionsPeter Maydell2014-02-201-0/+11
* target-arm: Log bad system register accesses with LOG_UNIMPPeter Maydell2014-02-201-0/+13
* target-arm: Add support for AArch32 64bit VCVTB and VCVTTWill Newton2014-02-081-22/+61
* target-arm: Add AArch32 SIMD VCVTA, VCVTN, VCVTP and VCVTMWill Newton2014-01-311-1/+52
* target-arm: Add AArch32 FP VCVTA, VCVTN, VCVTP and VCVTMWill Newton2014-01-311-0/+61
* target-arm: Add AArch32 SIMD VRINTA, VRINTN, VRINTP, VRINTM, VRINTZWill Newton2014-01-311-1/+39
* target-arm: Add support for AArch32 SIMD VRINTXWill Newton2014-01-311-1/+10
* target-arm: Add support for AArch32 FP VRINTXWill Newton2014-01-311-0/+11
* target-arm: Add support for AArch32 FP VRINTZWill Newton2014-01-311-0/+16
* target-arm: Add support for AArch32 FP VRINTRWill Newton2014-01-311-0/+11
* target-arm: Add AArch32 FP VRINTA, VRINTN, VRINTP and VRINTMWill Newton2014-01-311-0/+54
* target-arm: Rename A32 VFP conversion helpersWill Newton2014-01-081-11/+13
* target-arm: Use VFP_BINOP macro for min, max, minnum, maxnumPeter Maydell2014-01-081-8/+8
* target-arm: Widen exclusive-access support struct fields to 64 bitsPeter Maydell2014-01-081-26/+39
* target-arm: Remove ARMCPU/CPUARMState from cpregs APIs used by decoderPeter Maydell2014-01-071-3/+4
* target-arm: A64: add support for conditional branchesAlexander Graf2013-12-171-5/+9
* target-arm: Split A64 from A32/T32 gen_intermediate_code_internal()Peter Maydell2013-12-171-38/+24
* target-arm: add support for v8 AES instructionsArd Biesheuvel2013-12-171-0/+26
* target-arm: Use new qemu_ld/st opcodesRichard Henderson2013-12-101-31/+25
* target-arm: Implement ARMv8 SIMD VMAXNM and VMINNM instructions.Will Newton2013-12-101-9/+22
* target-arm: Implement ARMv8 FP VMAXNM and VMINNM instructions.Will Newton2013-12-101-0/+50
OpenPOWER on IntegriCloud