Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.cpp180 uint16_t immT = readMOV(off + 4, true); // read MOVT operand in applyMOV32T() local
181 uint32_t imm = immW | (immT << 16); in applyMOV32T()