• Home
  • Raw
  • Download

Lines Matching refs:MCOperand

54   unsigned getMachineOpValue(const MCInst &MI, const MCOperand &MO,
186 AArch64MCCodeEmitter::getMachineOpValue(const MCInst &MI, const MCOperand &MO, in getMachineOpValue()
200 const MCOperand &MO = MI.getOperand(OpIdx); in getLdStUImm12OpValue()
221 const MCOperand &MO = MI.getOperand(OpIdx); in getAdrLabelOpValue()
248 const MCOperand &MO = MI.getOperand(OpIdx); in getAddSubImmOpValue()
249 const MCOperand &MO1 = MI.getOperand(OpIdx + 1); in getAddSubImmOpValue()
274 const MCOperand &MO = MI.getOperand(OpIdx); in getCondBranchTargetOpValue()
296 const MCOperand &MO = MI.getOperand(OpIdx); in getLoadLiteralOpValue()
325 const MCOperand &MO = MI.getOperand(OpIdx); in getMoveWideImmOpValue()
344 const MCOperand &MO = MI.getOperand(OpIdx); in getTestBranchTargetOpValue()
366 const MCOperand &MO = MI.getOperand(OpIdx); in getBranchTargetOpValue()
394 const MCOperand &MO = MI.getOperand(OpIdx); in getVecShifterOpValue()
418 const MCOperand &MO = MI.getOperand(OpIdx); in getFixedPointScaleOpValue()
427 const MCOperand &MO = MI.getOperand(OpIdx); in getVecShiftR64OpValue()
436 const MCOperand &MO = MI.getOperand(OpIdx); in getVecShiftR32OpValue()
445 const MCOperand &MO = MI.getOperand(OpIdx); in getVecShiftR16OpValue()
454 const MCOperand &MO = MI.getOperand(OpIdx); in getVecShiftR8OpValue()
463 const MCOperand &MO = MI.getOperand(OpIdx); in getVecShiftL64OpValue()
472 const MCOperand &MO = MI.getOperand(OpIdx); in getVecShiftL32OpValue()
481 const MCOperand &MO = MI.getOperand(OpIdx); in getVecShiftL16OpValue()
490 const MCOperand &MO = MI.getOperand(OpIdx); in getVecShiftL8OpValue()
500 const MCOperand &MO = MI.getOperand(OpIdx); in getMoveVecShifterOpValue()
514 MCOperand UImm16MO = MI.getOperand(1); in fixMOVZ()