Changeset 13759
- Timestamp:
- Jun 1, 2010, 4:18:26 AM (14 years ago)
- File:
-
- 1 edited
-
branches/arm/compiler/ARM/arm-backend.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/arm/compiler/ARM/arm-backend.lisp
r13741 r13759 67 67 (dolist (n (append args temps)) 68 68 (add-spec-name (valid-spec-name n))) 69 #+no 69 70 (dolist (form body) 70 71 (if (atom form) … … 162 163 (mapcar #'simplify-form opvals)) 163 164 (if (keywordp opname) 164 form 165 (ecase opname 166 ((:code :data) form) 167 (:word (destructuring-bind (val) opvals 168 (list opname 169 (let* ((p (position val name-list))) 170 (if p (list p) (eval val))))))) 165 171 (arm::vinsn-simplify-instruction form name-list))))))) 166 172 (let* ((template (make-vinsn-template
Note:
See TracChangeset
for help on using the changeset viewer.
