Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5186 bool condCodeSecondOperand = (Head == "cset" || Head == "csetm"); in ParseInstruction() local
5198 (N == 2 && condCodeSecondOperand), in ParseInstruction()
5199 condCodeSecondOperand || condCodeThirdOperand)) { in ParseInstruction()