Searched refs:VFPMask (Results 1 – 3 of 3) sorted by relevance
22 uint32_t VFPMask = 0; in SavedRegisterMask() local36 VFPMask |= (((1 << ((NumRegisters + 1) % 8)) - 1) << 8); in SavedRegisterMask()44 return std::make_pair(GPRMask, VFPMask); in SavedRegisterMask()
216 void Decoder::printVFPMask(uint32_t VFPMask) { in printVFPMask() argument219 printRange(OS, VFPMask, LS, 0, 31, 'd'); in printVFPMask()411 printVFPMask(VFPMask); in opcode_11100xxx()487 printVFPMask(VFPMask); in opcode_11110101()502 printVFPMask(VFPMask); in opcode_11110110()1247 uint16_t GPRMask, VFPMask; in dumpPackedEntry() local1252 if (VFPMask) { in dumpPackedEntry()1254 printVFPMask(VFPMask); in dumpPackedEntry()1277 uint16_t GPRMask, VFPMask; in dumpPackedEntry() local1282 if (VFPMask) { in dumpPackedEntry()[all …]
292 inline void OpcodeDecoder::PrintRegisters(uint32_t VFPMask, StringRef Prefix) { in PrintRegisters() argument296 if (VFPMask & (1 << RI)) { in PrintRegisters()