Skip to content
  1. Feb 19, 2010
    • Johnny Chen's avatar
      Added entries for ASR, LSL, LSR, ROR, and RRX so that the disassembler prints · 1ca8af9b
      Johnny Chen authored
      out the canonical form (A8.6.98) instead of the pseudo-instruction as provided
      via MOVs.
      
      DBG_ARM_DISASM=YES llvm-mc -triple=arm-unknown-unknown --disassemble
      0xc0 0x00 0xa0 0xe1
      Opcode=29 Name=ASR Format=ARM_FORMAT_LDMISCFRM
       31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10  9  8  7  6  5  4  3  2  1  0 
      -------------------------------------------------------------------------------------------------
      | 1: 1: 1: 0| 0: 0: 0: 1| 1: 0: 1: 0| 0: 0: 0: 0| 0: 0: 0: 0| 0: 0: 0: 0| 1: 1: 0: 0| 0: 0: 0: 0|
      -------------------------------------------------------------------------------------------------
      
      	asr	r0, r0, #1
      
      llvm-svn: 96654
      1ca8af9b
  2. Feb 18, 2010
  3. Feb 17, 2010
  4. Feb 16, 2010
  5. Feb 14, 2010
  6. Feb 13, 2010
  7. Feb 12, 2010
  8. Feb 11, 2010
  9. Feb 10, 2010
  10. Feb 09, 2010
  11. Feb 02, 2010
  12. Jan 31, 2010
  13. Jan 22, 2010
  14. Jan 19, 2010
  15. Jan 18, 2010
    • Jim Grosbach's avatar
      Patch by David Conrad: · 8546ec9c
      Jim Grosbach authored
      "On ARMv6T2 this turns cttz into rbit, clz instead of the 4 instruction
       sequence it is now."
      
      llvm-svn: 93758
      8546ec9c
  16. Jan 05, 2010
  17. Dec 16, 2009
  18. Dec 14, 2009
Loading