Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td176 // Vararg functions on Arm64EC ABI use a different convention, using
216 // Arm64EC thunks use a calling convention that's precisely the x64 calling
277 // Arm64EC thunks: the first argument is always a pointer to the destination
587 // To match the x64 calling convention, Arm64EC thunks preserve q6-q15.
/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h474 return chpe_range_type::Arm64EC; in getArm64ECRangeType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h748 enum chpe_range_type { Arm64 = 0, Arm64EC = 1, Amd64 = 2 }; enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp867 case chpe_range_type::Arm64EC: in printCOFFLoadConfig()