Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp68 OS.EmitIntValue(ABIFlagsSection.getISAExtensionValue(), 4); // isa_ext in operator <<()
DMipsABIFlagsSection.h61 uint32_t getISAExtensionValue() { return (uint32_t)ISAExtension; } in getISAExtensionValue() function
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp63 OS.EmitIntValue(ABIFlagsSection.getISAExtensionValue(), 4); // isa_ext in operator <<()
DMipsABIFlagsSection.h64 uint32_t getISAExtensionValue() { return (uint32_t)ISAExtension; } in getISAExtensionValue() function