Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 66 for r30 (0.07 sec)

  1. src/runtime/signal_linux_mips64x.go

    func (c *sigctxt) r27() uint64 { return c.regs().sc_regs[27] }
    func (c *sigctxt) r28() uint64 { return c.regs().sc_regs[28] }
    func (c *sigctxt) r29() uint64 { return c.regs().sc_regs[29] }
    func (c *sigctxt) r30() uint64 { return c.regs().sc_regs[30] }
    func (c *sigctxt) r31() uint64 { return c.regs().sc_regs[31] }
    func (c *sigctxt) sp() uint64  { return c.regs().sc_regs[29] }
    
    //go:nosplit
    //go:nowritebarrierrec
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 3.3K bytes
    - Viewed (0)
  2. src/runtime/signal_linux_ppc64x.go

    func (c *sigctxt) r27() uint64 { return c.regs().gpr[27] }
    func (c *sigctxt) r28() uint64 { return c.regs().gpr[28] }
    func (c *sigctxt) r29() uint64 { return c.regs().gpr[29] }
    func (c *sigctxt) r30() uint64 { return c.regs().gpr[30] }
    func (c *sigctxt) r31() uint64 { return c.regs().gpr[31] }
    func (c *sigctxt) sp() uint64  { return c.regs().gpr[1] }
    
    //go:nosplit
    //go:nowritebarrierrec
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 15:08:04 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  3. src/runtime/signal_aix_ppc64.go

    func (c *sigctxt) r27() uint64 { return c.regs().gpr[27] }
    func (c *sigctxt) r28() uint64 { return c.regs().gpr[28] }
    func (c *sigctxt) r29() uint64 { return c.regs().gpr[29] }
    func (c *sigctxt) r30() uint64 { return c.regs().gpr[30] }
    func (c *sigctxt) r31() uint64 { return c.regs().gpr[31] }
    func (c *sigctxt) sp() uint64  { return c.regs().gpr[1] }
    
    //go:nosplit
    //go:nowritebarrierrec
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 21:57:36 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  4. src/runtime/signal_openbsd_ppc64.go

    func (c *sigctxt) r27() uint64 { return c.regs().sc_reg[27] }
    func (c *sigctxt) r28() uint64 { return c.regs().sc_reg[28] }
    func (c *sigctxt) r29() uint64 { return c.regs().sc_reg[29] }
    func (c *sigctxt) r30() uint64 { return c.regs().sc_reg[30] }
    func (c *sigctxt) r31() uint64 { return c.regs().sc_reg[31] }
    func (c *sigctxt) sp() uint64  { return c.regs().sc_reg[1] }
    
    //go:nosplit
    //go:nowritebarrierrec
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 02:48:11 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r30/ToolingApiEclipseModelClasspathContainerCrossVersionSpec.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.r30
    
    import org.gradle.api.JavaVersion
    import org.gradle.integtests.tooling.fixture.ToolingApiSpecification
    import org.gradle.tooling.model.eclipse.EclipseClasspathContainer
    import org.gradle.tooling.model.eclipse.EclipseProject
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/operand_test.go

    	{"$argframe+0(FP)", "$argframe(FP)"},
    	{"$asmcgocall<>(SB)", "$asmcgocall<>(SB)"},
    	{"EQ", "EQ"},
    	{"F29", "F29"},
    	{"F3", "F3"},
    	{"F30", "F30"},
    	{"g", "g"},
    	{"LR", "R30"},
    	{"(LR)", "(R30)"},
    	{"R0", "R0"},
    	{"R10", "R10"},
    	{"R11", "R11"},
    	{"R18_PLATFORM", "R18"},
    	{"$4503601774854144.0", "$(4503601774854144.0)"},
    	{"$runtime·badsystemstack(SB)", "$runtime.badsystemstack(SB)"},
    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. src/cmd/internal/obj/arm64/a.out.go

    	// and the first match is chosen.
    	// The more specific class needs to come earlier.
    	C_NONE   = iota + 1 // starting from 1, leave unclassified Addr's class as 0
    	C_REG               // R0..R30
    	C_ZREG              // R0..R30, ZR
    	C_RSP               // R0..R30, RSP
    	C_FREG              // F0..F31
    	C_VREG              // V0..V31
    	C_PAIR              // (Rn, Rm)
    	C_SHIFT             // Rn<<2
    	C_EXTREG            // Rn.UXTB[<<3]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 17:56:30 UTC 2023
    - 18.1K bytes
    - Viewed (0)
  8. src/runtime/signal_linux_mipsx.go

    func (c *sigctxt) r28() uint32       { return uint32(c.regs().sc_regs[28]) }
    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]) }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 3.7K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    		// It saves all GP registers if necessary,
    		// but clobbers R30 (LR) because it's a call.
    		// R16 and R17 may be clobbered by linker trampoline.
    		// Returns a pointer to a write barrier buffer in R25.
    		{name: "LoweredWB", argLength: 1, reg: regInfo{clobbers: (callerSave &^ gpg) | buildReg("R16 R17 R30"), outputs: []regMask{buildReg("R25")}}, clobberFlags: true, aux: "Int64"},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/LOONG64Ops.go

    	"R11",
    	"R12",
    	"R13",
    	"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",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:04:19 UTC 2023
    - 25.2K bytes
    - Viewed (0)
Back to top