summaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)Author
2020-06-09target/arm: Use a non-overlapping group for misc controlRichard Henderson
2020-06-05target/arm: Convert Neon one-register-and-immediate insns to decodetreePeter Maydell
2020-06-05target/arm: Convert VCVT fixed-point ops to decodetreePeter Maydell
2020-06-05target/arm: Convert Neon VSHLL, VMOVL to decodetreePeter Maydell
2020-06-05target/arm: Convert Neon narrowing shifts with op==9 to decodetreePeter Maydell
2020-06-05target/arm: Convert Neon narrowing shifts with op==8 to decodetreePeter Maydell
2020-06-05target/arm: Convert VQSHLU, VQSHL 2-reg-shift insns to decodetreePeter Maydell
2020-06-05target/arm: Convert Neon VSRA, VSRI, VRSHR, VRSRA 2-reg-shift insns to decode...Peter Maydell
2020-06-05target/arm: Convert Neon VSHR 2-reg-shift insns to decodetreePeter Maydell
2020-06-05target/arm: Convert Neon VSHL and VSLI 2-reg-shift insn to decodetreePeter Maydell
2020-06-05target/arm: Split helper_crypto_sm3ttRichard Henderson
2020-06-05target/arm: Split helper_crypto_sha1_3regRichard Henderson
2020-06-05target/arm: Convert sha1 and sha256 to gvec helpersRichard Henderson
2020-06-05target/arm: Convert sha512 and sm3 to gvec helpersRichard Henderson
2020-06-05target/arm: Convert rax1 to gvec helpersRichard Henderson
2020-06-05target/arm: Convert aes and sm4 to gvec helpersRichard Henderson
2020-06-05memory: Rename memory_region_do_writeback -> memory_region_writebackPhilippe Mathieu-Daudé
2020-05-21target/arm: Allow user-mode code to write CPSR.E via MSRPeter Maydell
2020-05-21target/arm: Use clear_vec_high more effectivelyRichard Henderson
2020-05-21target/arm: Use tcg_gen_gvec_mov for clear_vec_highRichard Henderson
2020-05-21target/arm: Remove unused GEN_NEON_INTEGER_OP macroPeter Maydell
2020-05-19softfloat: Name compare relation enumRichard Henderson
2020-05-19softfloat: Name rounding mode enumRichard Henderson
2020-05-19softfloat: Replace flag with boolRichard Henderson
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster
2020-05-14target/arm: Convert NEON VFMA, VFMS 3-reg-same insns to decodetreePeter Maydell
2020-05-14target/arm: Convert Neon fp VMAX/VMIN/VMAXNM/VMINNM/VRECPS/VRSQRTS to decodetreePeter Maydell
2020-05-14target/arm: Move 'env' argument of recps_f32 and rsqrts_f32 helpers to usual ...Peter Maydell
2020-05-14target/arm: Convert Neon 3-reg-same compare insns to decodetreePeter Maydell
2020-05-14target/arm: Convert Neon fp VMUL, VMLA, VMLS 3-reg-same insns to decodetreePeter Maydell
2020-05-14target/arm: Convert Neon VPMIN/VPMAX/VPADD float 3-reg-same insns to decodetreePeter Maydell
2020-05-14target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetreePeter Maydell
2020-05-14target/arm: Convert Neon VQDMULH/VQRDMULH 3-reg-same to decodetreePeter Maydell
2020-05-14target/arm: Convert Neon VPADD 3-reg-same insns to decodetreePeter Maydell
2020-05-14target/arm: Convert Neon VPMAX/VPMIN 3-reg-same insns to decodetreePeter Maydell
2020-05-14target/arm: Convert Neon VQSHL, VRSHL, VQRSHL 3-reg-same insns to decodetreePeter Maydell
2020-05-14target/arm: Convert Neon VRHADD, VHSUB 3-reg-same insns to decodetreePeter Maydell
2020-05-14target/arm: Convert Neon VABA/VABD 3-reg-same to decodetreePeter Maydell
2020-05-14target/arm: Convert Neon VHADD 3-reg-same insnsPeter Maydell
2020-05-14target/arm: Convert Neon 64-bit element 3-reg-same insnsPeter Maydell
2020-05-14target/arm: Convert Neon 3-reg-same SHA to decodetreePeter Maydell
2020-05-14target/arm: Convert Neon 3-reg-same VQRDMLAH/VQRDMLSH to decodetreePeter Maydell
2020-05-14target-arm: kvm64: handle SIGBUS signal from kernel or KVMDongjiu Geng
2020-05-14target/arm: Vectorize SABA/UABARichard Henderson
2020-05-14target/arm: Vectorize SABD/UABDRichard Henderson
2020-05-14target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_*Richard Henderson
2020-05-14target/arm: Pass pointer to qc to qrdmla/qrdmlsRichard Henderson
2020-05-14target/arm: Create gen_gvec_{qrdmla,qrdmls}Richard Henderson
2020-05-14target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32Richard Henderson