Searched refs:hex_rep (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp25 static const char hex_rep[] = "0123456789abcdef"; local
32 OS << hex_rep[(i & 0xF0) >> 4]; local
33 OS << hex_rep[i & 0xF]; local

Completed in 100 milliseconds