Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MIPSのsll命令では、5ビットしか使用できません。シフト量が31を超える場合、シフトはどのように機能しますか?それを5ビットでどのように表現しますか?
sll
ありがとう
それはいけません。SLL31桁以上シフトしても意味がない32ビット値専用です。DSLL/DSLL32またはDSLLVを64ビット値に使用します。
SLL
DSLL/DSLL32
DSLLV