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

Method REMU

external/biscuit/src/assembler.cpp:1207–1209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1205 EmitRType(m_buffer, 0b0000001, rs2, rs1, 0b110, rd, 0b0110011);
1206}
1207void Assembler::REMU(GPR rd, GPR rs1, GPR rs2) noexcept {
1208 EmitRType(m_buffer, 0b0000001, rs2, rs1, 0b111, rd, 0b0110011);
1209}
1210
1211// RV64M Extension Instructions
1212

Callers 2

FAST_HANDLEFunction · 0.80

Calls 1

EmitRTypeFunction · 0.85

Tested by

no test coverage detected