Changeset 8016
- Timestamp:
- Jan 8, 2008, 12:35:21 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/compiler/X86/X8664/x8664-vinsns.lisp
r8009 r8016 326 326 :resume 327 327 (rcmpw (:%w x8664::nargs) (:$w (:apply ash n x8664::word-shift))) 328 (j g:bad)328 (ja :bad) 329 329 330 330 (:anchored-uuo-section :resume) … … 344 344 (jb :toofew)) 345 345 (rcmpw (:%w x8664::nargs) (:$w (:apply ash max x8664::word-shift))) 346 (j g:toomany)346 (ja :toomany) 347 347 348 348 (:anchored-uuo-section :resume) 349 349 :toofew 350 350 (:anchored-uuo (uuo-error-too-few-args)) 351 (:anchored-uuo-section :resume) 351 352 :toomany 352 353 (:anchored-uuo (uuo-error-too-many-args)))
Note:
See TracChangeset
for help on using the changeset viewer.
