Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp79 uint64_t DHi = (Value >> 12) & 0xff; in extractBitsForFixup() local
80 return (DLo << 8) | DHi; in extractBitsForFixup()