Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 14 of 14 for R13 (0.03 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

    	PSTH R1, $1, 12345678(R2)               // 061000bcb022614e
    	PSTQ R2, $1, 12345678(R2)               // 041000bcf042614e
    	PSTW R1, $1, 12345678(R2)               // 061000bc9022614e
    	PSTW R24, $0, 45(R13)                   // 06000000930d002d
    	PSTXSD V1, $1, 12345678(R2)             // 041000bcb822614e
    	PSTXSSP V1, $1, 1234567890(R0)          // 04104996bc2002d2
    	PSTXSSP V1, $1, 1234567890(R1)          // 04104996bc2102d2
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Mar 23 20:52:57 GMT 2023
    - 14.3K bytes
    - Click Count (0)
  2. src/cmd/asm/internal/arch/arch.go

    	}
    	register["LR"] = s390x.REG_LR
    	// Pseudo-registers.
    	register["SB"] = RSB
    	register["FP"] = RFP
    	register["PC"] = RPC
    	// Avoid unintentionally clobbering g using R13.
    	delete(register, "R13")
    	register["g"] = s390x.REG_R13
    	registerPrefix := map[string]bool{
    		"AR": true,
    		"F":  true,
    		"R":  true,
    	}
    
    	instructions := make(map[string]obj.As)
    	for i, s := range obj.Anames {
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Mar 20 17:02:17 GMT 2026
    - 22K bytes
    - Click Count (0)
  3. src/cmd/asm/internal/asm/testdata/avx512enc/avx512f.s

    	VCVTSD2USIQ X20, R13                               // 6231ff0879ec or 6231ff2879ec or 6231ff4879ec
    	VCVTSD2USIQ (CX), R13                              // 6271ff087929 or 6271ff287929 or 6271ff487929
    	VCVTSD2USIQ 99(R15), R13                           // 6251ff0879af63000000 or 6251ff2879af63000000 or 6251ff4879af63000000
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 410.5K bytes
    - Click Count (0)
  4. api/go1.txt

    pkg debug/macho, type RegsAMD64 struct, R10 uint64
    pkg debug/macho, type RegsAMD64 struct, R11 uint64
    pkg debug/macho, type RegsAMD64 struct, R12 uint64
    pkg debug/macho, type RegsAMD64 struct, R13 uint64
    pkg debug/macho, type RegsAMD64 struct, R14 uint64
    pkg debug/macho, type RegsAMD64 struct, R15 uint64
    pkg debug/macho, type RegsAMD64 struct, R8 uint64
    pkg debug/macho, type RegsAMD64 struct, R9 uint64
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Click Count (0)
Back to Top