Changeset 13816
- Timestamp:
- Jun 14, 2010, 3:07:19 AM (14 years ago)
- File:
-
- 1 edited
-
branches/arm/compiler/ARM/arm-asm.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/arm/compiler/ARM/arm-asm.lisp
r13807 r13816 274 274 #x07f400ff 275 275 #x0fff00ff 276 (:prefer-separate-cond)) 276 (:prefer-separate-cond)) 277 ;; Kernel services. 278 (define-arm-instruction uuo-kernel-service (:uuo-unary) 279 #x07f000fd 280 #x0fff00ff 281 (:prefer-separate-cond)) 277 282 278 283 (define-arm-instruction and (:rd :rn :shifter) … … 686 691 #x0ff70ac0 687 692 ()) 688 (define-arm-instruction smull (:rd :rn :rm :r n)689 #x0 c000090693 (define-arm-instruction smull (:rd :rn :rm :rs) 694 #x00c00090 690 695 #x0ff000f0 691 696 ()) 692 (define-arm-instruction smulls (:rd :rn :rm :r n)693 #x0 c000090697 (define-arm-instruction smulls (:rd :rn :rm :rs) 698 #x00d00090 694 699 #x0ff000f0 695 700 ())
Note:
See TracChangeset
for help on using the changeset viewer.
