Searched refs:_tile_dpbssd (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/X86/ |
| H A D | amx_errors.c | 10 _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 D | amx.c | 27 _tile_dpbssd(1, 2, 3); in test_amx()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | amxintrin.h | 151 #define _tile_dpbssd(dst, src0, src1) \ macro
|