LLVM: lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.cpp Source File (original) (raw)
1
2
3
4
5
6
7
8
14
15using namespace llvm;
16
36
40 return "xx";
42 return "32";
44 return "64";
45 default:
47 }
48}
49
55
56namespace llvm {
57
73
74}
Streaming machine code generation interface.
virtual void emitIntValue(uint64_t Value, unsigned Size)
Special case of EmitValue that avoids the client having to pass in a MCExpr for constant integers.
StringRef - Represent a constant reference to a string, i.e.
LLVM Value Representation.
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
@ Val_GNU_MIPS_ABI_FP_SOFT
@ Val_GNU_MIPS_ABI_FP_DOUBLE
@ Val_GNU_MIPS_ABI_FP_ANY
@ Val_GNU_MIPS_ABI_FP_64A
This is an optimization pass for GlobalISel generic memory operations.
raw_ostream & operator<<(raw_ostream &OS, const APFixedPoint &FX)
StringRef getFpABIString(FpABIKind Value)
Definition MipsABIFlagsSection.cpp:37
uint32_t getISAExtensionValue()
uint8_t getCPR2SizeValue()
uint8_t getISALevelValue()
uint32_t getFlags1Value()
uint32_t getFlags2Value()
uint8_t getCPR1SizeValue()
Definition MipsABIFlagsSection.cpp:50
uint8_t getGPRSizeValue()
uint8_t getISARevisionValue()
uint32_t getASESetValue()
uint16_t getVersionValue()
uint8_t getFpABIValue()
Definition MipsABIFlagsSection.cpp:17