Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for VPERMPD (0.16 sec)

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

    	VPERMPD Z0, Z12, K2, Z0                            // 62f29d4a16c0
    	VPERMPD Z26, Z12, K2, Z0                           // 62929d4a16c2
    	VPERMPD -17(BP)(SI*2), Z12, K2, Z0                 // 62f29d4a168475efffffff
    	VPERMPD 7(AX)(CX*2), Z12, K2, Z0                   // 62f29d4a16844807000000
    	VPERMPD Z0, Z24, K2, Z25                           // 6262bd4216c8
    	VPERMPD Z26, Z24, K2, Z25                          // 6202bd4216ca
    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

    	// 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
    	// Check that LEAL is permitted to use overflowing offset.
    	LEAL 2400959708(BP)(R10*1), BP // 428dac15dcbc1b8f
    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

    	VPERMPD $7, (BX), Y2                    // c4e3fd011307
    	VPERMPD $7, (R11), Y2                   // c4c3fd011307
    	VPERMPD $7, Y2, Y2                      // c4e3fd01d207
    	VPERMPD $7, Y11, Y2                     // c4c3fd01d307
    	VPERMPD $7, (BX), Y11                   // c463fd011b07
    	VPERMPD $7, (R11), Y11                  // c443fd011b07
    	VPERMPD $7, Y2, Y11                     // c463fd01da07
    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