Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 58 of 58 for 32 (0.22 sec)

  1. src/cmd/asm/internal/asm/testdata/arm64error.s

    TEXT errors(SB),$0
    	AND	$1, RSP                                          // ERROR "illegal source register"
    	ANDS	$1, R0, RSP                                      // ERROR "illegal combination"
    	ADDSW	R7->32, R14, R13                                 // ERROR "shift amount out of range 0 to 31"
    	ADD	R1.UXTB<<5, R2, R3                               // ERROR "shift amount out of range 0 to 4"
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 37.8K bytes
    - Viewed (0)
  2. api/go1.10.txt

    pkg debug/elf, const R_ARM_ALU_PCREL_15_8 R_ARM
    pkg debug/elf, const R_ARM_ALU_PCREL_23_15 = 34
    pkg debug/elf, const R_ARM_ALU_PCREL_23_15 R_ARM
    pkg debug/elf, const R_ARM_ALU_PCREL_7_0 = 32
    pkg debug/elf, const R_ARM_ALU_PCREL_7_0 R_ARM
    pkg debug/elf, const R_ARM_ALU_PC_G0 = 58
    pkg debug/elf, const R_ARM_ALU_PC_G0 R_ARM
    pkg debug/elf, const R_ARM_ALU_PC_G0_NC = 57
    pkg debug/elf, const R_ARM_ALU_PC_G0_NC R_ARM
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Feb 06 05:00:01 GMT 2018
    - 30.1K bytes
    - Viewed (0)
  3. misc/cgo/gmp/gmp.go

    	}
    	return z
    }
    
    // SetInt64 sets z = x and returns z.
    func (z *Int) SetInt64(x int64) *Int {
    	z.doinit()
    	// TODO(rsc): more work on 32-bit platforms
    	C.mpz_set_si(&z.i[0], C.long(x))
    	return z
    }
    
    // SetString interprets s as a number in the given base
    // and sets z to that value.  The base must be in the range [2,36].
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Apr 11 16:34:30 GMT 2022
    - 9.5K bytes
    - Viewed (0)
  4. api/go1.11.txt

    pkg debug/elf, const EM_Z80 = 220
    pkg debug/elf, const EM_Z80 Machine
    pkg debug/elf, const EM_ZSP = 79
    pkg debug/elf, const EM_ZSP Machine
    pkg debug/elf, const R_RISCV_32 = 1
    pkg debug/elf, const R_RISCV_32 R_RISCV
    pkg debug/elf, const R_RISCV_64 = 2
    pkg debug/elf, const R_RISCV_64 R_RISCV
    pkg debug/elf, const R_RISCV_ADD16 = 34
    pkg debug/elf, const R_RISCV_ADD16 R_RISCV
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 22 03:48:56 GMT 2018
    - 25K bytes
    - Viewed (2)
  5. src/archive/zip/writer.go

    		b.uint16(h.Method)
    		b.uint16(h.ModifiedTime)
    		b.uint16(h.ModifiedDate)
    		b.uint32(h.CRC32)
    		if h.isZip64() || h.offset >= uint32max {
    			// the file needs a zip64 header. store maxint in both
    			// 32 bit size fields (and offset later) to signal that the
    			// zip64 extra header should be used.
    			b.uint32(uint32max) // compressed size
    			b.uint32(uint32max) // uncompressed size
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 04 14:28:57 GMT 2024
    - 19.3K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/riscv64.s

    	MOV	$2147483647, X5				// b70200809b82f2ff
    	MOV	$-2147483647, X5			// b70200809b821200
    
    	// Converted to load of symbol (AUIPC + LD)
    	MOV	$4294967295, X5				// 9702000083b20200
    	// Converted to MOV $1, X5 + SLLI $32, X5
    	MOV	$4294967296, X5				// 9302100093920202
    
    	MOV	(X5), X6				// 03b30200
    	MOV	4(X5), X6				// 03b34200
    	MOVB	(X5), X6				// 03830200
    	MOVB	4(X5), X6				// 03834200
    	MOVH	(X5), X6				// 03930200
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 22 04:42:21 GMT 2024
    - 16.7K bytes
    - Viewed (1)
  7. api/go1.2.txt

    pkg syscall (darwin-386), const PRIO_USER = 2
    pkg syscall (darwin-386), const PRIO_USER ideal-int
    pkg syscall (darwin-386), const SizeofICMPv6Filter = 32
    pkg syscall (darwin-386), const SizeofICMPv6Filter ideal-int
    pkg syscall (darwin-386), const SizeofIPv6MTUInfo = 32
    pkg syscall (darwin-386), const SizeofIPv6MTUInfo ideal-int
    pkg syscall (darwin-386), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error)
    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)
  8. api/go1.21.txt

    pkg debug/elf, const DF_1_GROUP DynFlag1 #56887
    pkg debug/elf, const DF_1_IGNMULDEF = 262144 #56887
    pkg debug/elf, const DF_1_IGNMULDEF DynFlag1 #56887
    pkg debug/elf, const DF_1_INITFIRST = 32 #56887
    pkg debug/elf, const DF_1_INITFIRST DynFlag1 #56887
    pkg debug/elf, const DF_1_INTERPOSE = 1024 #56887
    pkg debug/elf, const DF_1_INTERPOSE DynFlag1 #56887
    pkg debug/elf, const DF_1_KMOD = 268435456 #56887
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Aug 07 09:39:17 GMT 2023
    - 25.6K bytes
    - Viewed (0)
Back to top