Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp62 OS.EmitIntValue(ABIFlagsSection.getISALevelValue(), 1); // isa_level in operator <<()
DMipsABIFlagsSection.h55 uint8_t getISALevelValue() { return (uint8_t)ISALevel; } in getISALevelValue() function
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp57 OS.EmitIntValue(ABIFlagsSection.getISALevelValue(), 1); // isa_level in operator <<()
DMipsABIFlagsSection.h58 uint8_t getISALevelValue() { return (uint8_t)ISALevel; } in getISALevelValue() function