Changeset 14402
- Timestamp:
- Nov 3, 2010, 12:32:14 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/compiler/ARM/arm-asm.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/compiler/ARM/arm-asm.lisp
r14286 r14402 182 182 #xffffffff 183 183 (:non-conditional)) 184 (define-arm-instruction isb () 185 #xf57ff06f 186 #xffffffff 187 (:non-conditional)) 188 (define-arm-instruction dmb () 189 #xf57ff05f 190 #xffffffff 191 (:non-conditional)) 192 (define-arm-instruction dsb () 193 #xf57ff04f 194 #xffffffff 195 (:non-conditional)) 184 196 185 197 ;;; UUOs.
Note:
See TracChangeset
for help on using the changeset viewer.
