aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2020-09-01target/microblaze: Convert to DisasContextBaseRichard Henderson
2020-09-01target/microblaze: Check singlestep_enabled in gen_goto_tbRichard Henderson
2020-09-01target/microblaze: Use DISAS_NORETURNRichard Henderson
2020-09-01target/microblaze: Split out MSR[C] to its own variableRichard Henderson
2020-09-01target/microblaze: Tidy mb_tcg_initRichard Henderson
2020-09-01target/microblaze: Rename env_* tcg variables to cpu_*Richard Henderson
2020-09-01target/microblaze: Remove helper_debug and env->debugRichard Henderson
2020-09-01target/microblaze: Mark raise_exception as noreturnRichard Henderson
2020-09-01target/microblaze: Tidy raising of exceptionsRichard Henderson
2020-09-01target/microblaze: Remove cpu_earRichard Henderson
2020-09-01target/microblaze: Fix width of EDRRichard Henderson
2020-09-01target/microblaze: Fix width of BTRRichard Henderson
2020-09-01target/microblaze: Fix width of FSRRichard Henderson
2020-09-01target/microblaze: Fix width of ESRRichard Henderson
2020-09-01target/microblaze: Fix width of MSRRichard Henderson
2020-09-01target/microblaze: Fix width of PC and BTARGETRichard Henderson
2020-09-01target/microblaze: Split the cpu_SR arrayRichard Henderson
2020-09-01target/microblaze: Split out EDR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out BTR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out FSR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out ESR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out EAR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out MSR from env->sregsRichard Henderson
2020-09-01target/microblaze: Split out PC from env->sregsRichard Henderson
2020-09-01target/microblaze: Tidy gdbstubRichard Henderson
2020-09-01Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-09-01target/arm: Enable FP16 in '-cpu max'Peter Maydell
2020-09-01target/arm: Implement fp16 for Neon VMUL, VMLA, VMLSPeter Maydell
2020-09-01target/arm/vec_helper: Add gvec fp indexed multiply-and-add operationsPeter Maydell
2020-09-01target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operationsPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VRINTXPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-modePeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VCVT with rounding modesPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VCVT fixed-pointPeter Maydell
2020-09-01target/arm: Convert Neon VCVT fixed-point to gvecPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon float-integer VCVTPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon pairwise fp opsPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VRSQRTSPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VRECPSPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon fp compare-vs-0Peter Maydell
2020-09-01target/arm: Implement fp16 for Neon VFMA, VMFSPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VMLA, VMLS operationsPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VMAXNM, VMINNMPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VMAX, VMINPeter Maydell
2020-09-01target/arm: Implement fp16 for VACGE, VACGTPeter Maydell
2020-09-01target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisonsPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VABS, VNEG of floatsPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VRECPE, VRSQRTE using gvecPeter Maydell
2020-09-01target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMULPeter Maydell
2020-09-01target/arm: Implement VFP fp16 VMOV between gp and halfprec registersPeter Maydell