l_negate.s 125 B

1234567891011
  1. .text
  2. .align 4
  3. .code 32
  4. .global L_negate
  5. .type L_negate, %function
  6. L_negate:
  7. MVN r0,r0
  8. MOV r1,#1
  9. QADD r0,r0,r1
  10. BX lr