Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp5631 bool &AcceptDoublePrecisionOnly) { in RequiresVFPRegListValidation() argument
5640 AcceptDoublePrecisionOnly = Inst[6] == 'd' || Inst[6] == 'x'; in RequiresVFPRegListValidation()
5655 bool AcceptDoublePrecisionOnly; in ParseInstruction() local
5658 AcceptDoublePrecisionOnly); in ParseInstruction()
5836 if (AcceptDoublePrecisionOnly && !Op.isDPRRegList()) in ParseInstruction()