Searched refs:isValidCoprocessorNumber (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h645 /// isValidCoprocessorNumber - decide whether an explicit coprocessor
648 static inline bool isValidCoprocessorNumber(unsigned Num, function in namespace:llvm
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4502 if (!isValidCoprocessorNumber(Val, featureBits))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4177 if (!isValidCoprocessorNumber(Num, getSTI().getFeatureBits()))

Completed in 121 milliseconds