MCPcopy Create free account
hub / github.com/OFFTKP/felix86 / SRA

Method SRA

external/biscuit/src/assembler.cpp:650–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648}
649
650void Assembler::SRA(GPR rd, GPR lhs, GPR rhs) noexcept {
651 EmitRType(m_buffer, 0b0100000, rhs, lhs, 0b101, rd, 0b0110011);
652}
653
654void Assembler::SRAI(GPR rd, GPR rs, uint32_t shift) noexcept {
655 if (IsRV32(m_features)) {

Callers 2

FAST_HANDLEFunction · 0.80

Calls 1

EmitRTypeFunction · 0.85

Tested by

no test coverage detected