LLVM 20.0.0git
|
#include "MipsTargetStreamer.h"
#include "MCTargetDesc/MipsABIInfo.h"
#include "MipsELFStreamer.h"
#include "MipsInstPrinter.h"
#include "MipsMCExpr.h"
#include "MipsMCTargetDesc.h"
#include "llvm/BinaryFormat/ELF.h"
#include "llvm/MC/MCAssembler.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCELFObjectWriter.h"
#include "llvm/MC/MCObjectFileInfo.h"
#include "llvm/MC/MCSectionELF.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/MCSymbolELF.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FormattedStream.h"
Go to the source code of this file.
Functions | |
static bool | isMicroMips (const MCSubtargetInfo *STI) |
static bool | isMips32r6 (const MCSubtargetInfo *STI) |
static void | printHex32 (unsigned Value, raw_ostream &OS) |
|
static |
Definition at line 40 of file MipsTargetStreamer.cpp.
References llvm::MCSubtargetInfo::hasFeature().
Referenced by llvm::MipsSEInstrInfo::copyPhysReg(), llvm::MipsTargetStreamer::emitEmptyDelaySlot(), llvm::MipsTargetStreamer::emitNop(), and llvm::MipsSEInstrInfo::expandPostRAPseudo().
|
static |
Definition at line 44 of file MipsTargetStreamer.cpp.
References llvm::MCSubtargetInfo::hasFeature().
Referenced by llvm::MipsTargetStreamer::emitEmptyDelaySlot().
|
static |
Definition at line 661 of file MipsTargetStreamer.cpp.
References OS, and llvm::raw_ostream::write_hex().
Referenced by llvm::MipsTargetAsmStreamer::emitFMask(), and llvm::MipsTargetAsmStreamer::emitMask().