Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Chemiculs/qengine
/ condCodeToOpcodeCond
Function
condCodeToOpcodeCond
src/qengine/extern/asmjit/arm/a64assembler.cpp:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
// =====================
26
27
static inline uint32_t condCodeToOpcodeCond(uint32_t cond) noexcept {
28
return (uint32_t(cond) - 2u) & 0xFu;
29
}
30
31
// a64::Assembler - Bits
32
// =====================
Callers
1
_emit
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected