Home
last modified time | relevance | path

Searched refs:test_enqcmd (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/test/CodeGen/X86/
H A Denqcmd-intrinsics.ll7 define i8 @test_enqcmd(ptr %dst, ptr %src) {
8 ; X64-LABEL: test_enqcmd:
14 ; X86-LABEL: test_enqcmd:
22 ; X32-LABEL: test_enqcmd:
28 ; EGPR-LABEL: test_enqcmd:
/llvm-project/clang/test/CodeGen/X86/
H A Dx86-enqcmd-builtins.c6 int test_enqcmd(void *dst, const void *src) { in test_enqcmd() function