Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for nodes (0.38 sec)

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

    				// 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 {
    					p.errorf("invalid addressing modes for 2nd operand to %s instruction, must be register", op)
    					return
    				}
    				prog.RegTo2 = a[1].Reg
    				break
    			}
    		}
    		prog.From = a[0]
    		prog.To = a[1]
    	case 3:
    		switch p.arch.Family {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 25.3K bytes
    - Viewed (0)
  2. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const MS_MGC_VAL ideal-int
    pkg syscall (linux-arm-cgo), const MS_MOVE ideal-int
    pkg syscall (linux-arm-cgo), const MS_NOATIME ideal-int
    pkg syscall (linux-arm-cgo), const MS_NODEV ideal-int
    pkg syscall (linux-arm-cgo), const MS_NODIRATIME ideal-int
    pkg syscall (linux-arm-cgo), const MS_NOEXEC ideal-int
    pkg syscall (linux-arm-cgo), const MS_NOSUID ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top