Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsABIFlagsSection.h32 Mips::AFL_REG GPRSize = Mips::AFL_REG_NONE;
34 Mips::AFL_REG CPR1Size = Mips::AFL_REG_NONE;
36 Mips::AFL_REG CPR2Size = Mips::AFL_REG_NONE;
133 CPR1Size = Mips::AFL_REG_NONE; in setCPR1SizeFromPredicates()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDMipsABIFlags.h24 AFL_REG_NONE = 0x00, // No registers enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp1544 ELFYAML::MIPS_AFL_REG(Mips::AFL_REG_NONE)); in sectionMapping()
1546 ELFYAML::MIPS_AFL_REG(Mips::AFL_REG_NONE)); in sectionMapping()
1548 ELFYAML::MIPS_AFL_REG(Mips::AFL_REG_NONE)); in sectionMapping()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp3299 case Mips::AFL_REG_NONE: in getMipsRegisterSize()