Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dwaitpkg-intrinsics.ll21 define i8 @test_umwait(i32 %control, i32 %counter_high, i32 %counter_low) {
22 ; X64-LABEL: test_umwait:
30 ; X32-LABEL: test_umwait:
/llvm-project-15.0.7/clang/test/CodeGen/X86/
H A Dwaitpkg.c15 uint8_t test_umwait(uint32_t control, uint64_t counter) { in test_umwait() function