Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for ra (0.26 sec)

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

    		name := fmt.Sprintf("F%d", i-riscv.REG_F0)
    		register[name] = int16(i)
    	}
    
    	// General registers with ABI names.
    	register["ZERO"] = riscv.REG_ZERO
    	register["RA"] = riscv.REG_RA
    	register["SP"] = riscv.REG_SP
    	register["GP"] = riscv.REG_GP
    	register["TP"] = riscv.REG_TP
    	register["T0"] = riscv.REG_T0
    	register["T1"] = riscv.REG_T1
    	register["T2"] = riscv.REG_T2
    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)
  2. src/cmd/asm/internal/asm/testdata/arm64.s

    	CMP	$0x22220000, RSP                 // CMP $572653568, RSP   // 5b44a4d2ff633beb
    	CMPW	$0x22220000, RSP                 // CMPW $572653568, RSP  // 5b44a452ff433b6b
    	CCMN	MI, ZR, R1, $4	                 // e44341ba
    	// MADD Rn,Rm,Ra,Rd
    	MADD	R1, R2, R3, R4                   // 6408019b
    	// CLS
    	CLSW	R1, R2
    	CLS	R1, R2
    	SBC	$0, R1                           // 21001fda
    	SBCW	$0, R1                           // 21001f5a
    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)
  3. api/go1.txt

    pkg syscall (linux-386), const RTPROT_KERNEL ideal-int
    pkg syscall (linux-386), const RTPROT_MRT ideal-int
    pkg syscall (linux-386), const RTPROT_NTK ideal-int
    pkg syscall (linux-386), const RTPROT_RA ideal-int
    pkg syscall (linux-386), const RTPROT_REDIRECT ideal-int
    pkg syscall (linux-386), const RTPROT_STATIC ideal-int
    pkg syscall (linux-386), const RTPROT_UNSPEC ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  4. api/go1.1.txt

    pkg syscall (linux-386), const RTPROT_KERNEL = 2
    pkg syscall (linux-386), const RTPROT_MRT = 10
    pkg syscall (linux-386), const RTPROT_NTK = 15
    pkg syscall (linux-386), const RTPROT_RA = 9
    pkg syscall (linux-386), const RTPROT_REDIRECT = 1
    pkg syscall (linux-386), const RTPROT_STATIC = 4
    pkg syscall (linux-386), const RTPROT_UNSPEC = 0
    pkg syscall (linux-386), const RTPROT_XORP = 14
    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)
  5. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const RTPROT_KERNEL ideal-int
    pkg syscall (linux-arm-cgo), const RTPROT_MRT ideal-int
    pkg syscall (linux-arm-cgo), const RTPROT_NTK ideal-int
    pkg syscall (linux-arm-cgo), const RTPROT_RA ideal-int
    pkg syscall (linux-arm-cgo), const RTPROT_REDIRECT ideal-int
    pkg syscall (linux-arm-cgo), const RTPROT_STATIC ideal-int
    pkg syscall (linux-arm-cgo), const RTPROT_UNSPEC ideal-int
    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