Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 75 for r22 (0.03 sec)

  1. src/runtime/signal_linux_ppc64x.go

    func (c *sigctxt) r19() uint64 { return c.regs().gpr[19] }
    func (c *sigctxt) r20() uint64 { return c.regs().gpr[20] }
    func (c *sigctxt) r21() uint64 { return c.regs().gpr[21] }
    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] }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 15:08:04 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  2. src/runtime/signal_linux_mipsx.go

    func (c *sigctxt) r20() uint32       { return uint32(c.regs().sc_regs[20]) }
    func (c *sigctxt) r21() uint32       { return uint32(c.regs().sc_regs[21]) }
    func (c *sigctxt) r22() uint32       { return uint32(c.regs().sc_regs[22]) }
    func (c *sigctxt) r23() uint32       { return uint32(c.regs().sc_regs[23]) }
    func (c *sigctxt) r24() uint32       { return uint32(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.7K bytes
    - Viewed (0)
  3. src/runtime/signal_aix_ppc64.go

    func (c *sigctxt) r19() uint64 { return c.regs().gpr[19] }
    func (c *sigctxt) r20() uint64 { return c.regs().gpr[20] }
    func (c *sigctxt) r21() uint64 { return c.regs().gpr[21] }
    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] }
    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) r19() uint64 { return c.regs().sc_reg[19] }
    func (c *sigctxt) r20() uint64 { return c.regs().sc_reg[20] }
    func (c *sigctxt) r21() uint64 { return c.regs().sc_reg[21] }
    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] }
    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/integtests/tooling/r22/CancellationCrossVersionSpec.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.integtests.tooling.r22
    
    import org.gradle.integtests.tooling.CancellationSpec
    import org.gradle.integtests.tooling.fixture.ActionQueriesModelThatRequiresConfigurationPhase
    import org.gradle.integtests.tooling.fixture.TestResultHandler
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 8.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/inst.go

    type Reg uint16
    
    const (
    	_ Reg = iota
    	R0
    	R1
    	R2
    	R3
    	R4
    	R5
    	R6
    	R7
    	R8
    	R9
    	R10
    	R11
    	R12
    	R13
    	R14
    	R15
    	R16
    	R17
    	R18
    	R19
    	R20
    	R21
    	R22
    	R23
    	R24
    	R25
    	R26
    	R27
    	R28
    	R29
    	R30
    	R31
    	F0
    	F1
    	F2
    	F3
    	F4
    	F5
    	F6
    	F7
    	F8
    	F9
    	F10
    	F11
    	F12
    	F13
    	F14
    	F15
    	F16
    	F17
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 03 01:35:44 UTC 2021
    - 4.5K bytes
    - Viewed (0)
  7. src/runtime/sys_linux_mipsx.s

    	RET
    
    TEXT runtime·sigfwd(SB),NOSPLIT,$0-16
    	MOVW	sig+4(FP), R4
    	MOVW	info+8(FP), R5
    	MOVW	ctx+12(FP), R6
    	MOVW	fn+0(FP), R25
    	MOVW	R29, R22
    	SUBU	$16, R29
    	AND	$~7, R29	// shadow space for 4 args aligned to 8 bytes as per O32 ABI
    	JAL	(R25)
    	MOVW	R22, R29
    	RET
    
    TEXT runtime·sigtramp(SB),NOSPLIT|TOPFRAME,$12
    	// this might be called in external code context,
    	// where g is not set.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 18 20:57:24 UTC 2022
    - 9.7K bytes
    - Viewed (0)
  8. src/crypto/internal/nistec/p256_asm_arm64.s

    	LDP	1*16(a_ptr), (R6, R7)
    	LDP	2*16(a_ptr), (R8, R9)
    	LDP	0*16(b_ptr), (R16, R17)
    	LDP	1*16(b_ptr), (R19, R20)
    	LDP	2*16(b_ptr), (R21, R22)
    	CSEL	EQ, R16, R4, R4
    	CSEL	EQ, R17, R5, R5
    	CSEL	EQ, R19, R6, R6
    	CSEL	EQ, R20, R7, R7
    	CSEL	EQ, R21, R8, R8
    	CSEL	EQ, R22, R9, R9
    	STP	(R4, R5), 0*16(res_ptr)
    	STP	(R6, R7), 1*16(res_ptr)
    	STP	(R8, R9), 2*16(res_ptr)
    
    	LDP	3*16(a_ptr), (R4, R5)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/ppc64/obj9.go

    				// if(g->panic != nil && g->panic->argp == FP) g->panic->argp = bottom-of-frame
    				//
    				//	MOVD g_panic(g), R22
    				//	CMP R22, $0
    				//	BEQ end
    				//	MOVD panic_argp(R22), R23
    				//	ADD $(autosize+8), R1, R24
    				//	CMP R23, R24
    				//	BNE end
    				//	ADD $8, R1, R25
    				//	MOVD R25, panic_argp(R22)
    				// end:
    				//	NOP
    				//
    				// The NOP is needed to give the jumps somewhere to land.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  10. src/crypto/aes/gcm_ppc64x.s

    	MOVD $48, R18; \
    	MOVD $64, R19; \
    	MOVD $80, R20; \
    	MOVD $96, R21; \
    	MOVD $112, R22; \
    	P8_LXVB16X(blk_inp,R0,V1); \
    	P8_LXVB16X(blk_inp,R16,V2); \
    	P8_LXVB16X(blk_inp,R17,V3); \
    	P8_LXVB16X(blk_inp,R18,V4); \
    	P8_LXVB16X(blk_inp,R19,V5); \
    	P8_LXVB16X(blk_inp,R20,V6); \
    	P8_LXVB16X(blk_inp,R21,V7); \
    	P8_LXVB16X(blk_inp,R22,V8); \
    	ADD $128, blk_inp
    
    // Finish encryption on 8 streams and
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27.1K bytes
    - Viewed (0)
Back to top