summaryrefslogtreecommitdiffstats
path: root/target-arm/translate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* target-arm: Implement ARMv8 VSEL instruction.Will Newton2013-12-101-1/+134
* target-arm: Move call to disas_vfp_insn out of disas_coproc_insn.Will Newton2013-12-101-5/+27
* tcg: Move helper registration into tcg_context_initRichard Henderson2013-10-101-3/+0
* target-arm: Add AArch64 translation stubAlexander Graf2013-09-101-3/+11
* target-arm: Prepare translation for AArch64 codeAlexander Graf2013-09-101-9/+29
* target-arm: Pass DisasContext* to gen_set_pc_im()Peter Maydell2013-09-101-13/+13
* target-arm: Fix target_ulong/uint32_t confusionsAlexander Graf2013-09-101-4/+5
* target-arm: Export cpu_envAlexander Graf2013-09-101-1/+1
* target-arm: Extract the disas struct to a header fileAlexander Graf2013-09-101-23/+1
OpenPOWER on IntegriCloud