Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for ctrl (0.21 sec)

  1. src/cmd/asm/internal/asm/operand_test.go

    	{"(-288-3*8)(R1)", "-312(R1)"},
    	{"(16)(R7)", "16(R7)"},
    	{"(8)(g)", "8(g)"},
    	{"(CTR)", "(CTR)"},
    	{"(R0)", "(R0)"},
    	{"(R3)", "(R3)"},
    	{"(R4)", "(R4)"},
    	{"(R5)", "(R5)"},
    	{"(R5)(R6*1)", "(R5)(R6*1)"},
    	{"(R5+R6)", "(R5)(R6)"},
    	{"-1(R4)", "-1(R4)"},
    	{"-1(R5)", "-1(R5)"},
    	{"6(PC)", "6(PC)"},
    	{"CR7", "CR7"},
    	{"CTR", "CTR"},
    	{"VS0", "VS0"},
    	{"VS1", "VS1"},
    	{"VS2", "VS2"},
    	{"VS3", "VS3"},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 29 18:31:05 GMT 2023
    - 23.9K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	BTRW R11, R11                           // 66450fb3db
    	BTRL $7, (BX)                           // 0fba3307
    	BTRL $7, (R11)                          // 410fba3307
    	BTRL $7, DX                             // 0fbaf207
    	BTRL $7, R11                            // 410fbaf307
    	BTRL DX, (BX)                           // 0fb313
    	BTRL R11, (BX)                          // 440fb31b
    	BTRL DX, (R11)                          // 410fb313
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const CSUSP ideal-int
    pkg syscall (netbsd-arm64-cgo), const CTL_MAXNAME = 12
    pkg syscall (netbsd-arm64-cgo), const CTL_MAXNAME ideal-int
    pkg syscall (netbsd-arm64-cgo), const CTL_NET = 4
    pkg syscall (netbsd-arm64-cgo), const CTL_NET ideal-int
    pkg syscall (netbsd-arm64-cgo), const CTL_QUERY = -2
    pkg syscall (netbsd-arm64-cgo), const CTL_QUERY ideal-int
    pkg syscall (netbsd-arm64-cgo), const DIOCBSFLUSH = 536896632
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (windows-386), const CRYPT_VERIFYCONTEXT = 4026531840
    pkg syscall (windows-386), const CTRL_BREAK_EVENT = 1
    pkg syscall (windows-386), const CTRL_BREAK_EVENT ideal-int
    pkg syscall (windows-386), const CTRL_C_EVENT = 0
    pkg syscall (windows-386), const CTRL_C_EVENT ideal-int
    pkg syscall (windows-386), const DNS_TYPE_A = 1
    pkg syscall (windows-386), const DNS_TYPE_A6 = 38
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/asm.go

    		} else {
    			p.branch(targetAddr, targetProg)
    		}
    	case target.Type == obj.TYPE_MEM && target.Name == obj.NAME_NONE:
    		// JMP 4(R0)
    		*targetAddr = *target
    		// On the ppc64, 9a encodes BR (CTR) as BR CTR. We do the same.
    		if p.arch.Family == sys.PPC64 && target.Offset == 0 {
    			targetAddr.Type = obj.TYPE_REG
    		}
    	case target.Type == obj.TYPE_CONST:
    		// JMP $4
    		*targetAddr = a[0]
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 25.3K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/arm64error.s

    	MSR	R6, CNTPCT_EL0                                   // ERROR "system register is not writable"
    	MSR	R6, CNTVCT_EL0                                   // ERROR "system register is not writable"
    	MSR	R6, CTR_EL0                                      // ERROR "system register is not writable"
    	MSR	R6, CurrentEL                                    // ERROR "system register is not writable"
    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)
  7. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const EPOLLWRNORM ideal-int
    pkg syscall (linux-arm-cgo), const EPOLL_CLOEXEC ideal-int
    pkg syscall (linux-arm-cgo), const EPOLL_CTL_ADD ideal-int
    pkg syscall (linux-arm-cgo), const EPOLL_CTL_DEL ideal-int
    pkg syscall (linux-arm-cgo), const EPOLL_CTL_MOD ideal-int
    pkg syscall (linux-arm-cgo), const EPOLL_NONBLOCK ideal-int
    pkg syscall (linux-arm-cgo), const EPROTO Errno
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  8. api/go1.14.txt

    pkg syscall (windows-386), const CTRL_CLOSE_EVENT = 2
    pkg syscall (windows-386), const CTRL_CLOSE_EVENT ideal-int
    pkg syscall (windows-386), const CTRL_LOGOFF_EVENT = 5
    pkg syscall (windows-386), const CTRL_LOGOFF_EVENT ideal-int
    pkg syscall (windows-386), const CTRL_SHUTDOWN_EVENT = 6
    pkg syscall (windows-386), const CTRL_SHUTDOWN_EVENT ideal-int
    pkg syscall (windows-amd64), const CTRL_CLOSE_EVENT = 2
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  9. lib/time/update.bash

    DATA=2024a
    
    set -e
    
    cd $(dirname $0)
    rm -rf work
    mkdir work
    go build -o work/mkzip mkzip.go # build now for correct paths in build errors
    cd work
    mkdir zoneinfo
    curl -sS -L -O https://www.iana.org/time-zones/repository/releases/tzcode$CODE.tar.gz
    curl -sS -L -O https://www.iana.org/time-zones/repository/releases/tzdata$DATA.tar.gz
    tar xzf tzcode$CODE.tar.gz
    tar xzf tzdata$DATA.tar.gz
    
    Shell Script
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 02 18:20:41 GMT 2024
    - 1.8K bytes
    - Viewed (0)
  10. src/cmd/asm/internal/asm/testdata/arm64.s

    	MSR	R0, CNTKCTL_EL1                    // 00e118d5
    	MRS	CNTP_CTL_EL0, R14                  // 2ee23bd5
    	MSR	R17, CNTP_CTL_EL0                  // 31e21bd5
    	MRS	CNTP_CVAL_EL0, R15                 // 4fe23bd5
    	MSR	R8, CNTP_CVAL_EL0                  // 48e21bd5
    	MRS	CNTP_TVAL_EL0, R6                  // 06e23bd5
    	MSR	R29, CNTP_TVAL_EL0                 // 1de21bd5
    	MRS	CNTP_CTL_EL0, R22                  // 36e23bd5
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 08 03:28:17 GMT 2023
    - 94.9K bytes
    - Viewed (0)
Back to top