Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 70 for r25 (0.02 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r25/GradleTaskGetGroupCrossVersionSpec.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    
    package org.gradle.integtests.tooling.r25
    
    import org.gradle.integtests.tooling.fixture.ToolingApiSpecification
    import org.gradle.tooling.ProjectConnection
    import org.gradle.tooling.model.GradleProject
    import org.gradle.tooling.model.gradle.BuildInvocations
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/MIPSOps.go

    		// but clobbers R31 (LR) because it's a call
    		// and R23 (REGTMP).
    		// Returns a pointer to a write barrier buffer in R25.
    		{name: "LoweredWB", argLength: 1, reg: regInfo{clobbers: (callerSave &^ gpg) | buildReg("R31"), outputs: []regMask{buildReg("R25")}}, clobberFlags: true, aux: "Int64"},
    
    		// There are three of these functions so that they can have three different register inputs.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 14:43:03 UTC 2023
    - 24K bytes
    - Viewed (0)
  3. src/runtime/signal_linux_loong64.go

    func (c *sigctxt) r22() uint64 { return c.regs().sc_regs[22] }
    func (c *sigctxt) r23() uint64 { return c.regs().sc_regs[23] }
    func (c *sigctxt) r24() uint64 { return c.regs().sc_regs[24] }
    func (c *sigctxt) r25() uint64 { return c.regs().sc_regs[25] }
    func (c *sigctxt) r26() uint64 { return c.regs().sc_regs[26] }
    func (c *sigctxt) r27() uint64 { return c.regs().sc_regs[27] }
    func (c *sigctxt) r28() uint64 { return c.regs().sc_regs[28] }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 19 19:32:33 UTC 2022
    - 3.2K bytes
    - Viewed (0)
  4. src/runtime/signal_linux_mips64x.go

    func (c *sigctxt) r22() uint64 { return c.regs().sc_regs[22] }
    func (c *sigctxt) r23() uint64 { return c.regs().sc_regs[23] }
    func (c *sigctxt) r24() uint64 { return c.regs().sc_regs[24] }
    func (c *sigctxt) r25() uint64 { return c.regs().sc_regs[25] }
    func (c *sigctxt) r26() uint64 { return c.regs().sc_regs[26] }
    func (c *sigctxt) r27() uint64 { return c.regs().sc_regs[27] }
    func (c *sigctxt) r28() uint64 { return c.regs().sc_regs[28] }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 3.3K bytes
    - Viewed (0)
  5. src/runtime/signal_linux_ppc64x.go

    func (c *sigctxt) r22() uint64 { return c.regs().gpr[22] }
    func (c *sigctxt) r23() uint64 { return c.regs().gpr[23] }
    func (c *sigctxt) r24() uint64 { return c.regs().gpr[24] }
    func (c *sigctxt) r25() uint64 { return c.regs().gpr[25] }
    func (c *sigctxt) r26() uint64 { return c.regs().gpr[26] }
    func (c *sigctxt) r27() uint64 { return c.regs().gpr[27] }
    func (c *sigctxt) r28() uint64 { return c.regs().gpr[28] }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 15:08:04 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  6. src/runtime/signal_linux_mipsx.go

    func (c *sigctxt) r23() uint32       { return uint32(c.regs().sc_regs[23]) }
    func (c *sigctxt) r24() uint32       { return uint32(c.regs().sc_regs[24]) }
    func (c *sigctxt) r25() uint32       { return uint32(c.regs().sc_regs[25]) }
    func (c *sigctxt) r26() uint32       { return uint32(c.regs().sc_regs[26]) }
    func (c *sigctxt) r27() uint32       { return uint32(c.regs().sc_regs[27]) }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 3.7K bytes
    - Viewed (0)
  7. src/runtime/signal_aix_ppc64.go

    func (c *sigctxt) r22() uint64 { return c.regs().gpr[22] }
    func (c *sigctxt) r23() uint64 { return c.regs().gpr[23] }
    func (c *sigctxt) r24() uint64 { return c.regs().gpr[24] }
    func (c *sigctxt) r25() uint64 { return c.regs().gpr[25] }
    func (c *sigctxt) r26() uint64 { return c.regs().gpr[26] }
    func (c *sigctxt) r27() uint64 { return c.regs().gpr[27] }
    func (c *sigctxt) r28() uint64 { return c.regs().gpr[28] }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 21:57:36 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  8. src/runtime/signal_openbsd_ppc64.go

    func (c *sigctxt) r22() uint64 { return c.regs().sc_reg[22] }
    func (c *sigctxt) r23() uint64 { return c.regs().sc_reg[23] }
    func (c *sigctxt) r24() uint64 { return c.regs().sc_reg[24] }
    func (c *sigctxt) r25() uint64 { return c.regs().sc_reg[25] }
    func (c *sigctxt) r26() uint64 { return c.regs().sc_reg[26] }
    func (c *sigctxt) r27() uint64 { return c.regs().sc_reg[27] }
    func (c *sigctxt) r28() uint64 { return c.regs().sc_reg[28] }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 02:48:11 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/MIPS64Ops.go

    		// but clobbers R31 (LR) because it's a call
    		// and R23 (REGTMP).
    		// Returns a pointer to a write barrier buffer in R25.
    		{name: "LoweredWB", argLength: 1, reg: regInfo{clobbers: (callerSave &^ gpg) | buildReg("R31"), outputs: []regMask{buildReg("R25")}}, clobberFlags: true, aux: "Int64"},
    
    		// There are three of these functions so that they can have three different register inputs.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 03:36:31 UTC 2023
    - 25.5K bytes
    - Viewed (0)
  10. src/runtime/defs_windows_arm64.go

    	print("r19  ", hex(r.x[19]), "\n")
    	print("r20  ", hex(r.x[20]), "\n")
    	print("r21  ", hex(r.x[21]), "\n")
    	print("r22  ", hex(r.x[22]), "\n")
    	print("r23  ", hex(r.x[23]), "\n")
    	print("r24  ", hex(r.x[24]), "\n")
    	print("r25  ", hex(r.x[25]), "\n")
    	print("r26  ", hex(r.x[26]), "\n")
    	print("r27  ", hex(r.x[27]), "\n")
    	print("r28  ", hex(r.x[28]), "\n")
    	print("r29  ", hex(r.x[29]), "\n")
    	print("lr   ", hex(r.x[30]), "\n")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 05 08:26:52 UTC 2023
    - 3.1K bytes
    - Viewed (0)
Back to top