Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DMipsABIFlags.h73 enum AFL_FLAGS1 { AFL_FLAGS1_ODDSPREG = 1 }; enumerator
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h71 Value |= (uint32_t)Mips::AFL_FLAGS1_ODDSPREG; in getFlags1Value()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h1050 enum AFL_FLAGS1 { AFL_FLAGS1_NONE = 0, AFL_FLAGS1_ODDSPREG = 1 }; enumerator
1063 uint32_t Flags1 = AFL_FLAGS1_ODDSPREG;
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp2228 {"ODDSPREG", Mips::AFL_FLAGS1_ODDSPREG},