Home
last modified time | relevance | path

Searched defs:MipsABIFlagsSection (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h21 struct MipsABIFlagsSection { struct
23 enum class FpABIKind { ANY, XX, S32, S64, SOFT };
26 uint16_t Version = 0;
51 MipsABIFlagsSection() = default; argument
53 uint16_t getVersionValue() { return (uint16_t)Version; } in getVersionValue()
54 uint8_t getISALevelValue() { return (uint8_t)ISALevel; } in getISALevelValue()
55 uint8_t getISARevisionValue() { return (uint8_t)ISARevision; } in getISARevisionValue()
56 uint8_t getGPRSizeValue() { return (uint8_t)GPRSize; } in getGPRSizeValue()
58 uint8_t getCPR2SizeValue() { return (uint8_t)CPR2Size; } in getCPR2SizeValue()
60 uint32_t getISAExtensionValue() { return (uint32_t)ISAExtension; } in getISAExtensionValue()
[all …]