Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:Pos

1956   // First we need to grab the pos(lsb) from MCInst.
1957 int Pos = Inst.getOperand(2).getImm();
1958 int Size = (int) Insn - Pos + 1;