Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp471 void selectArch(StringRef ArchFeature) { in selectArch() function in __anona2e40b320211::MipsAsmParser
7575 selectArch(ArchFeatureName); in parseSetArchDirective()
7606 selectArch("mips1"); in parseSetFeature()
7610 selectArch("mips2"); in parseSetFeature()
7614 selectArch("mips3"); in parseSetFeature()
7618 selectArch("mips4"); in parseSetFeature()
7622 selectArch("mips5"); in parseSetFeature()
7626 selectArch("mips32"); in parseSetFeature()
7630 selectArch("mips32r2"); in parseSetFeature()
7634 selectArch("mips32r3"); in parseSetFeature()
[all …]