MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / get

Method get

lib/asmjit/asmjit/arm/a64assembler.cpp:449–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447 // --------------------------------------------------------------------------
448
449 inline uint32_t get() const noexcept { return v; }
450 inline void reset(uint32_t value) noexcept { v = value; }
451
452 inline bool has_q() const noexcept { return (v & kQ) != 0; }

Callers 3

_emitMethod · 0.45
on_invokeMethod · 0.45
on_initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected