Searched defs:isAArch64 (Results 1 – 7 of 7) sorted by relevance
27 bool isAArch64; variable184 Decoder(ScopedPrinter &SW, bool isAArch64) : SW(SW), in Decoder()
40 bool isAArch64 = false; variable
434 bool isAArch64; member
832 bool isAArch64() const { in isAArch64() function839 bool isAArch64(int PointerWidth) const { in isAArch64() function
1240 def isAArch64(self): member in Base
1568 ArgStringList &CmdArgs, bool isAArch64) { in CollectARMPACBTIOptions()
6710 bool isAArch64 = S.Context.getTargetInfo().getTriple().isAArch64(); in canPassInRegisters() local