Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 66 for r24 (0.02 sec)

  1. src/cmd/asm/internal/asm/testdata/arm64.s

    	MRS	CNTV_CVAL_EL0, R27                 // 5be33bd5
    	MSR	R24, CNTV_CVAL_EL0                 // 58e31bd5
    	MRS	CNTV_TVAL_EL0, R24                 // 18e33bd5
    	MSR	R5, CNTV_TVAL_EL0                  // 05e31bd5
    	MRS	CONTEXTIDR_EL1, R15                // 2fd038d5
    	MSR	R27, CONTEXTIDR_EL1                // 3bd018d5
    	MRS	CONTEXTIDR_EL1, R29                // 3dd038d5
    	MSR	R24, CONTEXTIDR_EL1                // 38d018d5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  2. src/internal/types/testdata/check/decls3.go

    	*R19
    	*R20
    }
    
    type R14 R13
    type R15 R13
    type R16 R13
    
    type R17 struct {
    	*R21
    	*R22
    	*R23
    	*R24
    }
    
    type R18 R17
    type R19 R17
    type R20 R17
    
    type R21 struct {
    	X int
    }
    
    type R22 R21
    type R23 R21
    type R24 R21
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 23:16:04 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  3. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r24/BuildInvocationsCrossVersionSpec.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    
    package org.gradle.integtests.tooling.r24
    
    
    import org.gradle.integtests.tooling.fixture.ToolingApiSpecification
    import org.gradle.tooling.ProjectConnection
    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.1K bytes
    - Viewed (0)
  4. src/runtime/preempt_mipsx.s

    	MOVW R13, 52(R29)
    	MOVW R14, 56(R29)
    	MOVW R15, 60(R29)
    	MOVW R16, 64(R29)
    	MOVW R17, 68(R29)
    	MOVW R18, 72(R29)
    	MOVW R19, 76(R29)
    	MOVW R20, 80(R29)
    	MOVW R21, 84(R29)
    	MOVW R22, 88(R29)
    	MOVW R24, 92(R29)
    	MOVW R25, 96(R29)
    	MOVW R28, 100(R29)
    	MOVW HI, R1
    	MOVW R1, 104(R29)
    	MOVW LO, R1
    	MOVW R1, 108(R29)
    	#ifndef GOMIPS_softfloat
    	MOVW FCR31, R1
    	MOVW R1, 112(R29)
    	MOVF F0, 116(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)
  5. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r24/BuildEnvironmentCrossVersionSpec.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    
    
    
    package org.gradle.integtests.tooling.r24
    
    import org.gradle.integtests.tooling.fixture.ToolingApiSpecification
    import org.gradle.tooling.ProjectConnection
    import org.gradle.tooling.model.build.BuildEnvironment
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  6. src/runtime/signal_arm64.go

    	print("r19     ", hex(c.r19()), "\n")
    	print("r20     ", hex(c.r20()), "\n")
    	print("r21     ", hex(c.r21()), "\n")
    	print("r22     ", hex(c.r22()), "\n")
    	print("r23     ", hex(c.r23()), "\n")
    	print("r24     ", hex(c.r24()), "\n")
    	print("r25     ", hex(c.r25()), "\n")
    	print("r26     ", hex(c.r26()), "\n")
    	print("r27     ", hex(c.r27()), "\n")
    	print("r28     ", hex(c.r28()), "\n")
    	print("r29     ", hex(c.r29()), "\n")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 05 18:16:00 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/loong64/obj.go

    				//
    				//	MOV	g_panic(g), R20
    				//	BEQ	R20, end
    				//	MOV	panic_argp(R20), R24
    				//	ADD	$(autosize+FIXED_FRAME), R3, R30
    				//	BNE	R24, R30, end
    				//	ADD	$FIXED_FRAME, R3, R24
    				//	MOV	R24, panic_argp(R20)
    				// end:
    				//	NOP
    				//
    				// The NOP is needed to give the jumps somewhere to land.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 19:22:18 UTC 2023
    - 19.7K bytes
    - Viewed (0)
  8. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r24/ModelTasksToolingApiCrossVersionTest.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.r24
    
    
    import org.gradle.integtests.tooling.fixture.ToolingApiSpecification
    import org.gradle.tooling.model.GradleProject
    
    class ModelTasksToolingApiCrossVersionTest extends ToolingApiSpecification {
    
        def setup() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  9. src/cmd/link/internal/mips64/asm.go

    	plt.SetUint32(ctxt.Arch, plt.Size()-4, 0xddd90000) // ld    $25, %lo(&GOTPLT[0])($14)
    
    	// Load return address into r15, the index of the got.plt entry into r24, then
    	// JALR to the resolver. The address of the got.plt entry is currently in r24,
    	// which we have to turn into an index.
    	plt.AddSymRef(ctxt.Arch, gotplt.Sym(), 0, objabi.R_ADDRMIPS, 4)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 05:58:20 UTC 2023
    - 11K bytes
    - Viewed (0)
  10. src/runtime/cgo/abi_ppc64x.h

    	MOVD	R18, (offset+8*4)(R1)  \
    	MOVD	R19, (offset+8*5)(R1)  \
    	MOVD	R20, (offset+8*6)(R1)  \
    	MOVD	R21, (offset+8*7)(R1)  \
    	MOVD	R22, (offset+8*8)(R1)  \
    	MOVD	R23, (offset+8*9)(R1)  \
    	MOVD	R24, (offset+8*10)(R1) \
    	MOVD	R25, (offset+8*11)(R1) \
    	MOVD	R26, (offset+8*12)(R1) \
    	MOVD	R27, (offset+8*13)(R1) \
    	MOVD	R28, (offset+8*14)(R1) \
    	MOVD	R29, (offset+8*15)(R1) \
    	MOVD	g,   (offset+8*16)(R1) \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 03 20:17:02 UTC 2023
    - 6.6K bytes
    - Viewed (0)
Back to top