Skip to content
  1. Mar 18, 2022
  2. Mar 17, 2022
  3. Mar 09, 2022
    • Martyn Capewell's avatar
      Add explicit IsImmediatePre/PostIndex tests · 1e97cefc
      Martyn Capewell authored
      The MemOperand methods IsPreIndex() and IsPostIndex() checked only the
      addressing mode, leaving the source of the index (immediate or register)
      ambiguous. Add new versions that explicitly check for an immediate, and update
      the code to use them.
      1e97cefc
  4. Feb 17, 2022
  5. Feb 08, 2022
    • Martyn Capewell's avatar
      Don't declare form_to_visitor maps as static member · ea8fa657
      Martyn Capewell authored
      Declaring the form_to_visitor maps as static members caused integration problems
      for some users. Instead, use a Singleton-like construction to wrap the map in
      a static accessor. Additionally, use unordered_map, as we don't need the
      ordered property of map.
      ea8fa657
  6. Feb 04, 2022
  7. Jan 27, 2022
    • lioncash's avatar
      aarch64: Allow testing for the presence of FEAT_MTE · ad01a0b0
      lioncash authored
      In the previous change, we added a few filler values so that we were
      able to add support for detecting FEAT_AFP, however the necessary
      identifiers were already in place to support checking for FEAT_MTE1 and
      FEAT_MTE2, so we can fill in those blanks with the necessary identifiers
      ad01a0b0
    • Lioncash's avatar
      aarch64: Allow testing for the presence of FEAT_AFP · efec2fba
      Lioncash authored
      Allows querying for the existence of FEAT_AFP (alternate floating-point
      behavior).
      
      While we're in the same area, we can also fill in the remaining defined
      bits.
      efec2fba
  8. Jan 26, 2022
  9. Jan 21, 2022
  10. Jan 18, 2022
  11. Jan 13, 2022
  12. Jan 11, 2022
  13. Jan 07, 2022
  14. Jan 06, 2022
  15. Jan 04, 2022
  16. Dec 01, 2021
  17. Nov 26, 2021
  18. Nov 25, 2021
  19. Nov 16, 2021
  20. Nov 04, 2021
  21. Oct 28, 2021
  22. Oct 14, 2021
    • Martyn Capewell's avatar
      Tidy up no-argument disassembly · 02adc1a6
      Martyn Capewell authored
      Use a zero-length string when disassembling instructions which require no
      arguments, and factorise those instructions into a separate handler function.
      02adc1a6
Loading