Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 75 for r22 (0.02 sec)

  1. src/runtime/cgo/abi_arm64.h

    #define SAVE_R19_TO_R28(offset) \
    	STP	(R19, R20), ((offset)+0*8)(RSP) \
    	STP	(R21, R22), ((offset)+2*8)(RSP) \
    	STP	(R23, R24), ((offset)+4*8)(RSP) \
    	STP	(R25, R26), ((offset)+6*8)(RSP) \
    	STP	(R27, g), ((offset)+8*8)(RSP)
    
    #define RESTORE_R19_TO_R28(offset) \
    	LDP	((offset)+0*8)(RSP), (R19, R20) \
    	LDP	((offset)+2*8)(RSP), (R21, R22) \
    	LDP	((offset)+4*8)(RSP), (R23, R24) \
    	LDP	((offset)+6*8)(RSP), (R25, R26) \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 30 01:28:43 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  2. src/runtime/cgo/abi_loong64.h

    // the user should prepare stack space in advance.
    // SAVE_R22_TO_R31(offset) saves R22 ~ R31 to the stack space
    // of ((offset)+0*8)(R3) ~ ((offset)+9*8)(R3).
    //
    // SAVE_F24_TO_F31(offset) saves F24 ~ F31 to the stack space
    // of ((offset)+0*8)(R3) ~ ((offset)+7*8)(R3).
    //
    // Note: g is R22
    
    #define SAVE_R22_TO_R31(offset)	\
    	MOVV	g,   ((offset)+(0*8))(R3)	\
    	MOVV	R23, ((offset)+(1*8))(R3)	\
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 29 02:34:18 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  3. src/runtime/signal_loong64.go

    	print("r17  ", hex(c.r17()), "\n")
    	print("r18  ", hex(c.r18()), "\t")
    	print("r19  ", hex(c.r19()), "\n")
    	print("r20  ", hex(c.r20()), "\t")
    	print("r21  ", hex(c.r21()), "\n")
    	print("r22  ", hex(c.r22()), "\t")
    	print("r23  ", hex(c.r23()), "\n")
    	print("r24  ", hex(c.r24()), "\t")
    	print("r25  ", hex(c.r25()), "\n")
    	print("r26  ", hex(c.r26()), "\t")
    	print("r27  ", hex(c.r27()), "\n")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 21 06:51:28 UTC 2023
    - 3K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/arm64.s

    	MSR	R6, APDBKeyHi_EL1                  // 662218d5
    	MRS	APDBKeyLo_EL1, R5                  // 452238d5
    	MSR	R22, APDBKeyLo_EL1                 // 562218d5
    	MRS	APGAKeyHi_EL1, R22                 // 362338d5
    	MSR	R5, APGAKeyHi_EL1                  // 252318d5
    	MRS	APGAKeyLo_EL1, R16                 // 102338d5
    	MSR	R22, APGAKeyLo_EL1                 // 162318d5
    	MRS	APIAKeyHi_EL1, R23                 // 372138d5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  5. src/runtime/cgo/gcc_loong64.S

    	st.d	$r1, $r3, 0
    	st.d	$r23, $r3, 8
    	st.d	$r24, $r3, 16
    	st.d	$r25, $r3, 24
    	st.d	$r26, $r3, 32
    	st.d	$r27, $r3, 40
    	st.d	$r28, $r3, 48
    	st.d	$r29, $r3, 56
    	st.d	$r30, $r3, 64
    	st.d	$r2, $r3, 72
    	st.d	$r22, $r3, 80
    	fst.d	$f24, $r3, 88
    	fst.d	$f25, $r3, 96
    	fst.d	$f26, $r3, 104
    	fst.d	$f27, $r3, 112
    	fst.d	$f28, $r3, 120
    	fst.d	$f29, $r3, 128
    	fst.d	$f30, $r3, 136
    	fst.d	$f31, $r3, 144
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 05 18:57:04 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  6. src/runtime/preempt_mips64x.s

    	MOVV R12, 96(R29)
    	MOVV R13, 104(R29)
    	MOVV R14, 112(R29)
    	MOVV R15, 120(R29)
    	MOVV R16, 128(R29)
    	MOVV R17, 136(R29)
    	MOVV R18, 144(R29)
    	MOVV R19, 152(R29)
    	MOVV R20, 160(R29)
    	MOVV R21, 168(R29)
    	MOVV R22, 176(R29)
    	MOVV R24, 184(R29)
    	MOVV R25, 192(R29)
    	MOVV RSB, 200(R29)
    	MOVV HI, R1
    	MOVV R1, 208(R29)
    	MOVV LO, R1
    	MOVV R1, 216(R29)
    	#ifndef GOMIPS64_softfloat
    	MOVV FCR31, R1
    	MOVV R1, 224(R29)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  7. src/runtime/cgo/asm_mips64x.s

    	MOVV	R5, (8*2)(R29) // a unsafe.Pointer
    	MOVV	R7, (8*3)(R29) // ctxt uintptr
    	MOVV	R16, (8*4)(R29)
    	MOVV	R17, (8*5)(R29)
    	MOVV	R18, (8*6)(R29)
    	MOVV	R19, (8*7)(R29)
    	MOVV	R20, (8*8)(R29)
    	MOVV	R21, (8*9)(R29)
    	MOVV	R22, (8*10)(R29)
    	MOVV	R23, (8*11)(R29)
    	MOVV	RSB, (8*12)(R29)
    	MOVV	g, (8*13)(R29)
    	MOVV	R31, (8*14)(R29)
    #ifndef GOMIPS64_softfloat
    	MOVD	F24, (8*15)(R29)
    	MOVD	F25, (8*16)(R29)
    	MOVD	F26, (8*17)(R29)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 00:43:51 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  8. src/runtime/cgo/asm_mipsx.s

    	MOVW	R5, (4*2)(R29)	// a unsafe.Pointer
    	MOVW	R7, (4*3)(R29)	// ctxt uintptr
    	MOVW	R16, (4*4)(R29)
    	MOVW	R17, (4*5)(R29)
    	MOVW	R18, (4*6)(R29)
    	MOVW	R19, (4*7)(R29)
    	MOVW	R20, (4*8)(R29)
    	MOVW	R21, (4*9)(R29)
    	MOVW	R22, (4*10)(R29)
    	MOVW	R23, (4*11)(R29)
    	MOVW	g, (4*12)(R29)
    	MOVW	R31, (4*13)(R29)
    #ifndef GOMIPS_softfloat
    	MOVD	F20, (4*14)(R29)
    	MOVD	F22, (4*14+8*1)(R29)
    	MOVD	F24, (4*14+8*2)(R29)
    	MOVD	F26, (4*14+8*3)(R29)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 00:43:51 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/arm64/doc.go

    (6) CCMN, CCMNW, CCMP, CCMPW <cond>, <Rn>, $<imm>, $<nzcv>
    
    Examples:
    
    	CCMP MI, R22, $12, $13     <=>    ccmp x22, #0xc, #0xd, mi
    	CCMNW AL, R1, $11, $8      <=>    ccmn w1, #0xb, #0x8, al
    
    (7) CCMN, CCMNW, CCMP, CCMPW <cond>, <Rn>, <Rm>, $<nzcv>
    
    Examples:
    
    	CCMN VS, R13, R22, $10     <=>    ccmn x13, x22, #0xa, vs
    	CCMPW HS, R19, R14, $11    <=>    ccmp w19, w14, #0xb, cs
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 00:21:42 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  10. src/reflect/asm_mips64x.s

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build mips64 || mips64le
    
    #include "textflag.h"
    #include "funcdata.h"
    
    #define	REGCTXT	R22
    
    // makeFuncStub is the code half of the function returned by MakeFunc.
    // See the comment on the declaration of makeFuncStub in makefunc.go
    // for more details.
    // No arg size here, runtime pulls arg map out of the func value.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 1.2K bytes
    - Viewed (0)
Back to top