LLVM 20.0.0git
|
#include "MipsMCCodeEmitter.h"
#include "MCTargetDesc/MipsFixupKinds.h"
#include "MCTargetDesc/MipsMCExpr.h"
#include "MCTargetDesc/MipsMCTargetDesc.h"
#include "llvm/ADT/APFloat.h"
#include "llvm/ADT/APInt.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCFixup.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstrDesc.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/EndianStream.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <cstdint>
#include "MipsGenInstrInfo.inc"
#include "MipsGenMCCodeEmitter.inc"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
#define | DEBUG_TYPE "mccodeemitter" |
#define | GET_INSTRMAP_INFO |
Functions | |
MCCodeEmitter * | llvm::createMipsMCCodeEmitterEB (const MCInstrInfo &MCII, MCContext &Ctx) |
MCCodeEmitter * | llvm::createMipsMCCodeEmitterEL (const MCInstrInfo &MCII, MCContext &Ctx) |
static void | LowerLargeShift (MCInst &Inst) |
#define DEBUG_TYPE "mccodeemitter" |
Definition at line 37 of file MipsMCCodeEmitter.cpp.
#define GET_INSTRMAP_INFO |
Definition at line 39 of file MipsMCCodeEmitter.cpp.
|
static |
Definition at line 59 of file MipsMCCodeEmitter.cpp.
References assert(), llvm::MCOperand::getImm(), llvm::MCInst::getNumOperands(), llvm::MCInst::getOpcode(), llvm::MCInst::getOperand(), llvm::MCOperand::isImm(), llvm_unreachable, llvm::MCOperand::setImm(), and llvm::MCInst::setOpcode().
Referenced by llvm::MipsMCCodeEmitter::encodeInstruction().