s390x: Implement bitrev (#4617)
Since we do not have an instruction for this, this is a simple open-coded implementation. Needed by the cg_clif frontend.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
test interpret
|
||||
test run
|
||||
target aarch64
|
||||
target s390x
|
||||
target x86_64
|
||||
|
||||
function %bitrev_i8(i8) -> i8 {
|
||||
|
||||
Reference in New Issue
Block a user