Home
last modified time | relevance | path

Searched defs:clmulr (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Drv32zbc-valid.s18 clmulr t0, t1, t2 label
H A Drv32zbkc-invalid.s9 clmulr t0, t1, t2 # CHECK: :[[@LINE]]:1: error: instruction requires the following: 'Zbc' (Carry-Le… label
H A Drv32zbc-invalid.s6 clmulr t0, t1 # CHECK: :[[@LINE]]:1: error: too few operands for instruction label
/llvm-project-15.0.7/clang/test/CodeGen/RISCV/rvb-intrinsics/
H A Driscv64-zbc.c46 long clmulr(long a, long b) { in clmulr() function
H A Driscv32-zbc.c46 long clmulr(long a, long b) { in clmulr() function