Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DARMWinEH.cpp21 uint16_t GPRMask = (ChainedFrame << 11) | (LinkRegister << 14); in SavedRegisterMask() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp183 const uint16_t GPRMask = std::get<0>(RegisterMask); in printRegisters() local
347 uint16_t GPRMask = (Link << (Prologue ? 14 : 15)) in opcode_11010Lxx() local
364 uint16_t GPRMask = (Link << (Prologue ? 14 : 15)) in opcode_11011Lxx() local
405 uint8_t GPRMask = ((OC[Offset + 0] & 0x01) << (Prologue ? 14 : 15)) in opcode_1110110L() 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()