Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ cond_code_to_opcode_field
Function
cond_code_to_opcode_field
lib/asmjit/asmjit/arm/a64assembler.cpp:33–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
// =====================
32
33
static inline uint32_t cond_code_to_opcode_field(uint32_t cond) noexcept { return (uint32_t(cond) - 2u) & 0xFu; }
34
35
// a64::Assembler - Bits
36
// =====================
Callers
1
_emit
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected