Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp59 OS.EmitIntValue(ABIFlagsSection.getGPRSizeValue(), 1); // gpr_size in operator <<()
DMipsABIFlagsSection.h60 uint8_t getGPRSizeValue() { return (uint8_t)GPRSize; } in getGPRSizeValue() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.cpp64 OS.EmitIntValue(ABIFlagsSection.getGPRSizeValue(), 1); // gpr_size in operator <<()
DMipsABIFlagsSection.h57 uint8_t getGPRSizeValue() { return (uint8_t)GPRSize; } in getGPRSizeValue() function