- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for CSRRS (0.01 seconds)
-
src/cmd/asm/internal/asm/testdata/riscv64error.s
CSRRCI $1, TIME, (X15) // ERROR "needs an integer register output" CSRRS (X10), CYCLE, X5 // ERROR "integer register or immediate expected for 1st operand" CSRRS X0, CYCLE, (X10) // ERROR "needs an integer register output" CSRRS X0, TU, X5 // ERROR "unknown CSR" CSRRS X0, CYCLE // ERROR "missing CSR name" CSRRS $-1, TIME, X15 // ERROR "immediate out of range 0 to 31"
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Apr 01 04:17:57 GMT 2026 - 27.2K bytes - Click Count (0)