Lines Matching refs:MCInst_getOperand
166 int64_t Imm = MCOperand_getImm(MCInst_getOperand(MI, Op)) & 7;
190 int64_t Imm = MCOperand_getImm(MCInst_getOperand(MI, Op)) & 0x1f;
230 int64_t Imm = MCOperand_getImm(MCInst_getOperand(MI, Op)) & 0x3;
247 MCOperand *Op = MCInst_getOperand(MI, OpNo);
282 SegReg = MCInst_getOperand(MI, Op+1);
383 MCOperand *DispSpec = MCInst_getOperand(MI, Op);
384 MCOperand *SegReg = MCInst_getOperand(MI, Op+1);
455 MCOperand *Op = MCInst_getOperand(MI, OpNo);
497 MCOperand *Op = MCInst_getOperand(MI, OpNo);
674 MCOperand *BaseReg = MCInst_getOperand(MI, Op + X86_AddrBaseReg);
675 MCOperand *IndexReg = MCInst_getOperand(MI, Op + X86_AddrIndexReg);
676 MCOperand *DispSpec = MCInst_getOperand(MI, Op + X86_AddrDisp);
677 MCOperand *SegReg = MCInst_getOperand(MI, Op + X86_AddrSegmentReg);
745 ScaleVal = MCOperand_getImm(MCInst_getOperand(MI, Op + X86_AddrScaleAmt));