Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for ctrl (0.18 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.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 May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. src/cmd/asm/internal/asm/testdata/ppc64.s

    	BC $20,CR0LT,CTR                // 4e800420
    	BC $20,CR0GT,CTR                // 4e810420
    	BC 20,CR0LT,CTR                 // BC $20,CR0LT,CTR // 4e800420
    	BC 20,undefined_symbol,CTR      // BC $20,CR0LT,CTR // 4e800420
    	BC 20,undefined_symbol+1,CTR    // BC $20,CR0GT,CTR // 4e810420
    	JMP CTR                         // 4e800420
    	BR CTR                          // JMP CTR // 4e800420
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Apr 24 15:53:25 GMT 2024
    - 49K bytes
    - Viewed (0)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), const CSUSP = 26
    pkg syscall (darwin-arm64), const CSUSP ideal-int
    pkg syscall (darwin-arm64), const CTL_MAXNAME = 12
    pkg syscall (darwin-arm64), const CTL_MAXNAME ideal-int
    pkg syscall (darwin-arm64), const CTL_NET = 4
    pkg syscall (darwin-arm64), const CTL_NET ideal-int
    pkg syscall (darwin-arm64), const DLT_APPLE_IP_OVER_IEEE1394 = 138
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/arch/arch.go

    	}
    	for i := ppc64.REG_CR0LT; i <= ppc64.REG_CR7SO; i++ {
    		register[obj.Rconv(i)] = int16(i)
    	}
    	register["CR"] = ppc64.REG_CR
    	register["XER"] = ppc64.REG_XER
    	register["LR"] = ppc64.REG_LR
    	register["CTR"] = ppc64.REG_CTR
    	register["FPSCR"] = ppc64.REG_FPSCR
    	register["MSR"] = ppc64.REG_MSR
    	// Pseudo-registers.
    	register["SB"] = RSB
    	register["FP"] = RFP
    	register["PC"] = RPC
    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)
  9. 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 May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const CSUSP ideal-int #53466
    pkg syscall (freebsd-riscv64), const CTL_MAXNAME = 24 #53466
    pkg syscall (freebsd-riscv64), const CTL_MAXNAME ideal-int #53466
    pkg syscall (freebsd-riscv64), const CTL_NET = 4 #53466
    pkg syscall (freebsd-riscv64), const CTL_NET ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_A429 = 184 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top