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

Method SC_D

external/biscuit/src/assembler.cpp:1307–1310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1305 EmitAtomic(m_buffer, 0b00010, ordering, x0, rs, 0b011, rd, 0b0101111);
1306}
1307void Assembler::SC_D(Ordering ordering, GPR rd, GPR rs2, GPR rs1) noexcept {
1308 BISCUIT_ASSERT(IsRV64(m_features));
1309 EmitAtomic(m_buffer, 0b00011, ordering, rs2, rs1, 0b011, rd, 0b0101111);
1310}
1311
1312// RVB Extension Instructions
1313

Callers 2

FAST_HANDLEFunction · 0.80

Calls 2

IsRV64Function · 0.85
EmitAtomicFunction · 0.85

Tested by

no test coverage detected