Age | Commit message (Expand) | Author | Files | Lines |
2023-02-27 | target/arm: move translate modules to tcg/ | Fabiano Rosas | 1 | -646/+0 |
2021-06-03 | target/arm: Implement vector float32 to bfloat16 conversion | Richard Henderson | 1 | -0/+1 |
2020-11-15 | arm tcg cpus: Fix Lesser GPL version number | Chetan Pant | 1 | -1/+1 |
2020-09-14 | target/arm: Convert Neon VCVT fp size field to MO_* in decode | Peter Maydell | 1 | -2/+1 |
2020-09-14 | target/arm: Convert Neon 3-same-fp size field to MO_* in decode | Peter Maydell | 1 | -5/+10 |
2020-09-01 | target/arm: Implement fp16 for Neon VCVT fixed-point | Peter Maydell | 1 | -1/+7 |
2020-06-23 | target/arm: Convert Neon VTRN to decodetree | Peter Maydell | 1 | -1/+1 |
2020-06-23 | target/arm: Convert Neon VSWP to decodetree | Peter Maydell | 1 | -0/+2 |
2020-06-23 | target/arm: Convert Neon 2-reg-misc VCVT insns to decodetree | Peter Maydell | 1 | -0/+9 |
2020-06-23 | target/arm: Convert Neon 2-reg-misc VRINT insns to decodetree | Peter Maydell | 1 | -0/+8 |
2020-06-23 | target/arm: Convert Neon 2-reg-misc fp-compare-with-zero insns to decodetree | Peter Maydell | 1 | -0/+6 |
2020-06-23 | target/arm: Convert simple fp Neon 2-reg-misc insns | Peter Maydell | 1 | -0/+8 |
2020-06-23 | target/arm: Convert Neon VQABS, VQNEG to decodetree | Peter Maydell | 1 | -0/+3 |
2020-06-23 | target/arm: Convert remaining simple 2-reg-misc Neon ops | Peter Maydell | 1 | -0/+10 |
2020-06-23 | target/arm: Convert Neon 2-reg-misc VREV32 and VREV16 to decodetree | Peter Maydell | 1 | -0/+2 |
2020-06-23 | target/arm: Convert Neon 2-reg-misc crypto operations to decodetree | Peter Maydell | 1 | -0/+12 |
2020-06-23 | target/arm: Convert vectorised 2-reg-misc Neon ops to decodetree | Peter Maydell | 1 | -0/+11 |
2020-06-23 | target/arm: Convert Neon VCVT f16/f32 insns to decodetree | Peter Maydell | 1 | -0/+3 |
2020-06-23 | target/arm: Convert Neon 2-reg-misc VSHLL to decodetree | Peter Maydell | 1 | -0/+2 |
2020-06-23 | target/arm: Convert Neon narrowing moves to decodetree | Peter Maydell | 1 | -0/+9 |
2020-06-23 | target/arm: Convert VZIP, VUZP to decodetree | Peter Maydell | 1 | -0/+3 |
2020-06-23 | target/arm: Convert Neon 2-reg-misc pairwise ops to decodetree | Peter Maydell | 1 | -0/+6 |
2020-06-23 | target/arm: Convert Neon 2-reg-misc VREV64 to decodetree | Peter Maydell | 1 | -0/+12 |
2020-06-16 | target/arm: Convert Neon VDUP (scalar) to decodetree | Peter Maydell | 1 | -0/+7 |
2020-06-16 | target/arm: Convert Neon VTBL, VTBX to decodetree | Peter Maydell | 1 | -0/+3 |
2020-06-16 | target/arm: Convert Neon VEXT to decodetree | Peter Maydell | 1 | -1/+7 |
2020-06-16 | target/arm: Convert Neon 2-reg-scalar long multiplies to decodetree | Peter Maydell | 1 | -0/+18 |
2020-06-16 | target/arm: Convert Neon 2-reg-scalar VQRDMLAH, VQRDMLSH to decodetree | Peter Maydell | 1 | -0/+3 |
2020-06-16 | target/arm: Convert Neon 2-reg-scalar VQDMULH, VQRDMULH to decodetree | Peter Maydell | 1 | -0/+3 |
2020-06-16 | target/arm: Convert Neon 2-reg-scalar float multiplies to decodetree | Peter Maydell | 1 | -0/+3 |
2020-06-16 | target/arm: Convert Neon 2-reg-scalar integer multiplies to decodetree | Peter Maydell | 1 | -0/+15 |
2020-06-16 | target/arm: Convert Neon 3-reg-diff polynomial VMULL | Peter Maydell | 1 | -0/+2 |
2020-06-16 | target/arm: Convert Neon 3-reg-diff saturating doubling multiplies | Peter Maydell | 1 | -0/+6 |
2020-06-16 | target/arm: Convert Neon 3-reg-diff long multiplies | Peter Maydell | 1 | -0/+9 |
2020-06-16 | target/arm: Convert Neon 3-reg-diff VABAL, VABDL to decodetree | Peter Maydell | 1 | -0/+6 |
2020-06-16 | target/arm: Convert Neon 3-reg-diff narrowing ops to decodetree | Peter Maydell | 1 | -0/+6 |
2020-06-16 | target/arm: Convert Neon 3-reg-diff prewidening ops to decodetree | Peter Maydell | 1 | -0/+43 |
2020-06-05 | target/arm: Convert Neon one-register-and-immediate insns to decodetree | Peter Maydell | 1 | -0/+22 |
2020-06-05 | target/arm: Convert VCVT fixed-point ops to decodetree | Peter Maydell | 1 | -0/+11 |
2020-06-05 | target/arm: Convert Neon VSHLL, VMOVL to decodetree | Peter Maydell | 1 | -0/+16 |
2020-06-05 | target/arm: Convert Neon narrowing shifts with op==9 to decodetree | Peter Maydell | 1 | -0/+20 |
2020-06-05 | target/arm: Convert Neon narrowing shifts with op==8 to decodetree | Peter Maydell | 1 | -0/+27 |
2020-06-05 | target/arm: Convert VQSHLU, VQSHL 2-reg-shift insns to decodetree | Peter Maydell | 1 | -0/+15 |
2020-06-05 | target/arm: Convert Neon VSRA, VSRI, VRSHR, VRSRA 2-reg-shift insns to decode... | Peter Maydell | 1 | -0/+35 |
2020-06-05 | target/arm: Convert Neon VSHR 2-reg-shift insns to decodetree | Peter Maydell | 1 | -0/+25 |
2020-06-05 | target/arm: Convert Neon VSHL and VSLI 2-reg-shift insn to decodetree | Peter Maydell | 1 | -0/+25 |
2020-06-05 | target/arm: Split helper_crypto_sha1_3reg | Richard Henderson | 1 | -2/+4 |
2020-06-05 | target/arm: Convert sha1 and sha256 to gvec helpers | Richard Henderson | 1 | -6/+6 |
2020-05-14 | target/arm: Convert NEON VFMA, VFMS 3-reg-same insns to decodetree | Peter Maydell | 1 | -0/+3 |
2020-05-14 | target/arm: Convert Neon fp VMAX/VMIN/VMAXNM/VMINNM/VRECPS/VRSQRTS to decodetree | Peter Maydell | 1 | -0/+6 |