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

Method qs

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

Source from the content-addressed store, hash-verified

123
124 inline uint32_t q() const noexcept { return (value >> k128BitShift) & 0x1u; }
125 inline uint32_t qs() const noexcept { return ((value >> k128BitShift) | (value >> kScalarShift)) & 0x1u; }
126 inline uint32_t scalar() const noexcept { return (value >> kScalarShift) & 0x1u; }
127 inline uint32_t size() const noexcept { return (value >> kSizeShift) & 0x3u; }
128

Callers 1

_emitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected