Skip to content
Snippets Groups Projects
  1. Nov 06, 2023
  2. Jun 07, 2023
    • Richard Henderson's avatar
      tcg/tci: Adjust passing of MemOpIdx · ab64da79
      Richard Henderson authored
      
      Since adding MO_ATOM_MASK, the maximum MemOpIdx requires 15 bits,
      which overflows the 12 bit field allocated for TCI memory ops.
      Expand the field to 16 bits for 2-operand memory ops, and place
      the value in TCG_REG_TMP for 3-operand memory ops (same as we
      already do for 4-operand memory ops).
      
      Cures a debug assert for aarch64, with FEAT_LSE2 enabled.
      
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      ab64da79
  3. Jun 05, 2023
  4. May 17, 2023
  5. May 16, 2023
  6. Feb 08, 2023
  7. Feb 04, 2023
  8. Jan 05, 2023
  9. Apr 06, 2022
  10. Feb 08, 2022
  11. Jan 08, 2022
  12. Oct 13, 2021
  13. Oct 05, 2021
  14. Jun 29, 2021
  15. Jun 19, 2021
  16. Mar 17, 2021
Loading