Skip to content

Commit

Permalink
rv32_i shift pseudo ops should depend on rv64_i (not rv128_i)
Browse files Browse the repository at this point in the history
  • Loading branch information
neelgala authored and aswaterman committed Jan 31, 2023
1 parent 97c69d2 commit ca6217b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rv32_i
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
$pseudo_op rv64_i::slli slli rd rs1 shamtw 31..25=0 14..12=1 6..2=0x04 1..0=3
$pseudo_op rv64_i::srli srli rd rs1 shamtw 31..25=0 14..12=5 6..2=0x04 1..0=3
$pseudo_op rv64_i::srai srai rd rs1 shamtw 31..25=32 14..12=5 6..2=0x04 1..0=3
$pseudo_op rv64_i::slli slli_rv32 rd rs1 shamtw 31..25=0 14..12=1 6..2=0x04 1..0=3
$pseudo_op rv64_i::srli srli_rv32 rd rs1 shamtw 31..25=0 14..12=5 6..2=0x04 1..0=3
$pseudo_op rv64_i::srai srai_rv32 rd rs1 shamtw 31..25=32 14..12=5 6..2=0x04 1..0=3

0 comments on commit ca6217b

Please sign in to comment.