Searched refs:OffsetImmOp (Results 1 – 1 of 1) sorted by relevance
4395 const MCOperand &OffsetImmOp = Inst.getOperand(2); in expandUlh() local4396 assert(OffsetImmOp.isImm() && "expected immediate operand kind"); in expandUlh()4401 int64_t OffsetValue = OffsetImmOp.getImm(); in expandUlh()4447 const MCOperand &OffsetImmOp = Inst.getOperand(2); in expandUsh() local4448 assert(OffsetImmOp.isImm() && "expected immediate operand kind"); in expandUsh()4453 int64_t OffsetValue = OffsetImmOp.getImm(); in expandUsh()4498 const MCOperand &OffsetImmOp = Inst.getOperand(2); in expandUxw() local4499 assert(OffsetImmOp.isImm() && "expected immediate operand kind"); in expandUxw()4504 int64_t OffsetValue = OffsetImmOp.getImm(); in expandUxw()