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

Method DIVW

external/biscuit/src/assembler.cpp:1213–1215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1211// RV64M Extension Instructions
1212
1213void Assembler::DIVW(GPR rd, GPR rs1, GPR rs2) noexcept {
1214 EmitRType(m_buffer, 0b0000001, rs2, rs1, 0b100, rd, 0b0111011);
1215}
1216void Assembler::DIVUW(GPR rd, GPR rs1, GPR rs2) noexcept {
1217 EmitRType(m_buffer, 0b0000001, rs2, rs1, 0b101, rd, 0b0111011);
1218}

Callers 3

compileInstructionMethod · 0.80
FAST_HANDLEFunction · 0.80

Calls 1

EmitRTypeFunction · 0.85

Tested by

no test coverage detected