- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 24 for arm (0.05 sec)
-
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)
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 24 12:32:56 UTC 2024 - 21.5K bytes - Viewed (0) -
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
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 18K bytes - Viewed (0) -
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
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Jan 02 21:21:53 UTC 2019 - 13.5K bytes - Viewed (0) -
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
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Sun Jun 16 23:08:08 UTC 2024 - 34.8K bytes - Viewed (0) -
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
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Oct 04 20:20:20 UTC 2021 - 10.7K bytes - Viewed (0) -
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") }
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Dec 07 18:42:59 UTC 2023 - 11.6K bytes - Viewed (0) -
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.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Sep 04 18:16:59 UTC 2024 - 36.9K bytes - Viewed (0) -
src/cmd/asm/internal/asm/operand_test.go
} func Test386OperandParser(t *testing.T) { parser := newParser("386") testOperandParser(t, parser, x86OperandTests) } func TestARMOperandParser(t *testing.T) { parser := newParser("arm") testOperandParser(t, parser, armOperandTests) } func TestARM64OperandParser(t *testing.T) { parser := newParser("arm64") testOperandParser(t, parser, arm64OperandTests) }
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Aug 29 18:31:05 UTC 2023 - 23.9K bytes - Viewed (0) -
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
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 12 03:01:01 UTC 2014 - 34K bytes - Viewed (0) -
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
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0)