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:
@@ -104,6 +104,7 @@ impl LowerBackend for S390xBackend {
|
||||
| Opcode::Bextend
|
||||
| Opcode::Bmask
|
||||
| Opcode::Bint
|
||||
| Opcode::Bitrev
|
||||
| Opcode::Clz
|
||||
| Opcode::Cls
|
||||
| Opcode::Ctz
|
||||
@@ -198,8 +199,7 @@ impl LowerBackend for S390xBackend {
|
||||
)
|
||||
}
|
||||
|
||||
Opcode::Bitrev
|
||||
| Opcode::ConstAddr
|
||||
Opcode::ConstAddr
|
||||
| Opcode::TlsValue
|
||||
| Opcode::GetPinnedReg
|
||||
| Opcode::SetPinnedReg
|
||||
|
||||
Reference in New Issue
Block a user