Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4395 const MCOperand &OffsetImmOp = Inst.getOperand(2); in expandUlh() local
4396 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() local
4448 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() local
4499 assert(OffsetImmOp.isImm() && "expected immediate operand kind"); in expandUxw()
4504 int64_t OffsetValue = OffsetImmOp.getImm(); in expandUxw()