[PATCH] D126024: [MSVC, ARM64] Add __readx18 intrinsics

Stephen Long via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 19 15:18:18 PDT 2022


steplong created this revision.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
steplong requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

https://docs.microsoft.com/en-us/cpp/intrinsics/arm64-intrinsics?view=msvc-170

  unsigned char __readx18byte(unsigned long)
  unsigned short __readx18word(unsigned long)
  unsigned long __readx18dword(unsigned long)
  unsigned __int64 __readx18qword(unsigned long)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D126024

Files:
  clang/include/clang/Basic/BuiltinsAArch64.def
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/lib/Headers/intrin.h
  clang/test/CodeGen/arm64-microsoft-intrinsics.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126024.430828.patch
Type: text/x-patch
Size: 6312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220519/1ab374b0/attachment-0001.bin>


More information about the cfe-commits mailing list