Home
last modified time | relevance | path

Searched refs:_tile_dpbssd (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/X86/
H A Damx_errors.c10 _tile_dpbssd(16, 2, 3); // expected-error {{argument value 16 is outside the valid range [0, 7]}} in test_amx()
11 _tile_dpbssd(0, 16, 3); // expected-error {{argument value 16 is outside the valid range [0, 7]}} in test_amx()
H A Damx.c27 _tile_dpbssd(1, 2, 3); in test_amx()
/llvm-project-15.0.7/clang/lib/Headers/
H A Damxintrin.h151 #define _tile_dpbssd(dst, src0, src1) \ macro