Searched refs:__dsb (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | arm_acle.h | 35 #if !__has_builtin(__dsb) 36 #define __dsb(i) __builtin_arm_dsb(i) macro
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | BuiltinsARM.def | 226 LANGBUILTIN(__dsb, "vUi", "nc", ALL_MS_LANGUAGES)
|
H A D | BuiltinsAArch64.def | 103 LANGBUILTIN(__dsb, "vUi", "nc", ALL_MS_LANGUAGES)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsARM.td | 305 def int_arm_dsb : ClangBuiltin<"__builtin_arm_dsb">, MSBuiltin<"__dsb">,
|
H A D | IntrinsicsAArch64.td | 84 def int_aarch64_dsb : ClangBuiltin<"__builtin_arm_dsb">, MSBuiltin<"__dsb">,
|