Lines Matching refs:AArch64MCCodeEmitter
36 class AArch64MCCodeEmitter : public MCCodeEmitter { class
39 AArch64MCCodeEmitter(const AArch64MCCodeEmitter &); // DO NOT IMPLEMENT
40 void operator=(const AArch64MCCodeEmitter &); // DO NOT IMPLEMENT
42 AArch64MCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx) : Ctx(ctx) {} in AArch64MCCodeEmitter() function in __anon942e6eb30111::AArch64MCCodeEmitter
44 ~AArch64MCCodeEmitter() override {} in ~AArch64MCCodeEmitter()
198 return new AArch64MCCodeEmitter(MCII, Ctx); in createAArch64MCCodeEmitter()
204 AArch64MCCodeEmitter::getMachineOpValue(const MCInst &MI, const MCOperand &MO, in getMachineOpValue()
215 AArch64MCCodeEmitter::getLdStUImm12OpValue(const MCInst &MI, unsigned OpIdx, in getLdStUImm12OpValue()
236 AArch64MCCodeEmitter::getAdrLabelOpValue(const MCInst &MI, unsigned OpIdx, in getAdrLabelOpValue()
262 AArch64MCCodeEmitter::getAddSubImmOpValue(const MCInst &MI, unsigned OpIdx, in getAddSubImmOpValue()
289 uint32_t AArch64MCCodeEmitter::getCondBranchTargetOpValue( in getCondBranchTargetOpValue()
311 AArch64MCCodeEmitter::getLoadLiteralOpValue(const MCInst &MI, unsigned OpIdx, in getLoadLiteralOpValue()
331 AArch64MCCodeEmitter::getMemExtendOpValue(const MCInst &MI, unsigned OpIdx, in getMemExtendOpValue()
340 AArch64MCCodeEmitter::getMoveWideImmOpValue(const MCInst &MI, unsigned OpIdx, in getMoveWideImmOpValue()
359 uint32_t AArch64MCCodeEmitter::getTestBranchTargetOpValue( in getTestBranchTargetOpValue()
381 AArch64MCCodeEmitter::getBranchTargetOpValue(const MCInst &MI, unsigned OpIdx, in getBranchTargetOpValue()
409 AArch64MCCodeEmitter::getVecShifterOpValue(const MCInst &MI, unsigned OpIdx, in getVecShifterOpValue()
432 AArch64MCCodeEmitter::getSIMDShift64OpValue(const MCInst &MI, unsigned OpIdx, in getSIMDShift64OpValue()
440 uint32_t AArch64MCCodeEmitter::getSIMDShift64_32OpValue( in getSIMDShift64_32OpValue()
449 AArch64MCCodeEmitter::getSIMDShift32OpValue(const MCInst &MI, unsigned OpIdx, in getSIMDShift32OpValue()
458 AArch64MCCodeEmitter::getSIMDShift16OpValue(const MCInst &MI, unsigned OpIdx, in getSIMDShift16OpValue()
468 uint32_t AArch64MCCodeEmitter::getFixedPointScaleOpValue( in getFixedPointScaleOpValue()
477 AArch64MCCodeEmitter::getVecShiftR64OpValue(const MCInst &MI, unsigned OpIdx, in getVecShiftR64OpValue()
486 AArch64MCCodeEmitter::getVecShiftR32OpValue(const MCInst &MI, unsigned OpIdx, in getVecShiftR32OpValue()
495 AArch64MCCodeEmitter::getVecShiftR16OpValue(const MCInst &MI, unsigned OpIdx, in getVecShiftR16OpValue()
504 AArch64MCCodeEmitter::getVecShiftR8OpValue(const MCInst &MI, unsigned OpIdx, in getVecShiftR8OpValue()
513 AArch64MCCodeEmitter::getVecShiftL64OpValue(const MCInst &MI, unsigned OpIdx, in getVecShiftL64OpValue()
522 AArch64MCCodeEmitter::getVecShiftL32OpValue(const MCInst &MI, unsigned OpIdx, in getVecShiftL32OpValue()
531 AArch64MCCodeEmitter::getVecShiftL16OpValue(const MCInst &MI, unsigned OpIdx, in getVecShiftL16OpValue()
540 AArch64MCCodeEmitter::getVecShiftL8OpValue(const MCInst &MI, unsigned OpIdx, in getVecShiftL8OpValue()
550 uint32_t AArch64MCCodeEmitter::getMoveVecShifterOpValue( in getMoveVecShifterOpValue()
561 unsigned AArch64MCCodeEmitter::fixMOVZ(const MCInst &MI, unsigned EncodedValue, in fixMOVZ()
592 void AArch64MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction()
610 AArch64MCCodeEmitter::fixMulHigh(const MCInst &MI, in fixMulHigh()
620 AArch64MCCodeEmitter::fixLoadStoreExclusive(const MCInst &MI, in fixLoadStoreExclusive()
629 unsigned AArch64MCCodeEmitter::fixOneOperandFPComparison( in fixOneOperandFPComparison()