Lines Matching refs:KeywordVal
6426 unsigned KeywordVal = Lex.getUIntVal(); in parseInstruction() local
6461 int Res = parseUnaryOp(Inst, PFS, KeywordVal, /*IsFP*/ true); in parseInstruction()
6477 if (parseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/ false)) in parseInstruction()
6490 int Res = parseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/ true); in parseInstruction()
6504 if (parseArithmetic(Inst, PFS, KeywordVal, /*IsFP*/ false)) in parseInstruction()
6512 return parseArithmetic(Inst, PFS, KeywordVal, in parseInstruction()
6516 if (parseLogical(Inst, PFS, KeywordVal)) in parseInstruction()
6524 return parseLogical(Inst, PFS, KeywordVal); in parseInstruction()
6526 return parseCompare(Inst, PFS, KeywordVal); in parseInstruction()
6529 int Res = parseCompare(Inst, PFS, KeywordVal); in parseInstruction()
6540 bool Res = parseCast(Inst, PFS, KeywordVal); in parseInstruction()
6559 return parseCast(Inst, PFS, KeywordVal); in parseInstruction()