Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 69 for r31 (0.02 sec)

  1. src/runtime/signal_linux_mipsx.go

    func (c *sigctxt) r29() uint32       { return uint32(c.regs().sc_regs[29]) }
    func (c *sigctxt) r30() uint32       { return uint32(c.regs().sc_regs[30]) }
    func (c *sigctxt) r31() uint32       { return uint32(c.regs().sc_regs[31]) }
    func (c *sigctxt) sp() uint32        { return uint32(c.regs().sc_regs[29]) }
    func (c *sigctxt) pc() uint32        { return uint32(c.regs().sc_pc) }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 3.7K bytes
    - Viewed (0)
  2. src/runtime/asm_loong64.s

    	// should never return
    	JAL	runtime·abort(SB)
    	UNDEF
    
    /*
     * support for morestack
     */
    
    // Called during function prolog when more stack is needed.
    // Caller has already loaded:
    // loong64: R31: LR
    //
    // The traceback routines see morestack on a g0 as being
    // the top of a stack (for example, morestack calling newstack
    // calling the scheduler calling newm calling gc), so we must
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 15:04:25 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/mips64.s

    	VMOVH	-70(R12), W3   // 7bdd60e1
    	VMOVW	(R3), W31      // 78001fe2
    	VMOVW	64(R20), W16   // 7810a422
    	VMOVW	-104(R17), W24 // 7be68e22
    	VMOVD	(R3), W2       // 780018a3
    	VMOVD	128(R23), W19  // 7810bce3
    	VMOVD	-256(R31), W0  // 7be0f823
    
    	VMOVB	W8, (R0)       // 78000224
    	VMOVB	W0, 511(R3)    // 79ff1824
    	VMOVB	W21, -512(R12) // 7a006564
    	VMOVH	W12, (R24)     // 7800c325
    	VMOVH	W8, 110(R19)   // 78379a25
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 08 12:17:12 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r68/CompositeBuildModuleNamesCrossVersionSpec.groovy

     */
    
    package org.gradle.plugins.ide.tooling.r68
    
    import org.gradle.integtests.tooling.fixture.TargetGradleVersion
    import org.gradle.integtests.tooling.fixture.ToolingApiSpecification
    import org.gradle.plugins.ide.tooling.r31.IdeaProjectUtil
    import org.gradle.plugins.ide.tooling.r33.FetchEclipseProjects
    
    @TargetGradleVersion(">=6.8")
    class CompositeBuildModuleNamesCrossVersionSpec extends ToolingApiSpecification {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  5. src/internal/bytealg/indexbyte_ppc64x.s

    	CMPU	R4,$2
    	BLT	cmp1
    
    	_LHBEX	(R0)(R3),R10
    	CMPB	R10,R5,R10
    	SLDCC	$48,R10,R10
    	CNTLZD	R10,R10
    	SRD	$3,R10,R3
    	BNE	found
    
    cmp1:	// Length 1
    	MOVD	$-1,R3
    	ANDCC	$1,R4,R31
    	BEQ	found
    
    	MOVBZ	-1(R9),R10
    	CMPB	R10,R5,R10
    	ANDCC	$1,R10
    	ADD	$-1,R4
    	ISEL	CR0EQ,R3,R4,R3
    
    found:
    	RET
    #endif
    
    notfound:
    	MOVD $-1,R3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 16:10:29 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  6. src/runtime/sys_linux_ppc64x.s

    	// If no traceback support function, which means that
    	// runtime/cgo was not linked in, do usual sigtramp.
    	MOVD	_cgo_callers(SB), R6
    	CMP	$0, R6
    	BEQ	sigtramp
    
    	// Inspect the g in TLS without clobbering R30/R31 via runtime.load_g.
    	MOVD	runtime·tls_g(SB), R9
    	MOVD	0(R9), R9
    
    	// Figure out if we are currently in a cgo call.
    	// If not, just do usual sigtramp.
    	// compared to ARM64 and others.
    	CMP	$0, R9
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/ppc64_p10.s

    	VEXTRACTHM V1, R2                       // 10490e42
    	VEXTRACTQM V1, R2                       // 104c0e42
    	VEXTRACTWM V1, R6                       // 10ca0e42
    	VEXTSD2Q V1, V2                         // 105b0e02
    	VGNB V1, $1, R31                        // 13e10ccc
    	VINSBLX R1, R2, V3                      // 1061120f
    	VINSBRX R1, R2, V3                      // 1061130f
    	VINSBVLX R1, V1, V2                     // 1041080f
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 23 20:52:57 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  8. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/isolated/IsolatedProjectsToolingApiIdeaProjectIntegrationTest.groovy

            }
    
            checkIdeaProject(ideaModel, originalIdeaModel)
        }
    
        // This test mostly reproduces `org.gradle.plugins.ide.tooling.r31.PersistentCompositeDependencySubstitutionCrossVersionSpec.ensures unique name for all Idea modules in composite`
        def "ensures unique name for all Idea modules in composite"() {
            singleProjectBuildInRootDir("buildA") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/LOONG64Ops.go

    	"R14",
    	"R15",
    	"R16",
    	"R17",
    	"R18",
    	"R19",
    	"R20",
    	"R21",
    	"g", // aka R22
    	"R23",
    	"R24",
    	"R25",
    	"R26",
    	"R27",
    	"R28",
    	"R29",
    	// R30 is REGTMP not used in regalloc
    	"R31",
    
    	"F0",
    	"F1",
    	"F2",
    	"F3",
    	"F4",
    	"F5",
    	"F6",
    	"F7",
    	"F8",
    	"F9",
    	"F10",
    	"F11",
    	"F12",
    	"F13",
    	"F14",
    	"F15",
    	"F16",
    	"F17",
    	"F18",
    	"F19",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:04:19 UTC 2023
    - 25.2K bytes
    - Viewed (0)
  10. src/runtime/sys_openbsd_mips64.s

    	MOVV	fn+0(FP), R25		// Must use R25, needed for PIC code.
    	CALL	(R25)
    	RET
    
    TEXT runtime·sigtramp(SB),NOSPLIT|TOPFRAME,$192
    	// initialize REGSB = PC&0xffffffff00000000
    	BGEZAL	R0, 1(PC)
    	SRLV	$32, R31, RSB
    	SLLV	$32, RSB
    
    	// this might be called in external code context,
    	// where g is not set.
    	MOVB	runtime·iscgo(SB), R1
    	BEQ	R1, 2(PC)
    	JAL	runtime·load_g(SB)
    
    	MOVW	R4, 8(R29)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 06 18:49:01 UTC 2023
    - 8.8K bytes
    - Viewed (0)
Back to top