Changeset 1973 for binutils/trunk/elfcpp/mips.h
- Timestamp:
- Feb 6, 2017, 1:00:00 PM (8 years ago)
- Location:
- binutils/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binutils/trunk ¶
-
Property svn:mergeinfo
set to
/binutils/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
TabularUnified binutils/trunk/elfcpp/mips.h ¶
r970 r1973 1 1 // mips.h -- ELF definitions specific to EM_MIPS -*- C++ -*- 2 2 3 // Copyright (C) 2012-201 4Free Software Foundation, Inc.3 // Copyright (C) 2012-2016 Free Software Foundation, Inc. 4 4 // Written by Sasa Stankovic <sasa.stankovic@imgtec.com> 5 5 // and Aleksandar Simeonov <aleksandar.simeonov@rt-rk.com>. … … 99 99 R_MIPS_TLS_TPREL_LO16 = 50, 100 100 R_MIPS_GLOB_DAT = 51, 101 R_MIPS_PC21_S2 = 60, 102 R_MIPS_PC26_S2 = 61, 103 R_MIPS_PC18_S3 = 62, 104 R_MIPS_PC19_S2 = 63, 105 R_MIPS_PCHI16 = 64, 106 R_MIPS_PCLO16 = 65, 101 107 // These relocs are used for the mips16. 102 108 R_MIPS16_26 = 100, … … 194 200 // (regs are 32-bits wide.) 195 201 EF_MIPS_32BITMODE = 0x00000100, 202 // 32-bit machine but FP registers are 64 bit (-mfp64). 203 EF_MIPS_FP64 = 0x00000200, 204 /// Code in file uses the IEEE 754-2008 NaN encoding convention. 205 EF_MIPS_NAN2008 = 0x00000400, 196 206 // MIPS dynamic 197 207 EF_MIPS_DYNAMIC = 0x40 … … 221 231 E_MIPS_MACH_OCTEON3 = 0x008e0000, 222 232 E_MIPS_MACH_5400 = 0x00910000, 233 E_MIPS_MACH_5900 = 0x00920000, 223 234 E_MIPS_MACH_5500 = 0x00980000, 224 235 E_MIPS_MACH_9000 = 0x00990000, … … 257 268 }; 258 269 270 // Values for the xxx_size bytes of an ABI flags structure. 271 enum 272 { 273 // No registers. 274 AFL_REG_NONE = 0x00, 275 // 32-bit registers. 276 AFL_REG_32 = 0x01, 277 // 64-bit registers. 278 AFL_REG_64 = 0x02, 279 // 128-bit registers. 280 AFL_REG_128 = 0x03 281 }; 282 283 // Masks for the ases word of an ABI flags structure. 284 enum 285 { 286 // DSP ASE. 287 AFL_ASE_DSP = 0x00000001, 288 // DSP R2 ASE. 289 AFL_ASE_DSPR2 = 0x00000002, 290 // Enhanced VA Scheme. 291 AFL_ASE_EVA = 0x00000004, 292 // MCU (MicroController) ASE. 293 AFL_ASE_MCU = 0x00000008, 294 // MDMX ASE. 295 AFL_ASE_MDMX = 0x00000010, 296 // MIPS-3D ASE. 297 AFL_ASE_MIPS3D = 0x00000020, 298 // MT ASE. 299 AFL_ASE_MT = 0x00000040, 300 // SmartMIPS ASE. 301 AFL_ASE_SMARTMIPS = 0x00000080, 302 // VZ ASE. 303 AFL_ASE_VIRT = 0x00000100, 304 // MSA ASE. 305 AFL_ASE_MSA = 0x00000200, 306 // MIPS16 ASE. 307 AFL_ASE_MIPS16 = 0x00000400, 308 // MICROMIPS ASE. 309 AFL_ASE_MICROMIPS = 0x00000800, 310 // XPA ASE. 311 AFL_ASE_XPA = 0x00001000 312 }; 313 314 // Values for the isa_ext word of an ABI flags structure. 315 enum 316 { 317 // RMI Xlr instruction. 318 AFL_EXT_XLR = 1, 319 // Cavium Networks Octeon2. 320 AFL_EXT_OCTEON2 = 2, 321 // Cavium Networks OcteonP. 322 AFL_EXT_OCTEONP = 3, 323 // Loongson 3A. 324 AFL_EXT_LOONGSON_3A = 4, 325 // Cavium Networks Octeon. 326 AFL_EXT_OCTEON = 5, 327 // MIPS R5900 instruction. 328 AFL_EXT_5900 = 6, 329 // MIPS R4650 instruction. 330 AFL_EXT_4650 = 7, 331 // LSI R4010 instruction. 332 AFL_EXT_4010 = 8, 333 // NEC VR4100 instruction. 334 AFL_EXT_4100 = 9, 335 // Toshiba R3900 instruction. 336 AFL_EXT_3900 = 10, 337 // MIPS R10000 instruction. 338 AFL_EXT_10000 = 11, 339 // Broadcom SB-1 instruction. 340 AFL_EXT_SB1 = 12, 341 // NEC VR4111/VR4181 instruction. 342 AFL_EXT_4111 = 13, 343 // NEC VR4120 instruction. 344 AFL_EXT_4120 = 14, 345 // NEC VR5400 instruction. 346 AFL_EXT_5400 = 15, 347 // NEC VR5500 instruction. 348 AFL_EXT_5500 = 16, 349 // ST Microelectronics Loongson 2E. 350 AFL_EXT_LOONGSON_2E = 17, 351 // ST Microelectronics Loongson 2F. 352 AFL_EXT_LOONGSON_2F = 18, 353 // Cavium Networks Octeon3. 354 AFL_EXT_OCTEON3 = 19 355 }; 356 357 // Masks for the flags1 word of an ABI flags structure. 358 enum 359 { 360 // Uses odd single-precision registers. 361 AFL_FLAGS1_ODDSPREG = 1 362 }; 363 364 // Object attribute tags. 365 enum 366 { 367 // 0-3 are generic. 368 // Floating-point ABI used by this object file. 369 Tag_GNU_MIPS_ABI_FP = 4, 370 // MSA ABI used by this object file. 371 Tag_GNU_MIPS_ABI_MSA = 8 372 }; 373 374 // Object attribute values. 375 enum 376 { 377 // Values defined for Tag_GNU_MIPS_ABI_FP. 378 // Not tagged or not using any ABIs affected by the differences. 379 Val_GNU_MIPS_ABI_FP_ANY = 0, 380 // Using hard-float -mdouble-float. 381 Val_GNU_MIPS_ABI_FP_DOUBLE = 1, 382 // Using hard-float -msingle-float. 383 Val_GNU_MIPS_ABI_FP_SINGLE = 2, 384 // Using soft-float. 385 Val_GNU_MIPS_ABI_FP_SOFT = 3, 386 // Using -mips32r2 -mfp64. 387 Val_GNU_MIPS_ABI_FP_OLD_64 = 4, 388 // Using -mfpxx 389 Val_GNU_MIPS_ABI_FP_XX = 5, 390 // Using -mips32r2 -mfp64. 391 Val_GNU_MIPS_ABI_FP_64 = 6, 392 // Using -mips32r2 -mfp64 -mno-odd-spreg. 393 Val_GNU_MIPS_ABI_FP_64A = 7, 394 // This is reserved for backward-compatibility with an earlier 395 // implementation of the MIPS NaN2008 functionality. 396 Val_GNU_MIPS_ABI_FP_NAN2008 = 8, 397 398 // Values defined for Tag_GNU_MIPS_ABI_MSA. 399 // Not tagged or not using any ABIs affected by the differences. 400 Val_GNU_MIPS_ABI_MSA_ANY = 0, 401 // Using 128-bit MSA. 402 Val_GNU_MIPS_ABI_MSA_128 = 1 403 }; 404 259 405 enum 260 406 { … … 340 486 { return (e_flags & elfcpp::EF_MIPS_ABI2) != 0; } 341 487 342 // Whether the ABI is N64.488 // Whether the ISA is R6. 343 489 bool 344 abi_64(unsigned char ei_class) 345 { return ei_class == elfcpp::ELFCLASS64; } 490 r6_isa(elfcpp::Elf_Word e_flags) 491 { 492 return ((e_flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_32R6) 493 || ((e_flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_64R6); 494 } 346 495 347 496 // Whether the file has microMIPS code.
Note:
See TracChangeset
for help on using the changeset viewer.