Skip to content
  1. Feb 21, 2010
  2. Feb 19, 2010
  3. Feb 18, 2010
  4. Feb 17, 2010
    • Bob Wilson's avatar
      Remove the NEON N2VSInt instruction class: it's only used in one place and · cb2deb2a
      Bob Wilson authored
      since it has no pattern, there's not much point in distinguishing an "N2VS"
      class for intrinsics anyway.
      
      llvm-svn: 96525
      cb2deb2a
    • Johnny Chen's avatar
      Added CLREX (Clear-Exclusive) for disassembly only. · 1d793a5e
      Johnny Chen authored
      A8.6.30
      
      llvm-svn: 96523
      1d793a5e
    • Bob Wilson's avatar
      More cleanup for NEON: · 004d280d
      Bob Wilson authored
      * Use "S" abbreviation for scalar single FP registers in class and pattern
      names, instead of keeping the "D" (for "double") abbreviation and tacking on
      an "s" elsewhere in the name.
      * Move the scalar single FP register classes and patterns to be more
      consistent with other definitions in the file.
      * Rename "VNEGf32d" definition to "VNEGfd" for consistency.
      * Deleted the N2VDIntsPat pattern; N2VSPat is good enough.
      
      llvm-svn: 96521
      004d280d
    • Johnny Chen's avatar
      Added RFE for disassembly only. · 5454e063
      Johnny Chen authored
      B6.1.8 RFE Return From Exception loads the PC and the CPSR from the word at the
      specified address and the following word respectively.
      
      llvm-svn: 96519
      5454e063
Loading