Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for r26 (0.02 sec)

  1. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    		},
    
    		// Scheduler ensures LoweredGetClosurePtr occurs only in entry block,
    		// and sorts it to the very beginning of the block to prevent other
    		// use of R26 (arm64.REGCTXT, the closure pointer)
    		{name: "LoweredGetClosurePtr", reg: regInfo{outputs: []regMask{buildReg("R26")}}, zeroWidth: true},
    
    		// LoweredGetCallerSP returns the SP of the caller of the current function. arg0=mem
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/p256_asm_ppc64le.s

    	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
    	XXPERMDI Y2H, Y2H, $2, Y2H
    	XXPERMDI Y2L, Y2L, $2, Y2L
    
    	// Equivalent of VLREPG sign+24(FP), SEL1
    	LXVDSX   (R1)(R26), SEL1
    	VSPLTISB $0, ZER
    	VCMPEQUD SEL1, ZER, SEL1
    
    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