- Timestamp:
- Jun 5, 2008, 10:20:01 PM (16 years ago)
- File:
-
- 1 edited
-
branches/ia32/compiler/X86/x862.lisp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/compiler/X86/x862.lisp
r9586 r9677 3618 3618 (setq cr-bit (x862-reverse-cr-bit cr-bit))) 3619 3619 (^ cr-bit true-p)) 3620 (with-imm-target () 3621 (ireg :natural)3622 (with-imm-target 3620 (with-imm-target () (ireg :natural) 3621 (with-additional-imm-reg () 3622 (with-imm-target 3623 3623 (ireg) (jreg :natural) 3624 3624 (x862-two-targeted-reg-forms seg i ireg j jreg) 3625 (x862-compare-natural-registers seg vreg xfer ireg jreg cr-bit true-p))))))) 3625 (x862-compare-natural-registers seg vreg xfer ireg jreg cr-bit true-p)))))))) 3626 3626 3627 3627 … … 5502 5502 (vtotal numreq) 5503 5503 (old-top *x862-top-vstack-lcell*) 5504 (argreg ($ *x862-temp0*)) 5504 (argreg ($ (target-arch-case 5505 (:x8632 ($ x8632::temp1)) 5506 (:x8664 ($ x8664::temp0))))) 5505 5507 (keyvectreg (target-arch-case 5506 5508 (:x8632 ($ x8632::arg_y)) … … 5912 5914 (with-x86-local-vinsn-macros (seg) 5913 5915 (x862-three-targeted-reg-forms seg form1 (target-arch-case 5914 (:x8632 ($ x8632::temp 0))5916 (:x8632 ($ x8632::temp1)) 5915 5917 (:x8664 ($ x8664::arg_x))) 5916 5918 form2 ($ *x862-arg-y*)
Note:
See TracChangeset
for help on using the changeset viewer.
