Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DARMWinEH.cpp22 uint32_t VFPMask = 0; in SavedRegisterMask() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp215 printVFPMask(uint32_t VFPMask) printVFPMask() argument
406 uint32_t VFPMask = (((1 << (High + 1)) - 1) << 8); opcode_11100xxx() local
482 uint32_t VFPMask = ((1 << (End + 1 - Start)) - 1) << Start; opcode_11110101() local
497 uint32_t VFPMask = ((1 << (End + 1 - Start)) - 1) << (16 + Start); opcode_11110110() local
1239 uint16_t GPRMask, VFPMask; dumpPackedEntry() local
1269 uint16_t GPRMask, VFPMask; dumpPackedEntry() local
[all...]
H A DARMEHABIPrinter.h292 inline void OpcodeDecoder::PrintRegisters(uint32_t VFPMask, StringRef Prefix) { in PrintRegisters()