Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for addresses (0.26 sec)

  1. api/go1.15.txt

    pkg debug/pe, const IMAGE_FILE_DLL ideal-int
    pkg debug/pe, const IMAGE_FILE_EXECUTABLE_IMAGE = 2
    pkg debug/pe, const IMAGE_FILE_EXECUTABLE_IMAGE ideal-int
    pkg debug/pe, const IMAGE_FILE_LARGE_ADDRESS_AWARE = 32
    pkg debug/pe, const IMAGE_FILE_LARGE_ADDRESS_AWARE ideal-int
    pkg debug/pe, const IMAGE_FILE_LINE_NUMS_STRIPPED = 4
    pkg debug/pe, const IMAGE_FILE_LINE_NUMS_STRIPPED ideal-int
    pkg debug/pe, const IMAGE_FILE_LOCAL_SYMS_STRIPPED = 8
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Jul 17 02:15:01 GMT 2020
    - 7.6K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/arch/arm64.go

    		case "UXTH":
    			if a.Type == obj.TYPE_MEM {
    				return errors.New("invalid shift for the register offset addressing mode")
    			}
    			a.Reg = arm64.REG_UXTH + Rnum
    		case "UXTW":
    			// effective address of memory is a base register value and an offset register value.
    			if a.Type == obj.TYPE_MEM {
    				a.Index = arm64.REG_UXTW + Rnum
    			} else {
    				a.Reg = arm64.REG_UXTW + Rnum
    			}
    		case "UXTX":
    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)
  3. src/cmd/asm/internal/asm/testdata/riscv64.s

    	JMP	4(X5)					// 67804200
    
    	// CALL and JMP to symbol are encoded as JAL (using LR or ZERO
    	// respectively), with a R_RISCV_JAL relocation. The linker resolves
    	// the real address and updates the immediate, using a trampoline in
    	// the case where the address is not directly reachable.
    	CALL	asmtest(SB)				// ef000000
    	JMP	asmtest(SB)				// 6f000000
    
    	// Branch pseudo-instructions
    	BEQZ	X5, 2(PC)				// 63840200
    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)
  4. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type ICMPv6Filter struct
    pkg syscall (freebsd-386-cgo), type ICMPv6Filter struct, Filt [8]uint32
    pkg syscall (freebsd-386-cgo), type IPMreqn struct
    pkg syscall (freebsd-386-cgo), type IPMreqn struct, Address [4]uint8
    pkg syscall (freebsd-386-cgo), type IPMreqn struct, Ifindex int32
    pkg syscall (freebsd-386-cgo), type IPMreqn struct, Multiaddr [4]uint8
    pkg syscall (freebsd-386-cgo), type IPv6MTUInfo struct
    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