Home
last modified time | relevance | path

Searched refs:getISAExtensionValue (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsABIFlagsSection.cpp67 OS.emitIntValue(ABIFlagsSection.getISAExtensionValue(), 4); // isa_ext in operator <<()
HDMipsABIFlagsSection.h60 uint32_t getISAExtensionValue() { return (uint32_t)ISAExtension; } in getISAExtensionValue() function