Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for arm (0.25 sec)

  1. api/go1.12.txt

    pkg syscall (freebsd-arm), type Stat_t struct, Padding0 int16
    pkg syscall (freebsd-arm), type Stat_t struct, Padding1 int32
    pkg syscall (freebsd-arm), type Stat_t struct, Rdev uint64
    pkg syscall (freebsd-arm), type Stat_t struct, Spare [10]uint64
    pkg syscall (freebsd-arm), type Statfs_t struct, Mntfromname [1024]int8
    pkg syscall (freebsd-arm), type Statfs_t struct, Mntonname [1024]int8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 02 21:21:53 GMT 2019
    - 13.5K bytes
    - Viewed (0)
  2. api/go1.17.txt

    pkg syscall (netbsd-arm), const SYS_WAIT6 = 481
    pkg syscall (netbsd-arm), const SYS_WAIT6 ideal-int
    pkg syscall (netbsd-arm), const WEXITED = 32
    pkg syscall (netbsd-arm), const WEXITED ideal-int
    pkg syscall (netbsd-arm-cgo), const SYS_WAIT6 = 481
    pkg syscall (netbsd-arm-cgo), const SYS_WAIT6 ideal-int
    pkg syscall (netbsd-arm-cgo), const WEXITED = 32
    pkg syscall (netbsd-arm-cgo), const WEXITED ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 18K bytes
    - Viewed (0)
  3. api/go1.10.txt

    pkg debug/elf, const R_ARM_ALU_SB_G2 = 74
    pkg debug/elf, const R_ARM_ALU_SB_G2 R_ARM
    pkg debug/elf, const R_ARM_BASE_ABS = 31
    pkg debug/elf, const R_ARM_BASE_ABS R_ARM
    pkg debug/elf, const R_ARM_CALL = 28
    pkg debug/elf, const R_ARM_CALL R_ARM
    pkg debug/elf, const R_ARM_GOTOFF12 = 98
    pkg debug/elf, const R_ARM_GOTOFF12 R_ARM
    pkg debug/elf, const R_ARM_GOTRELAX = 99
    pkg debug/elf, const R_ARM_GOTRELAX R_ARM
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Feb 06 05:00:01 GMT 2018
    - 30.1K bytes
    - Viewed (0)
  4. api/except.txt

    pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_LIMIT ideal-int
    pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_GET = 515
    pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_GET ideal-int
    pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_LIMIT = 533
    pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_LIMIT ideal-int
    pkg syscall (freebsd-arm), const SizeofBpfHdr = 24
    pkg syscall (freebsd-arm), const SizeofIfData = 88
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu May 25 00:13:30 GMT 2023
    - 34.6K bytes
    - Viewed (0)
  5. api/go1.9.txt

    pkg math/bits (freebsd-arm), const UintSize = 32
    pkg math/bits (freebsd-arm-cgo), const UintSize = 32
    pkg math/bits (linux-386), const UintSize = 32
    pkg math/bits (linux-386-cgo), const UintSize = 32
    pkg math/bits (linux-amd64), const UintSize = 64
    pkg math/bits (linux-amd64-cgo), const UintSize = 64
    pkg math/bits (linux-arm), const UintSize = 32
    pkg math/bits (linux-arm-cgo), const UintSize = 32
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Oct 04 20:20:20 GMT 2021
    - 10.7K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/parse.go

    // atRegisterShift reports whether we are at the start of an ARM shifted register.
    // We have consumed the register or R prefix.
    func (p *Parser) atRegisterShift() bool {
    	// ARM only.
    	if !p.arch.InFamily(sys.ARM, sys.ARM64) {
    		return false
    	}
    	// R1<<...
    	if lex.IsRegisterShift(p.peek()) {
    		return true
    	}
    	// R(1)<<...   Ugly check. TODO: Rethink how we handle ARM register shifts to be
    	// less special.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 36.9K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/arch/arch.go

    	}
    
    	// special operands for DMB/DSB instructions
    	register["MB_SY"] = arm.REG_MB_SY
    	register["MB_ST"] = arm.REG_MB_ST
    	register["MB_ISH"] = arm.REG_MB_ISH
    	register["MB_ISHST"] = arm.REG_MB_ISHST
    	register["MB_NSH"] = arm.REG_MB_NSH
    	register["MB_NSHST"] = arm.REG_MB_NSHST
    	register["MB_OSH"] = arm.REG_MB_OSH
    	register["MB_OSHST"] = arm.REG_MB_OSHST
    
    	instructions := make(map[string]obj.As)
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Mar 21 06:51:28 GMT 2023
    - 21.3K bytes
    - Viewed (0)
  8. api/go1.5.txt

    pkg syscall (freebsd-arm), type SysProcAttr struct, Ctty int
    pkg syscall (freebsd-arm), type SysProcAttr struct, Foreground bool
    pkg syscall (freebsd-arm), type SysProcAttr struct, Pgid int
    pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Ctty int
    pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Foreground bool
    pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Pgid int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/endtoend_test.go

    		buildcfg.GOARM.Version = goarm
    		testEndToEnd(t, "arm", "arm")
    		if goarm == 6 {
    			testEndToEnd(t, "arm", "armv6")
    		}
    	}
    }
    
    func TestGoBuildErrors(t *testing.T) {
    	testErrors(t, "amd64", "buildtagerror")
    }
    
    func TestGenericErrors(t *testing.T) {
    	testErrors(t, "amd64", "duperror")
    }
    
    func TestARMErrors(t *testing.T) {
    	testErrors(t, "arm", "armerror")
    }
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Dec 07 18:42:59 GMT 2023
    - 11.6K bytes
    - Viewed (0)
  10. api/go1.4.txt

    pkg syscall (linux-arm), type SysProcAttr struct, GidMappings []SysProcIDMap
    pkg syscall (linux-arm), type SysProcAttr struct, UidMappings []SysProcIDMap
    pkg syscall (linux-arm), type SysProcIDMap struct
    pkg syscall (linux-arm), type SysProcIDMap struct, ContainerID int
    pkg syscall (linux-arm), type SysProcIDMap struct, HostID int
    pkg syscall (linux-arm), type SysProcIDMap struct, Size int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 12 03:01:01 GMT 2014
    - 34K bytes
    - Viewed (0)
Back to top