Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for VPERMQ (0.08 sec)

  1. src/cmd/asm/internal/asm/testdata/avx512enc/avx512f.s

    	VPERMQ $42, -7(DI)(R8*8), K4, Z20                  // 62a3fd4c00a4c7f9ffffff2a
    	VPERMQ $42, Z17, K4, Z0                            // 62b3fd4c00c12a
    	VPERMQ $42, Z0, K4, Z0                             // 62f3fd4c00c02a
    	VPERMQ $42, (R14), K4, Z0                          // 62d3fd4c00062a
    	VPERMQ $42, -7(DI)(R8*8), K4, Z0                   // 62b3fd4c0084c7f9ffffff2a
    	VPERMQ Y11, Y8, K5, Y1                             // 62d2bd2d36cb
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 410.5K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/amd64enc_extra.s

    	SHA256MSG2 (R11), X11    // 450f38cd1b
    	SHA256MSG2 X2, X11       // 440f38cdda
    	SHA256MSG2 X11, X11      // 450f38cddb
    	// Test VPERMQ with both uint8 and int8 immediate args
    	VPERMQ $-40, Y8, Y8 // c443fd00c0d8
    	VPERMQ $216, Y8, Y8 // c443fd00c0d8
    	// Test that VPERMPD that shares ytab list with VPERMQ continues to work too.
    	VPERMPD $-40, Y7, Y7 // c4e3fd01ffd8
    	VPERMPD $216, Y7, Y7 // c4e3fd01ffd8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 57.6K bytes
    - Viewed (0)
  3. 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)
  4. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	VPERMQ $7, (BX), Y2                     // c4e3fd001307
    	VPERMQ $7, (R11), Y2                    // c4c3fd001307
    	VPERMQ $7, Y2, Y2                       // c4e3fd00d207
    	VPERMQ $7, Y11, Y2                      // c4c3fd00d307
    	VPERMQ $7, (BX), Y11                    // c463fd001b07
    	VPERMQ $7, (R11), Y11                   // c443fd001b07
    	VPERMQ $7, Y2, Y11                      // c463fd00da07
    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