Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for IsRISCV64CSRO (0.07 seconds)

  1. src/cmd/asm/internal/asm/asm.go

    					return
    				}
    				prog.RegTo2 = a[2].Reg
    				break
    			}
    			// RISCV64 instructions that reference CSRs with symbolic names.
    			if isImm, ok := arch.IsRISCV64CSRO(op); ok {
    				if a[0].Type != obj.TYPE_CONST && isImm {
    					p.errorf("invalid value for first operand to %s instruction, must be a 5 bit unsigned immediate", op)
    					return
    				}
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue Oct 21 15:13:08 GMT 2025
    - 26.7K bytes
    - Click Count (0)
Back to Top