Home | History | Annotate | Download | only in gold

Lines Matching refs:extension

992   // Processor-specific extension.
3955 // Return the MACH for each .MIPS.abiflags ISA Extension.
3959 // Return the .MIPS.abiflags value representing each ISA Extension.
3992 // Check whether machine EXTENSION is an extension of machine BASE.
4088 // element is extension, second element is base.
4112 // R5000 extensions. Note: the vr5500 ISA is an extension of the core
4157 add_extension(unsigned int base, unsigned int extension)
4159 std::pair<unsigned int, unsigned int> ext(base, extension);
8799 // Return the MACH for each .MIPS.abiflags ISA Extension.
8866 // Return the .MIPS.abiflags value representing each ISA Extension.
9090 // The isa_ext is allowed to be an extension of what can be inferred
9225 // Check whether machine EXTENSION is an extension of machine BASE.
9229 unsigned int extension)
9231 if (extension == base)
9235 && this->mips_mach_extends(mach_mipsisa64, extension))
9239 && this->mips_mach_extends(mach_mipsisa64r2, extension))
9243 if (extension == this->mips_mach_extensions_[i].first)
9245 extension = this->mips_mach_extensions_[i].second;
9246 if (extension == base)
9311 // Output ISA isn't the same as, or an extension of, input ISA.
10492 // extension in general, as that is useful for GCC.