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

Method SH3ADD

external/biscuit/src/assembler.cpp:1528–1530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1526}
1527
1528void Assembler::SH3ADD(GPR rd, GPR rs1, GPR rs2) noexcept {
1529 EmitRType(m_buffer, 0b0010000, rs2, rs1, 0b110, rd, 0b0110011);
1530}
1531
1532void Assembler::SH3ADDUW(GPR rd, GPR rs1, GPR rs2) noexcept {
1533 BISCUIT_ASSERT(IsRV64(m_features));

Callers 5

flushX87Method · 0.80
leaMethod · 0.80
getSTMethod · 0.80
EmitInstructionFunction · 0.80

Calls 1

EmitRTypeFunction · 0.85

Tested by

no test coverage detected