Skip to content

Commit

Permalink
ras: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierBBB committed Nov 25, 2024
1 parent c2e381e commit e08ea8e
Showing 1 changed file with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@

(defconstraint precompile-processing---IDENTITY-success---2nd-misc-row---setting-MMU-instruction (:guard (precompile-processing---IDENTITY---success-precondition))
(if-not-zero (shift misc/MMU_FLAG precompile-processing---IDENTITY---2nd-misc-row---row-offset)
(set-MMU-instruction---ram-to-ram-sans-padding precompile-processing---IDENTITY---2nd-misc-row---row-offset ;; offset
(+ 1 HUB_STAMP) ;; source ID
CONTEXT_NUMBER
;; aux_id ;; auxiliary ID
;; src_offset_hi ;; source offset high
0 ;; source offset low
;; tgt_offset_lo ;; target offset low
(precompile-processing---dup-cds) ;; size
(precompile-processing---dup-r@o) ;; reference offset
(precompile-processing---dup-r@c) ;; reference size
;; success_bit ;; success bit
;; limb_1 ;; limb 1
;; limb_2 ;; limb 2
;; exo_sum ;; weighted exogenous module flag sum
;; phase ;; phase
(set-MMU-instruction---ram-to-ram-sans-padding precompile-processing---IDENTITY---2nd-misc-row---row-offset ;; offset
(+ 1 HUB_STAMP) ;; source ID
CONTEXT_NUMBER ;; target ID
;; aux_id ;; auxiliary ID
;; src_offset_hi ;; source offset high
0 ;; source offset low
;; tgt_offset_lo ;; target offset low
(precompile-processing---dup-cds) ;; size
(precompile-processing---dup-r@o) ;; reference offset
(precompile-processing---dup-r@c) ;; reference size
;; success_bit ;; success bit
;; limb_1 ;; limb 1
;; limb_2 ;; limb 2
;; exo_sum ;; weighted exogenous module flag sum
;; phase ;; phase
)
))

Expand Down

0 comments on commit e08ea8e

Please sign in to comment.