Searched defs:VFPMask (Results 1 – 3 of 3) sorted by relevance
22 uint32_t VFPMask = 0; in SavedRegisterMask() local
216 void Decoder::printVFPMask(uint32_t VFPMask) { in printVFPMask() argument 407 uint32_t VFPMask = (((1 << (High + 1)) - 1) << 8); in opcode_11100xxx() local 483 uint32_t VFPMask = ((1 << (End + 1 - Start)) - 1) << Start; in opcode_11110101() local 498 uint32_t VFPMask = ((1 << (End + 1 - Start)) - 1) << (16 + Start); in opcode_11110110() local 1247 uint16_t GPRMask, VFPMask; in dumpPackedEntry() local 1277 uint16_t GPRMask, VFPMask; dumpPackedEntry() local [all...]
292 inline void OpcodeDecoder::PrintRegisters(uint32_t VFPMask, StringRef Prefix) { in PrintRegisters()