Searched defs:MipsABIFlagsSection (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 21 struct MipsABIFlagsSection { struct 23 enum class FpABIKind { ANY, XX, S32, S64, SOFT }; 26 uint16_t Version; 51 MipsABIFlagsSection() in MipsABIFlagsSection() function 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/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 21 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 …]
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 21 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 …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringMIPS32.h | 967 struct MipsABIFlagsSection { struct 970 enum AFL_VERSION { 975 enum AFL_ISA_LEVEL { 981 enum AFL_ISA_REV { 987 enum AFL_REG { 995 enum AFL_FP_ABI { 1004 enum AFL_EXT { 1027 enum AFL_ASE { 1060 MipsABIFlagsSection() = default; argument
|