Lines Matching refs:MCOperand

54   unsigned getMachineOpValue(const MCInst &MI, const MCOperand &MO,
204 AArch64MCCodeEmitter::getMachineOpValue(const MCInst &MI, const MCOperand &MO, in getMachineOpValue()
218 const MCOperand &MO = MI.getOperand(OpIdx); in getLdStUImm12OpValue()
239 const MCOperand &MO = MI.getOperand(OpIdx); in getAdrLabelOpValue()
266 const MCOperand &MO = MI.getOperand(OpIdx); in getAddSubImmOpValue()
267 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); in getAddSubImmOpValue()
292 const MCOperand &MO = MI.getOperand(OpIdx); in getCondBranchTargetOpValue()
314 const MCOperand &MO = MI.getOperand(OpIdx); in getLoadLiteralOpValue()
343 const MCOperand &MO = MI.getOperand(OpIdx); in getMoveWideImmOpValue()
362 const MCOperand &MO = MI.getOperand(OpIdx); in getTestBranchTargetOpValue()
384 const MCOperand &MO = MI.getOperand(OpIdx); in getBranchTargetOpValue()
412 const MCOperand &MO = MI.getOperand(OpIdx); in getVecShifterOpValue()
435 const MCOperand &MO = MI.getOperand(OpIdx); in getSIMDShift64OpValue()
443 const MCOperand &MO = MI.getOperand(OpIdx); in getSIMDShift64_32OpValue()
452 const MCOperand &MO = MI.getOperand(OpIdx); in getSIMDShift32OpValue()
461 const MCOperand &MO = MI.getOperand(OpIdx); in getSIMDShift16OpValue()
471 const MCOperand &MO = MI.getOperand(OpIdx); in getFixedPointScaleOpValue()
480 const MCOperand &MO = MI.getOperand(OpIdx); in getVecShiftR64OpValue()
489 const MCOperand &MO = MI.getOperand(OpIdx); in getVecShiftR32OpValue()
498 const MCOperand &MO = MI.getOperand(OpIdx); in getVecShiftR16OpValue()
507 const MCOperand &MO = MI.getOperand(OpIdx); in getVecShiftR8OpValue()
516 const MCOperand &MO = MI.getOperand(OpIdx); in getVecShiftL64OpValue()
525 const MCOperand &MO = MI.getOperand(OpIdx); in getVecShiftL32OpValue()
534 const MCOperand &MO = MI.getOperand(OpIdx); in getVecShiftL16OpValue()
543 const MCOperand &MO = MI.getOperand(OpIdx); in getVecShiftL8OpValue()
553 const MCOperand &MO = MI.getOperand(OpIdx); in getMoveVecShifterOpValue()
567 MCOperand UImm16MO = MI.getOperand(1); in fixMOVZ()