Searched refs:ABI (Results 1 – 4 of 4) sorted by relevance
371 enum class ABI { kArm, kArm64, kX86, kX86_64 }; in DumpABI() enum373 constexpr ABI kDumperABI = ABI::kArm; in DumpABI()375 constexpr ABI kDumperABI = ABI::kArm64; in DumpABI()377 constexpr ABI kDumperABI = ABI::kX86; in DumpABI()379 constexpr ABI kDumperABI = ABI::kX86_64; in DumpABI()388 ABI to_print; in DumpABI()393 case ABI::kArm: in DumpABI()394 case ABI::kArm64: in DumpABI()395 to_print = ABI::kArm64; in DumpABI()397 case ABI::kX86: in DumpABI()[all …]
2 on 32bits architectures. The move to hard float ABI makes it so that the
19 // communicate to the system trace. This is an API whose ABI is maintained
524 str lr, [sp, r10] @ Store link register per the compiler ABI