Home
last modified time | relevance | path

Searched refs:FP80HexToIntPair (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h100 void FP80HexToIntPair(const char *Buffer, const char *End, uint64_t Pair[2]);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp95 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair() function in LLLexer
1052 FP80HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()