Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for R30 (0.01 sec)

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

    	VST1.P	[V4.S4, V5.S4], 32(R1)                          // 24a89f4c
    	VST1	[V0.S4, V1.S4], (R0)                            // 00a8004c
    	VLD1	(R30), [V15.S2, V16.S2]                         // cfab400c
    	VLD1.P	24(R30), [V3.S2,V4.S2,V5.S2]                    // c36bdf0c
    	VLD2	(R29), [V23.H8, V24.H8]                         // b787404c
    	VLD2.P	16(R0), [V18.B8, V19.B8]                        // 1280df0c
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Jul 24 18:45:14 UTC 2024
    - 95.2K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/arch/arch.go

    	register["FPSCR"] = ppc64.REG_FPSCR
    	register["MSR"] = ppc64.REG_MSR
    	// Pseudo-registers.
    	register["SB"] = RSB
    	register["FP"] = RFP
    	register["PC"] = RPC
    	// Avoid unintentionally clobbering g using R30.
    	delete(register, "R30")
    	register["g"] = ppc64.REG_R30
    	registerPrefix := map[string]bool{
    		"CR":  true,
    		"F":   true,
    		"R":   true,
    		"SPR": true,
    	}
    
    	instructions := make(map[string]obj.As)
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 24 12:32:56 UTC 2024
    - 21.5K bytes
    - Viewed (0)
Back to top