Home
last modified time | relevance | path

Searched defs:VFPMask (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DARMWinEH.cpp22 uint32_t VFPMask = 0; in SavedRegisterMask() local
/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp216 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...]
H A DARMEHABIPrinter.h292 inline void OpcodeDecoder::PrintRegisters(uint32_t VFPMask, StringRef Prefix) { in PrintRegisters()