Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for in1 (0.09 sec)

  1. src/crypto/internal/nistec/p256_asm_ppc64le.s

    #define Y0    V2
    #define Y1    V3
    #define T0    V4
    #define T1    V5
    
    // Constants
    #define P0    V30
    #define P1    V31
    // func p256MulAsm(res, in1, in2 *p256Element)
    TEXT ·p256Mul(SB), NOSPLIT, $0-24
    	MOVD res+0(FP), res_ptr
    	MOVD in1+8(FP), x_ptr
    	MOVD in2+16(FP), y_ptr
    	MOVD $16, R16
    	MOVD $32, R17
    
    	MOVD $p256mul<>+0x00(SB), CPOOL
    
    
    	LXVD2X (R0)(x_ptr), X0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/p256_asm_s390x.s

    #undef X2H
    #undef Y2L
    #undef Y2H
    #undef Z2L
    #undef Z2H
    #undef ONE
    #undef IDX
    #undef SEL1
    #undef SEL2
    #undef CPOOL
    
    // ---------------------------------------
    
    // func p256OrdMul(res, in1, in2 *p256OrdElement)
    #define res_ptr R1
    #define x_ptr R2
    #define y_ptr R3
    #define X0    V0
    #define X1    V1
    #define Y0    V2
    #define Y1    V3
    #define M0    V4
    #define M1    V5
    #define T0    V6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top