diff options
Diffstat (limited to 'cpu/frv.cpu')
-rw-r--r-- | cpu/frv.cpu | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpu/frv.cpu b/cpu/frv.cpu index 82a88172835..63677374747 100644 --- a/cpu/frv.cpu +++ b/cpu/frv.cpu @@ -6660,16 +6660,16 @@ (dni name (comment) ((UNIT FM0) (MACH fr400) (FR400-MAJOR M-2)) - (.str name "$pack $FRinti,$u6,$FRintk") - (+ pack FRintk op FRinti ope u6) + (.str name "$pack $FRinti,$s6,$FRintk") + (+ pack FRintk op FRinti ope s6) (if (orif (register-unaligned FRinti 2) (register-unaligned FRintk 2)) (c-call VOID "@cpu@_media_register_not_aligned") (sequence () - (set FRintk (operation FRinti (and u6 #x1f))) + (set FRintk (operation FRinti (and s6 #x1f))) (set (nextreg h-fr_int FRintk 1) (operation (nextreg h-fr_int FRinti 1) - (and u6 #x1f))))) + (and s6 #x1f))))) ((fr400 (unit u-media-3-quad))) ) ) |