Browse Source
These instructions handled static shift amounts >= 32. Since we have a 6-bit shift amount field, these opcodes are no longer necessary.cs250
4 changed files with 3 additions and 24 deletions
@ -1,2 +0,0 @@ |
|||
require64; |
|||
RC = RB << (32+SHAMT); |
|||
@ -1,2 +0,0 @@ |
|||
require64; |
|||
RC = sreg_t(RB) >> (32+SHAMT); |
|||
@ -1,2 +0,0 @@ |
|||
require64; |
|||
RC = RB >> (32+SHAMT); |
|||
Loading…
Reference in new issue