Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for r23 (0.03 sec)

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

    	MSR	R14, PMEVCNTR29_EL0                // aeeb1bd5
    	MSR	R23, PMEVCNTR30_EL0                // d7eb1bd5
    	MRS	PMEVTYPER0_EL0, R23                // 17ec3bd5
    	MRS	PMEVTYPER1_EL0, R30                // 3eec3bd5
    	MRS	PMEVTYPER2_EL0, R12                // 4cec3bd5
    	MRS	PMEVTYPER3_EL0, R13                // 6dec3bd5
    	MRS	PMEVTYPER4_EL0, R25                // 99ec3bd5
    	MRS	PMEVTYPER5_EL0, R23                // b7ec3bd5
    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/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    	"R5",
    	"R6",
    	"R7",
    	"R8",
    	"R9",
    	"R10",
    	"R11",
    	"R12",
    	"R13",
    	"R14",
    	"R15",
    	"R16",
    	"R17",
    	"R18", // platform register, not used
    	"R19",
    	"R20",
    	"R21",
    	"R22",
    	"R23",
    	"R24",
    	"R25",
    	"R26",
    	// R27 = REGTMP not used in regalloc
    	"g",   // aka R28
    	"R29", // frame pointer, not used
    	"R30", // aka REGLINK
    	"SP",  // aka R31
    
    	"F0",
    	"F1",
    	"F2",
    	"F3",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  3. src/crypto/internal/nistec/p256_asm_ppc64le.s

    	MOVD in2+16(FP), P2ptr
    
    	MOVD $p256mul<>+0x00(SB), CPOOL
    
    	MOVD $16, R16
    	MOVD $32, R17
    	MOVD $48, R18
    	MOVD $64, R19
    	MOVD $80, R20
    	MOVD $96, R21
    	MOVD $112, R22
    	MOVD $128, R23
    	MOVD $144, R24
    	MOVD $160, R25
    	MOVD $104, R26 // offset of sign+24(FP)
    
    	LXVD2X (R16)(CPOOL), PH
    	LXVD2X (R0)(CPOOL), PL
    
    	LXVD2X (R17)(P2ptr), Y2L
    	LXVD2X (R18)(P2ptr), Y2H
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
Back to top