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

Method FENCE

external/biscuit/src/assembler.cpp:303–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303void Assembler::FENCE() noexcept {
304 FENCE(FenceOrder::IORW, FenceOrder::IORW);
305}
306
307void Assembler::FENCE(FenceOrder pred, FenceOrder succ) noexcept {
308 EmitFENCE(m_buffer, 0b0000, pred, succ, x0, 0b000, x0, 0b0001111);

Callers 4

FAST_HANDLEFunction · 0.80
readMemoryMethod · 0.80
writeMemoryMethod · 0.80

Calls 1

EmitFENCEFunction · 0.85

Tested by

no test coverage detected