Searched defs:mips_elf_abiflags_v0 (Results 1 – 2 of 2) sorted by relevance
189 struct mips_elf_abiflags_v0 { struct190 uint16_t version; /* Version of flags structure */191 uint8_t isa_level; /* The level of the ISA: 1-5, 32, 64 */192 uint8_t isa_rev; /* The revision of ISA: 0 for MIPS V and below,194 uint8_t gpr_size; /* The size of general purpose registers */195 uint8_t cpr1_size; /* The size of co-processor 1 registers */196 uint8_t cpr2_size; /* The size of co-processor 2 registers */197 uint8_t fp_abi; /* The floating-point ABI */198 uint32_t isa_ext; /* Mask of processor-specific extensions */199 uint32_t ases; /* Mask of ASEs used */[all …]
106 typedef struct mips_elf_abiflags_v0 { struct107 uint16_t version; /* Version of flags structure */108 uint8_t isa_level; /* The level of the ISA: 1-5, 32, 64 */109 uint8_t isa_rev; /* The revision of ISA: */112 uint8_t gpr_size; /* The size of general purpose registers */113 uint8_t cpr1_size; /* The size of co-processor 1 registers */114 uint8_t cpr2_size; /* The size of co-processor 2 registers */115 uint8_t fp_abi; /* The floating-point ABI */116 uint32_t isa_ext; /* Mask of processor-specific extensions */117 uint32_t ases; /* Mask of ASEs used */[all …]