Home
last modified time | relevance | path

Searched refs:next_byte (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/interception/
H A Dinterception_win.cpp518 const u8 next_byte = *(u8*)(address + 1); in GetInstructionSize() local
519 const u8 mod = next_byte >> 6; in GetInstructionSize()
520 const u8 rm = next_byte & 7; in GetInstructionSize()