Changeset 13833
- Timestamp:
- Jun 16, 2010, 1:48:09 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/arm/compiler/ARM/arm-asm.lisp
r13816 r13833 187 187 (:prefer-separate-cond)) 188 188 (define-arm-instruction uuo-debug-trap () 189 #x07f00 2f0189 #x07f003f0 190 190 #x0fffffff 191 191 (:prefer-separate-cond)) 192 192 (define-arm-instruction uuo-interrupt-now () 193 #x07f00 3f0193 #x07f004f0 194 194 #x0fffffff 195 195 (:prefer-separate-cond)) 196 196 (define-arm-instruction uuo-suspend-now () 197 #x07f00 4f0197 #x07f005f0 198 198 #x0fffffff 199 199 (:prefer-separate-cond)) … … 288 288 ()) 289 289 (define-arm-instruction ands (:rd :rn :shifter) 290 #x0 1000000291 ((#x0 3000000 . #x0ff00000)292 (#x0 1000000 . #x0ff00010)293 (#x0 1000010 . #x0ff00090))290 #x00100000 291 ((#x02100000 . #x0ff00000) 292 (#x00100000 . #x0ff00010) 293 (#x00100010 . #x0ff00090)) 294 294 ()) 295 295 (define-arm-instruction eor (:rd :rn :shifter) … … 511 511 ()) 512 512 513 (define-arm-instruction mul (:r d:rm :rs)513 (define-arm-instruction mul (:rn :rm :rs) 514 514 #x00000090 515 515 #x0ff000f0 516 516 ()) 517 (define-arm-instruction muls (:r d:rm :rs)517 (define-arm-instruction muls (:rn :rm :rs) 518 518 #x00100090 519 519 #x0ff000f0
Note: See TracChangeset
for help on using the changeset viewer.