Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 89 for r2r1 (0.07 sec)

  1. src/cmd/compile/internal/ppc64/ssa.go

    		// starting with the largest sizes and generating as
    		// many as needed, using the appropriate offset value.
    		//	MOVD  n(R21),R31
    		//	MOVD  R31,n(R20)
    		//	MOVW  n1(R21),R31
    		//	MOVW  R31,n1(R20)
    		//	MOVH  n2(R21),R31
    		//	MOVH  R31,n2(R20)
    		//	MOVB  n3(R21),R31
    		//	MOVB  R31,n3(R20)
    
    		// Each loop iteration moves 32 bytes
    		ctr := v.AuxInt / bytesPerLoop
    
    		// Remainder after the loop
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/crypto/chacha20/chacha_arm64.s

    	VSHL	$7, V17.S4, V6.S4
    	VSHL	$7, V18.S4, V7.S4
    	VSHL	$7, V19.S4, V4.S4
    	VSRI	$25, V16.S4, V5.S4
    	VSRI	$25, V17.S4, V6.S4
    	VSRI	$25, V18.S4, V7.S4
    	VSRI	$25, V19.S4, V4.S4
    
    	SUB	$1, R21
    	CBNZ	R21, chacha
    
    	// VLD4R (R10), [V16.S4, V17.S4, V18.S4, V19.S4]
    	WORD	$0x4D60E950
    
    	// VLD4R 16(R4), [V20.S4, V21.S4, V22.S4, V23.S4]
    	WORD	$0x4DFFE894
    	VADD	V30.S4, V12.S4, V12.S4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 8K bytes
    - Viewed (0)
  3. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r211/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.r211
    
    import org.gradle.api.JavaVersion
    import org.gradle.integtests.tooling.fixture.TargetGradleVersion
    import org.gradle.integtests.tooling.fixture.ToolingApiSpecification
    import org.gradle.tooling.model.idea.IdeaProject
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  4. src/runtime/signal_linux_arm64.go

    func (c *sigctxt) r18() uint64 { return c.regs().regs[18] }
    func (c *sigctxt) r19() uint64 { return c.regs().regs[19] }
    func (c *sigctxt) r20() uint64 { return c.regs().regs[20] }
    func (c *sigctxt) r21() uint64 { return c.regs().regs[21] }
    func (c *sigctxt) r22() uint64 { return c.regs().regs[22] }
    func (c *sigctxt) r23() uint64 { return c.regs().regs[23] }
    func (c *sigctxt) r24() uint64 { return c.regs().regs[24] }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 17 18:54:48 UTC 2021
    - 2.9K bytes
    - Viewed (0)
  5. src/runtime/defs_windows_arm64.go

    	print("r15  ", hex(r.x[15]), "\n")
    	print("r16  ", hex(r.x[16]), "\n")
    	print("r17  ", hex(r.x[17]), "\n")
    	print("r18  ", hex(r.x[18]), "\n")
    	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")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 05 08:26:52 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  6. src/runtime/signal_freebsd_arm64.go

    func (c *sigctxt) r18() uint64 { return c.regs().mc_gpregs.gp_x[18] }
    func (c *sigctxt) r19() uint64 { return c.regs().mc_gpregs.gp_x[19] }
    func (c *sigctxt) r20() uint64 { return c.regs().mc_gpregs.gp_x[20] }
    func (c *sigctxt) r21() uint64 { return c.regs().mc_gpregs.gp_x[21] }
    func (c *sigctxt) r22() uint64 { return c.regs().mc_gpregs.gp_x[22] }
    func (c *sigctxt) r23() uint64 { return c.regs().mc_gpregs.gp_x[23] }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 20 18:20:42 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  7. src/runtime/signal_openbsd_arm64.go

    func (c *sigctxt) r18() uint64 { return (uint64)(c.regs().sc_x[18]) }
    func (c *sigctxt) r19() uint64 { return (uint64)(c.regs().sc_x[19]) }
    func (c *sigctxt) r20() uint64 { return (uint64)(c.regs().sc_x[20]) }
    func (c *sigctxt) r21() uint64 { return (uint64)(c.regs().sc_x[21]) }
    func (c *sigctxt) r22() uint64 { return (uint64)(c.regs().sc_x[22]) }
    func (c *sigctxt) r23() uint64 { return (uint64)(c.regs().sc_x[23]) }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 20 18:20:42 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  8. src/runtime/signal_linux_loong64.go

    func (c *sigctxt) r18() uint64 { return c.regs().sc_regs[18] }
    func (c *sigctxt) r19() uint64 { return c.regs().sc_regs[19] }
    func (c *sigctxt) r20() uint64 { return c.regs().sc_regs[20] }
    func (c *sigctxt) r21() uint64 { return c.regs().sc_regs[21] }
    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] }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 19 19:32:33 UTC 2022
    - 3.2K bytes
    - Viewed (0)
  9. src/runtime/signal_linux_mips64x.go

    func (c *sigctxt) r18() uint64 { return c.regs().sc_regs[18] }
    func (c *sigctxt) r19() uint64 { return c.regs().sc_regs[19] }
    func (c *sigctxt) r20() uint64 { return c.regs().sc_regs[20] }
    func (c *sigctxt) r21() uint64 { return c.regs().sc_regs[21] }
    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] }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 3.3K bytes
    - Viewed (0)
  10. src/runtime/signal_openbsd_mips64.go

    func (c *sigctxt) r18() uint64 { return c.regs().sc_regs[18] }
    func (c *sigctxt) r19() uint64 { return c.regs().sc_regs[19] }
    func (c *sigctxt) r20() uint64 { return c.regs().sc_regs[20] }
    func (c *sigctxt) r21() uint64 { return c.regs().sc_regs[21] }
    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] }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:07:46 UTC 2020
    - 3.3K bytes
    - Viewed (0)
Back to top