Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:ImmVal

353     uint32_t ImmVal;
354 return A64Imms::isFPImm(RealVal, ImmVal);
875 uint32_t ImmVal;
876 A64Imms::isFPImm(RealVal, ImmVal);
878 Inst.addOperand(MCOperand::CreateImm(ImmVal));
1218 const MCExpr *ImmVal = 0;
1220 if (ParseImmediate(ImmVal) != MatchOperand_Success)
1224 Operands.push_back(AArch64Operand::CreateImm(ImmVal, StartLoc, EndLoc));
1230 const MCExpr *ImmVal = 0;
1233 if (ParseImmediate(ImmVal) != MatchOperand_Success)
1237 Operands.push_back(AArch64Operand::CreateImm(ImmVal, StartLoc, EndLoc));
1666 const MCExpr *ImmVal;
1667 if (ParseImmediate(ImmVal) != MatchOperand_Success)
1670 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(ImmVal);
1677 Operands.push_back(AArch64Operand::CreateImm(ImmVal, S, E));
1874 int64_t ImmVal = Inst.getOperand(0).getImm();
1875 A64IC::ICValues ICOp = static_cast<A64IC::ICValues>(ImmVal);
1883 int64_t ImmVal = Inst.getOperand(0).getImm();
1884 A64IC::ICValues ICOp = static_cast<A64IC::ICValues>(ImmVal);
1892 int64_t ImmVal = Inst.getOperand(0).getImm();
1893 A64TLBI::TLBIValues TLBIOp = static_cast<A64TLBI::TLBIValues>(ImmVal);
1901 int64_t ImmVal = Inst.getOperand(0).getImm();
1902 A64TLBI::TLBIValues TLBIOp = static_cast<A64TLBI::TLBIValues>(ImmVal);