Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp69 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases in operator <<()
DMipsABIFlagsSection.h62 uint32_t getASESetValue() { return (uint32_t)ASESet; } in getASESetValue() function
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp64 OS.EmitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases in operator <<()
DMipsABIFlagsSection.h65 uint32_t getASESetValue() { return (uint32_t)ASESet; } in getASESetValue() function