Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsRISCV64CSRO (0.04 sec)

  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
    				}
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Tue Oct 21 15:13:08 UTC 2025
    - 26.7K bytes
    - Viewed (0)
Back to top