1. 329517d target/loongarch: Use gen_helper_gvec_2i for 2OP + imm vector instructions by Song Gao · 1 year, 6 months ago
  2. ff27e33 target/loongarch: Use gen_helper_gvec_2 for 2OP vector instructions by Song Gao · 1 year, 6 months ago
  3. 226bf88 target/loongarch: Use gen_helper_gvec_2_ptr for 2OP + env vector instructions by Song Gao · 1 year, 6 months ago
  4. 04711da target/loongarch: Use gen_helper_gvec_3 for 3OP vector instructions by Song Gao · 1 year, 6 months ago
  5. 3b28675 target/loongarch: Use gen_helper_gvec_3_ptr for 3OP + env vector instructions by Song Gao · 1 year, 6 months ago
  6. eb48ab2 target/loongarch: Use gen_helper_gvec_4 for 4OP vector instructions by Song Gao · 1 year, 6 months ago
  7. e2600da target/loongarch: Use gen_helper_gvec_4_ptr for 4OP + env vector instructions by Song Gao · 1 year, 6 months ago
  8. c34ad45 target/loongarch: Fix the CSRRD CPUID instruction on big endian hosts by Thomas Huth · 1 year, 8 months ago
  9. e93dd43 target/loongarch: Implement vilvl vilvh vextrins vshuf by Song Gao · 1 year, 10 months ago
  10. d5e5563 target/loongarch: Implement vreplve vpack vpick by Song Gao · 1 year, 10 months ago
  11. d0dfa19 target/loongarch: Implement vbitsel vset by Song Gao · 1 year, 10 months ago
  12. 386c4e8 target/loongarch: Implement vfcmp by Song Gao · 1 year, 10 months ago
  13. f435e1e target/loongarch: Implement vseq vsle vslt by Song Gao · 1 year, 10 months ago
  14. 399665d target/loongarch: Implement LSX fpu fcvt instructions by Song Gao · 1 year, 10 months ago
  15. aca6747 target/loongarch: Implement LSX fpu arith instructions by Song Gao · 1 year, 10 months ago
  16. ac95a0b target/loongarch: Implement vfrstp by Song Gao · 1 year, 10 months ago
  17. 0b1e670 target/loongarch: Implement vbitclr vbitset vbitrev by Song Gao · 1 year, 10 months ago
  18. bb22ee5 target/loongarch: Implement vpcnt by Song Gao · 1 year, 10 months ago
  19. 2e105e1 target/loongarch: Implement vclo vclz by Song Gao · 1 year, 10 months ago
  20. 162cd32 target/loongarch: Implement vssrlrn vssrarn by Song Gao · 1 year, 10 months ago
  21. 83b3815 target/loongarch: Implement vssrln vssran by Song Gao · 1 year, 10 months ago
  22. a5200a1 target/loongarch: Implement vsrlrn vsrarn by Song Gao · 1 year, 10 months ago
  23. d79fb8d target/loongarch: Implement vsrln vsran by Song Gao · 1 year, 10 months ago
  24. ecb9371 target/loongarch: Implement vsrlr vsrar by Song Gao · 1 year, 10 months ago
  25. 9b21a7a target/loongarch: Implement vsllwil vextl by Song Gao · 1 year, 10 months ago
  26. f205a53 target/loongarch: Implement LSX logic instructions by Song Gao · 1 year, 10 months ago
  27. 789f4a4 target/loongarch: Implement vmskltz/vmskgez/vmsknz by Song Gao · 1 year, 10 months ago
  28. f0e395d target/loongarch: Implement vsigncov by Song Gao · 1 year, 10 months ago
  29. 3734ad9 target/loongarch: Implement vexth by Song Gao · 1 year, 10 months ago
  30. cbe4419 target/loongarch: Implement vsat by Song Gao · 1 year, 10 months ago
  31. 4cc4c0f target/loongarch: Implement vdiv/vmod by Song Gao · 1 year, 10 months ago
  32. d3aec65 target/loongarch: Implement vmadd/vmsub/vmaddw{ev/od} by Song Gao · 1 year, 10 months ago
  33. cd1c49a target/loongarch: Implement vmul/vmuh/vmulw{ev/od} by Song Gao · 1 year, 10 months ago
  34. 9ab2952 target/loongarch: Implement vmax/vmin by Song Gao · 1 year, 10 months ago
  35. af448cb target/loongarch: Implement vadda by Song Gao · 1 year, 10 months ago
  36. 4972565 target/loongarch: Implement vabsd by Song Gao · 1 year, 10 months ago
  37. 39e9b0a target/loongarch: Implement vavg/vavgr by Song Gao · 1 year, 10 months ago
  38. 2d5f950 target/loongarch: Implement vaddw/vsubw by Song Gao · 1 year, 10 months ago
  39. c037fbc target/loongarch: Implement vhaddw/vhsubw by Song Gao · 1 year, 10 months ago
  40. 10dcb08 target/loongarch: Remove cpu_fcsr0 by Richard Henderson · 2 years, 7 months ago
  41. 0093b9a target/loongarch: Adjust functions and structure to support user-mode by Song Gao · 2 years, 9 months ago
  42. f9bf507 target/loongarch: Add timer related instructions support. by Xiaojuan Yang · 2 years, 9 months ago
  43. d2cba6f target/loongarch: Add other core instructions support by Xiaojuan Yang · 2 years, 9 months ago
  44. fcbbeb8 target/loongarch: Add TLB instruction support by Xiaojuan Yang · 2 years, 9 months ago
  45. f84a2aa target/loongarch: Add LoongArch IOCSR instruction by Xiaojuan Yang · 2 years, 9 months ago
  46. 5b1dedf target/loongarch: Add LoongArch CSR instruction by Xiaojuan Yang · 2 years, 9 months ago
  47. b7dabd5 target/loongarch: Add floating point move instruction translation by Song Gao · 2 years, 9 months ago
  48. 7c1f887 target/loongarch: Add floating point conversion instruction translation by Song Gao · 2 years, 9 months ago
  49. 9b74107 target/loongarch: Add floating point comparison instruction translation by Song Gao · 2 years, 9 months ago
  50. d578ca6 target/loongarch: Add floating point arithmetic instruction translation by Song Gao · 2 years, 9 months ago
  51. 8708a04 target/loongarch: Add fixed point extra instruction translation by Song Gao · 2 years, 9 months ago
  52. bb79174 target/loongarch: Add fixed point load/store instruction translation by Song Gao · 2 years, 9 months ago
  53. ad08cb3 target/loongarch: Add fixed point bit instruction translation by Song Gao · 2 years, 9 months ago
  54. f8da88d target/loongarch: Add main translation routines by Song Gao · 2 years, 9 months ago