From d54d5b2579122545d7bfb9f73352d717bc505e2a Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 21 Aug 2003 13:37:01 +0000 Subject: (mbtoh): Replace input parameter to u-media-dual-expand and u-media-dual-btoh with output parameter. (cmbtoh): Add profiling hack. --- cpu/frv.cpu | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'cpu/frv.cpu') diff --git a/cpu/frv.cpu b/cpu/frv.cpu index 312badda21..86eb06716f 100644 --- a/cpu/frv.cpu +++ b/cpu/frv.cpu @@ -7962,9 +7962,9 @@ (set FRintkeven (c-raw-call SI "frv_ref_SI" FRintkeven)) (mbtoh-semantics 1)) ((fr400 (unit u-media-dual-expand - (in FRinti FRintieven))) + (out FRintk FRintkeven))) (fr500 (unit u-media-dual-btoh - (in FRinti FRintieven)))) + (out FRintk FRintkeven)))) ) (dni cmbtoh @@ -7972,7 +7972,11 @@ ((UNIT FM01) (FR500-MAJOR M-2) (FR400-MAJOR M-2) CONDITIONAL) "cmbtoh$pack $FRintj,$FRintkeven,$CCi,$cond" (+ pack FRintkeven OP_77 (FRi-null) CCi cond OPE4_0 FRintj) - (mbtoh-semantics (eq CCi (or cond 2))) + (sequence () + ; hack to get these referenced for profiling + (set FRintj (c-raw-call SI "frv_ref_SI" FRintj)) + (set FRintkeven (c-raw-call SI "frv_ref_SI" FRintkeven)) + (mbtoh-semantics (eq CCi (or cond 2)))) ((fr400 (unit u-media-dual-expand (out FRintk FRintkeven))) (fr500 (unit u-media-dual-btoh -- cgit v1.2.1