Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for VLOADSWAP (0.13 sec)

  1. src/internal/bytealg/index_ppc64x.s

    	MTVSRD   R10, V9      // Set up for VSLO
    	VLOADSWAP(R5, R9, V1, V1)// Load 16 bytes @R5+R9 into V1
    	VSLO     V1, V9, V1   // Shift left
    	VSPLTISB $0xff, V7    // Splat 1s
    	VSPLTISB $0, V27      // Splat 0
    
    index17to32loop:
    	VLOADSWAP(R7, R0, V2, V2)  // Load 16 bytes @R7 into V2
    
    next17:
    	VLOADSWAP(R7, R9, V3, V3)  // Load 16 bytes @R7+R9 into V3
    	VSLO       V3, V9, V3      // Shift left
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 16:47:45 UTC 2023
    - 31.6K bytes
    - Viewed (0)
Back to top