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

/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DARMWinEH.cpp22 uint16_t GPRMask = (ChainedFrame << 11) | (LinkRegister << 14); local
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp154 const uint16_t GPRMask = std::get<0>(RegisterMask); local
271 uint16_t GPRMask = (Link << (Prologue ? 14 : 15)) local
288 uint16_t GPRMask = (Link << (Prologue ? 14 : 15)) local
329 uint8_t GPRMask = ((OC[Offset + 0] & 0x01) << (Prologue ? 14 : 15)) local
H A DARMEHABIPrinter.h110 uint16_t GPRMask = (Opcode1 << 4) | ((Opcode0 & 0x0f) << 12); local
257 void OpcodeDecoder::PrintGPR(uint16_t GPRMask) { argument

Completed in 108 milliseconds