Home
last modified time | relevance | path

Searched refs:Flags1 (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h476 MIPS_AFL_FLAGS1 Flags1; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h1025 uint32_t Flags1 = AFL_FLAGS1_ODDSPREG; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp630 unsigned Flags1 = getUndefRegState(Cond[1].isUndef()); in insertBranch() local
635 BuildMI(&MBB, DL, get(BccOpc)).addReg(Cond[1].getReg(), Flags1). in insertBranch()
638 BuildMI(&MBB, DL, get(BccOpc)).addReg(Cond[1].getReg(), Flags1). in insertBranch()
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1139 ULONG32 Flags1; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp1137 Flags.flags1 = Section.Flags1; in writeSectionContent()
DELFYAML.cpp1173 IO.mapOptional("Flags1", Section.Flags1, ELFYAML::MIPS_AFL_FLAGS1(0)); in sectionMapping()