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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp417 bool HasLength = false, bool HasVectorIndex = false);
931 bool HasLength, bool HasVectorIndex) {
957 // always a general register. Reg1 should be of group RegV if "HasVectorIndex"
959 RegisterGroup RegGroup = HasVectorIndex ? RegV : RegGR;
1046 bool HasVectorIndex = (MemKind == BDVMem) ? true : false; local
1048 HasVectorIndex))
1370 /*HasLength*/ true, /*HasVectorIndex*/ true))
928 parseAddress(bool &HaveReg1, Register &Reg1, bool &HaveReg2, Register &Reg2, const MCExpr *&Disp, const MCExpr *&Length, bool HasLength, bool HasVectorIndex) argument

Completed in 110 milliseconds