Searched refs:GPRMask (Results 1 – 3 of 3) sorted by relevance
21 uint16_t GPRMask = (ChainedFrame << 11) | (LinkRegister << 14); in SavedRegisterMask() local27 GPRMask |= (((1 << (NumRegisters + 1)) - 1) << 4); in SavedRegisterMask()30 GPRMask |= (((1 << (NumRegisters + 1)) - 1) << (~RF.StackAdjust() & 0x3)); in SavedRegisterMask()32 return std::make_pair(GPRMask, VFPMask); in SavedRegisterMask()
61 void PrintGPR(uint16_t GPRMask);114 uint16_t GPRMask = (Opcode1 << 4) | ((Opcode0 & 0x0f) << 12); in Decode_1000iiii_iiiiiiii() local117 Opcode0, Opcode1, GPRMask ? "pop " : "refuse to unwind"); in Decode_1000iiii_iiiiiiii()118 if (GPRMask) in Decode_1000iiii_iiiiiiii()119 PrintGPR(GPRMask); in Decode_1000iiii_iiiiiiii()273 inline void OpcodeDecoder::PrintGPR(uint16_t GPRMask) { in PrintGPR() argument282 if (GPRMask & (1 << RI)) { in PrintGPR()
183 const uint16_t GPRMask = std::get<0>(RegisterMask); in printRegisters() local189 if (GPRMask & (1 << RI)) in printRegisters()195 if (GPRMask & (1 << RI)) in printRegisters()347 uint16_t GPRMask = (Link << (Prologue ? 14 : 15)) in opcode_11010Lxx() local352 printRegisters(std::make_pair(GPRMask, 0)); in opcode_11010Lxx()364 uint16_t GPRMask = (Link << (Prologue ? 14 : 15)) in opcode_11011Lxx() local369 printRegisters(std::make_pair(GPRMask, 0)); in opcode_11011Lxx()405 uint8_t GPRMask = ((OC[Offset + 0] & 0x01) << (Prologue ? 14 : 15)) in opcode_1110110L() local410 printRegisters(std::make_pair(GPRMask, 0)); in opcode_1110110L()