Searched defs:GPRMask (Results 1 – 3 of 3) sorted by relevance
22 uint16_t GPRMask = (ChainedFrame << 11) | (LinkRegister << 14); in SavedRegisterMask() local
154 const uint16_t GPRMask = std::get<0>(RegisterMask); in printRegisters() local283 uint16_t GPRMask = (Link << (Prologue ? 14 : 15)) in opcode_11010Lxx() local300 uint16_t GPRMask = (Link << (Prologue ? 14 : 15)) in opcode_11011Lxx() local341 uint8_t GPRMask = ((OC[Offset + 0] & 0x01) << (Prologue ? 14 : 15)) in opcode_1110110L() local
110 uint16_t GPRMask = (Opcode1 << 4) | ((Opcode0 & 0x0f) << 12); in Decode_1000iiii_iiiiiiii() local257 void OpcodeDecoder::PrintGPR(uint16_t GPRMask) { in PrintGPR()