Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dwaitpkg-intrinsics.ll43 define i8 @test_tpause(i32 %control, i32 %counter_high, i32 %counter_low) {
44 ; X64-LABEL: test_tpause:
52 ; X32-LABEL: test_tpause:
/llvm-project-15.0.7/clang/test/CodeGen/X86/
H A Dwaitpkg.c21 uint8_t test_tpause(uint32_t control, uint64_t counter) { in test_tpause() function