Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h21 struct MipsABIFlagsSection { struct
23 enum class FpABIKind { ANY, XX, S32, S64, SOFT };
26 uint16_t Version;
51 MipsABIFlagsSection() in MipsABIFlagsSection() argument
57 uint16_t getVersionValue() { return (uint16_t)Version; } in getVersionValue()
58 uint8_t getISALevelValue() { return (uint8_t)ISALevel; } in getISALevelValue()
59 uint8_t getISARevisionValue() { return (uint8_t)ISARevision; } in getISARevisionValue()
60 uint8_t getGPRSizeValue() { return (uint8_t)GPRSize; } in getGPRSizeValue()
62 uint8_t getCPR2SizeValue() { return (uint8_t)CPR2Size; } in getCPR2SizeValue()
64 uint32_t getISAExtensionValue() { return (uint32_t)ISAExtension; } in getISAExtensionValue()
[all …]
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h973 struct MipsABIFlagsSection { struct
976 enum AFL_VERSION {
981 enum AFL_ISA_LEVEL {
987 enum AFL_ISA_REV {
993 enum AFL_REG {
1001 enum AFL_FP_ABI {
1010 enum AFL_EXT {
1033 enum AFL_ASE {
1066 MipsABIFlagsSection() = default; argument