Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for Enum (0.16 sec)

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

    				a.Index = arm64.REG_SXTW + Rnum
    			} else {
    				a.Reg = arm64.REG_SXTW + Rnum
    			}
    		case "SXTX":
    			if a.Type == obj.TYPE_MEM {
    				a.Index = arm64.REG_SXTX + Rnum
    			} else {
    				a.Reg = arm64.REG_SXTX + Rnum
    			}
    		case "LSL":
    			a.Index = arm64.REG_LSL + Rnum
    		default:
    			return errors.New("unsupported general register extension type: " + ext)
    
    		}
    	} else if reg <= arm64.REG_V31 && reg >= arm64.REG_V0 {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Sep 29 09:04:58 GMT 2022
    - 10.4K bytes
    - Viewed (0)
  2. api/go1.2.txt

    pkg syscall (netbsd-386), type Sysctlnode struct
    pkg syscall (netbsd-386), type Sysctlnode struct, Flags uint32
    pkg syscall (netbsd-386), type Sysctlnode struct, Name [32]int8
    pkg syscall (netbsd-386), type Sysctlnode struct, Num int32
    pkg syscall (netbsd-386), type Sysctlnode struct, Un [16]uint8
    pkg syscall (netbsd-386), type Sysctlnode struct, Ver uint32
    pkg syscall (netbsd-386), type Sysctlnode struct, X__rsvd uint32
    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