Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.cpp165 static uint16_t readMOV(uint8_t *off, bool movt) { in readMOV() function
179 uint16_t immW = readMOV(off, false); // read MOVW operand in applyMOV32T()
180 uint16_t immT = readMOV(off + 4, true); // read MOVT operand in applyMOV32T()