Skip to content
  1. Aug 11, 2010
    • Bob Wilson's avatar
      Add a separate ARM instruction format for Saturate instructions. · 9664984b
      Bob Wilson authored
      (I discovered 2 more copies of the ARM instruction format list, bringing the
      total to 4!!  Two of them were already out of sync.  I haven't yet gotten into
      the disassembler enough to know the best way to fix this, but something needs
      to be done.)  Add support for encoding these instructions.
      
      llvm-svn: 110754
      9664984b
    • Evan Cheng's avatar
      CBZ and CBNZ are implemented. · 5415713d
      Evan Cheng authored
      llvm-svn: 110745
      5415713d
    • Bruno Cardoso Lopes's avatar
      Add AVX matching patterns to Packed Bit Test intrinsics. · 91d61df3
      Bruno Cardoso Lopes authored
      Apply the same approach of SSE4.1 ptest intrinsics but
      create a new x86 node "testp" since AVX introduces
      vtest{ps}{pd} instructions which set ZF and CF depending
      on sign bit AND and ANDN of packed floating-point sources.
      
      This is slightly different from what the "ptest" does.
      Tests comming with the other 256 intrinsics tests.
      
      llvm-svn: 110744
      91d61df3
  2. Aug 10, 2010
  3. Aug 09, 2010
  4. Aug 08, 2010
  5. Aug 07, 2010
  6. Aug 06, 2010
Loading