Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 51 for R28 (0.03 sec)

  1. src/runtime/signal_ppc64x.go

    	print("r23  ", hex(c.r23()), "\n")
    	print("r24  ", hex(c.r24()), "\t")
    	print("r25  ", hex(c.r25()), "\n")
    	print("r26  ", hex(c.r26()), "\t")
    	print("r27  ", hex(c.r27()), "\n")
    	print("r28  ", hex(c.r28()), "\t")
    	print("r29  ", hex(c.r29()), "\n")
    	print("r30  ", hex(c.r30()), "\t")
    	print("r31  ", hex(c.r31()), "\n")
    	print("pc   ", hex(c.pc()), "\t")
    	print("ctr  ", hex(c.ctr()), "\n")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 15:08:04 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  2. src/runtime/preempt_loong64.s

    	MOVV R17, 112(R3)
    	MOVV R18, 120(R3)
    	MOVV R19, 128(R3)
    	MOVV R20, 136(R3)
    	MOVV R21, 144(R3)
    	MOVV R23, 152(R3)
    	MOVV R24, 160(R3)
    	MOVV R25, 168(R3)
    	MOVV R26, 176(R3)
    	MOVV R27, 184(R3)
    	MOVV R28, 192(R3)
    	MOVV R29, 200(R3)
    	MOVV R31, 208(R3)
    	MOVD F0, 216(R3)
    	MOVD F1, 224(R3)
    	MOVD F2, 232(R3)
    	MOVD F3, 240(R3)
    	MOVD F4, 248(R3)
    	MOVD F5, 256(R3)
    	MOVD F6, 264(R3)
    	MOVD F7, 272(R3)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 22 19:29:43 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  3. src/runtime/preempt_mipsx.s

    	MOVW R15, 60(R29)
    	MOVW R16, 64(R29)
    	MOVW R17, 68(R29)
    	MOVW R18, 72(R29)
    	MOVW R19, 76(R29)
    	MOVW R20, 80(R29)
    	MOVW R21, 84(R29)
    	MOVW R22, 88(R29)
    	MOVW R24, 92(R29)
    	MOVW R25, 96(R29)
    	MOVW R28, 100(R29)
    	MOVW HI, R1
    	MOVW R1, 104(R29)
    	MOVW LO, R1
    	MOVW R1, 108(R29)
    	#ifndef GOMIPS_softfloat
    	MOVW FCR31, R1
    	MOVW R1, 112(R29)
    	MOVF F0, 116(R29)
    	MOVF F1, 120(R29)
    	MOVF F2, 124(R29)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  4. src/runtime/signal_arm64.go

    	print("r23     ", hex(c.r23()), "\n")
    	print("r24     ", hex(c.r24()), "\n")
    	print("r25     ", hex(c.r25()), "\n")
    	print("r26     ", hex(c.r26()), "\n")
    	print("r27     ", hex(c.r27()), "\n")
    	print("r28     ", hex(c.r28()), "\n")
    	print("r29     ", hex(c.r29()), "\n")
    	print("lr      ", hex(c.lr()), "\n")
    	print("sp      ", hex(c.sp()), "\n")
    	print("pc      ", hex(c.pc()), "\n")
    	print("fault   ", hex(c.fault()), "\n")
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 05 18:16:00 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  5. src/runtime/mkpreempt.go

    	mov := "MOVW"
    	movf := "MOVF"
    	add := "ADD"
    	sub := "SUB"
    	r28 := "R28"
    	regsize := 4
    	softfloat := "GOMIPS_softfloat"
    	if _64bit {
    		mov = "MOVV"
    		movf = "MOVD"
    		add = "ADDV"
    		sub = "SUBV"
    		r28 = "RSB"
    		regsize = 8
    		softfloat = "GOMIPS64_softfloat"
    	}
    
    	// Add integer registers R1-R22, R24-R25, R28
    	// R0 (zero), R23 (REGTMP), R29 (SP), R30 (g), R31 (LR) are special,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/operand_test.go

    	{"R18", "R18"},
    	{"R19", "R19"},
    	{"R2", "R2"},
    	{"R20", "R20"},
    	{"R21", "R21"},
    	{"R22", "R22"},
    	{"R23", "R23"},
    	{"R24", "R24"},
    	{"R25", "R25"},
    	{"R26", "R26"},
    	{"R27", "R27"},
    	{"R28", "R28"},
    	{"R29", "R29"},
    	{"R3", "R3"},
    	{"R31", "R31"},
    	{"R4", "R4"},
    	{"R5", "R5"},
    	{"R6", "R6"},
    	{"R7", "R7"},
    	{"R8", "R8"},
    	{"R9", "R9"},
    	{"SPR(269)", "SPR(269)"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 18:31:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r28/ToolingApiEclipseModelCrossVersionSpec.groovy

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.plugins.ide.tooling.r28
    
    import org.gradle.integtests.tooling.fixture.TargetGradleVersion
    import org.gradle.integtests.tooling.fixture.ToolingApiSpecification
    import org.gradle.integtests.tooling.fixture.WithOldConfigurationsSupport
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r28/ToolingApiIdeaModelCrossVersionSpec.groovy

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.plugins.ide.tooling.r28
    
    
    import org.gradle.integtests.tooling.fixture.ToolingApiSpecification
    import org.gradle.integtests.tooling.fixture.WithOldConfigurationsSupport
    import org.gradle.tooling.model.idea.IdeaModule
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 2K bytes
    - Viewed (0)
  9. src/runtime/cgo/abi_ppc64x.h

    	MOVD	R22, (offset+8*8)(R1)  \
    	MOVD	R23, (offset+8*9)(R1)  \
    	MOVD	R24, (offset+8*10)(R1) \
    	MOVD	R25, (offset+8*11)(R1) \
    	MOVD	R26, (offset+8*12)(R1) \
    	MOVD	R27, (offset+8*13)(R1) \
    	MOVD	R28, (offset+8*14)(R1) \
    	MOVD	R29, (offset+8*15)(R1) \
    	MOVD	g,   (offset+8*16)(R1) \
    	MOVD	R31, (offset+8*17)(R1)
    
    #define RESTORE_GPR(offset)            \
    	MOVD	(offset+8*0)(R1), R14  \
    	MOVD	(offset+8*1)(R1), R15  \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 03 20:17:02 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  10. src/runtime/sys_windows_arm64.s

    	// Switch from the host ABI to the Go ABI, safe args and lr.
    	MOVD	R0, R5
    	MOVD	R1, R6
    	MOVD	LR, R7
    	SAVE_R19_TO_R28(8*4)
    	SAVE_F8_TO_F15(8*14)
    
    	BL	runtimeĀ·load_g(SB)	// Clobers R0, R27, R28 (g)
    
    	MOVD	R5, R0
    	MOVD	R6, R1
    	// Calling ABIInternal because TLS might be nil.
    	BL	runtimeĀ·sigtrampgo<ABIInternal>(SB)
    	// Return value is already stored in R0.
    
    	// Restore callee-save registers.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 21 15:56:43 UTC 2023
    - 6.8K bytes
    - Viewed (0)
Back to top