Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Chemiculs/qengine
/ x86EncodeMod
Function
x86EncodeMod
src/qengine/extern/asmjit/core/codeholder.cpp:23–25 ·
view source on GitHub ↗
Encode MOD byte.
Source
from the content-addressed store, hash-verified
21
22
//! Encode MOD byte.
23
static inline uint32_t x86EncodeMod(uint32_t m, uint32_t o, uint32_t rm) noexcept {
24
return (m << 6) | (o << 3) | rm;
25
}
26
27
// LabelLinkIterator
28
// =================
Callers
1
relocateToBase
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected