Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for VPERM2F128 (0.24 sec)

  1. src/crypto/sha512/sha512block_amd64.s

    	ADDQ DI, R11
    
    	VPSRLQ $8, Y1, Y2
    	VPSLLQ $(64-8), Y1, Y1
    	VPOR   Y2, Y1, Y1
    
    	VPXOR Y8, Y3, Y3
    	VPXOR Y1, Y3, Y1
    
    	VPADDQ Y1, Y0, Y0
    
    	VPERM2F128 $0x0, Y0, Y0, Y4
    
    	VPAND MASK_YMM_LO<>(SB), Y0, Y0
    
    	VPERM2F128 $0x11, Y7, Y7, Y2
    	VPSRLQ     $6, Y2, Y8
    
    	MOVQ  R11, DI
    	RORXQ $41, R8, R13
    	RORXQ $18, R8, R14
    	ADDQ  1*8+frame_YFER(SP), R10
    	ORQ   BX, DI
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/x86/anames.go

    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	VPERM2F128 $7, (BX), Y15, Y2    // c4e305061307
    	VPERM2F128 $7, (R11), Y15, Y2   // c4c305061307
    	VPERM2F128 $7, Y2, Y15, Y2      // c4e30506d207
    	VPERM2F128 $7, Y11, Y15, Y2     // c4c30506d307
    	VPERM2F128 $7, (BX), Y15, Y11   // c46305061b07
    	VPERM2F128 $7, (R11), Y15, Y11  // c44305061b07
    	VPERM2F128 $7, Y2, Y15, Y11     // c4630506da07
    	VPERM2F128 $7, Y11, Y15, Y11    // c4430506db07
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
Back to top