Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Adjtime (0.04 sec)

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

    				prog.From = a[0]
    				prog.Reg = p.getRegister(prog, op, &a[1])
    				break
    			}
    		} else if p.arch.Family == sys.Loong64 {
    			if arch.IsLoong64RDTIME(op) {
    				// The Loong64 RDTIME family of instructions is a bit special,
    				// in that both its register operands are outputs
    				prog.To = a[0]
    				if a[1].Type != obj.TYPE_REG {
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Tue Oct 21 15:13:08 UTC 2025
    - 26.7K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/riscv64.s

    	CSRRW	X10, CYCLE, X5				// f31205c0
    	CSRRW	$2, TIME, X5				// f35211c0
    	CSRRWI	$2, TIME, X5				// f35211c0
    
    	// 8.1: Base Counters and Timers (Zicntr)
    	RDCYCLE		X5				// f32200c0
    	RDTIME		X5				// f32210c0
    	RDINSTRET	X5				// f32220c0
    
    	// 12.3: Integer Conditional Operations (Zicond)
    	CZEROEQZ	X5, X6, X7			// b353530e
    	CZEROEQZ	X5, X7				// b3d3530e
    	CZERONEZ	X5, X6, X7			// b373530e
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Nov 13 12:17:37 UTC 2025
    - 73.7K bytes
    - Viewed (0)
Back to top