Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LVX (0.1 sec)

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

    	FCMPO F1, F2, CR0               // FCMPO F1,CR0,F2 // fc011040
    	FCMPU F1, F2                    // fc011000
    	FCMPU F1, F2, CR0               // FCMPU F1,CR0,F2 // fc011000
    	LVX (R3)(R4), V1                // 7c2418ce
    	LVX (R3)(R0), V1                // 7c2018ce
    	LVX (R3), V1                    // 7c2018ce
    	LVXL (R3)(R4), V1               // 7c241ace
    	LVXL (R3)(R0), V1               // 7c201ace
    	LVXL (R3), V1                   // 7c201ace
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:53:50 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/p256_asm_ppc64le.s

    // VSUBUQM, VSUBCUQ, and VSEL instructions.
    
    // 2. ppc64 does not have a multiply high and low
    // like s390x, so those were implemented using
    // macros to compute the equivalent values.
    
    // 3. The LVX, STVX instructions on ppc64 require
    // 16 byte alignment of the data.  To avoid that
    // requirement, data is loaded using LXVD2X and
    // STXVD2X with VPERM to reorder bytes correctly.
    
    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