Home
last modified time | relevance | path

Searched defs:GPRMask (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DARMWinEH.cpp21 uint16_t GPRMask = (ChainedFrame << 11); in SavedRegisterMask() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp204 void Decoder::printGPRMask(uint16_t GPRMask) { in printGPRMask()
374 uint16_t GPRMask = (Link << (Prologue ? 14 : 15)) in opcode_11010Lxx() local
391 uint16_t GPRMask = (Link << (Prologue ? 14 : 15)) in opcode_11011Lxx() local
432 uint16_t GPRMask = ((OC[Offset + 0] & 0x01) << (Prologue ? 14 : 15)) in opcode_1110110L() local
1239 uint16_t GPRMask, VFPMask; in dumpPackedEntry() local
1269 uint16_t GPRMask, VFPMask; in dumpPackedEntry() local
H A DARMEHABIPrinter.h114 uint16_t GPRMask = (Opcode1 << 4) | ((Opcode0 & 0x0f) << 12); in Decode_1000iiii_iiiiiiii() local
273 inline void OpcodeDecoder::PrintGPR(uint16_t GPRMask) { in PrintGPR()