- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for CSRRS (0.01 sec)
-
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"
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Sep 24 13:21:53 UTC 2025 - 26.8K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/riscv64.s
CSRRC X0, CYCLE, X0 // 733000c0 CSRRC X10, CYCLE, X5 // f33205c0 CSRRC $2, TIME, X5 // f37211c0 CSRRCI $2, TIME, X5 // f37211c0 CSRRS X0, CYCLE, X5 // f32200c0 CSRRS X0, CYCLE, X0 // 732000c0 CSRRS X10, CYCLE, X5 // f32205c0 CSRRS $2, TIME, X5 // f36211c0 CSRRS X0, VLENB, X5 // f32220c2 CSRRSI $2, TIME, X5 // f36211c0 CSRRW X0, CYCLE, X5 // f31200c0 CSRRW X0, CYCLE, X0 // 731000c0
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Nov 13 12:17:37 UTC 2025 - 73.7K bytes - Viewed (0)