Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for VADDPD (0.17 sec)

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

    	VADDPD X30, X29, X10        // 6211950058d6
    	VADDPD X12, X11, X28        // 6241a50858e4
    	VADDPD X30, X11, X28        // 6201a50858e6
    	VADDPD X12, X29, X28        // 6241950058e4
    	VADDPD X30, X29, X28        // 6201950058e6
    	VADDPD (AX), X29, X0        // 62f195005800
    	VADDPD (AX), X1, X28        // 6261f5085820
    	VADDPD (AX), X29, X28       // 626195005820
    	VADDPD (AX), X29, X10       // 627195005810
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 11 18:32:50 GMT 2023
    - 57.6K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/line_test.go

    		// Test AVX512 suffixes.
    		{"VADDPD.A X0, X1, X2", `unknown suffix "A"`},
    		{"VADDPD.A.A X0, X1, X2", `unknown suffix "A"; duplicate suffix "A"`},
    		{"VADDPD.A.A.A X0, X1, X2", `unknown suffix "A"; duplicate suffix "A"`},
    		{"VADDPD.A.B X0, X1, X2", `unknown suffix "A"; unknown suffix "B"`},
    		{"VADDPD.Z.A X0, X1, X2", `Z suffix should be the last; unknown suffix "A"`},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 29 07:48:38 GMT 2023
    - 1.9K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/amd64error.s

    	// Usage of rounding with invalid operands.
    	VADDPD.RU_SAE X3, X2, K1, X1     // ERROR "unsupported rounding"
    	VADDPD.RD_SAE X3, X2, K1, X1     // ERROR "unsupported rounding"
    	VADDPD.RZ_SAE X3, X2, K1, X1     // ERROR "unsupported rounding"
    	VADDPD.RN_SAE X3, X2, K1, X1     // ERROR "unsupported rounding"
    	VADDPD.RU_SAE Y3, Y2, K1, Y1     // ERROR "unsupported rounding"
    	VADDPD.RD_SAE Y3, Y2, K1, Y1     // ERROR "unsupported rounding"
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jun 14 00:03:57 GMT 2023
    - 8.9K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/avx512enc/avx512f.s

    	VADDPD Z13, Z11, K3, Z14                           // 6251a54b58f5
    	VADDPD Z14, Z11, K3, Z14                           // 6251a54b58f6
    	VADDPD Z13, Z5, K3, Z14                            // 6251d54b58f5
    	VADDPD Z14, Z5, K3, Z14                            // 6251d54b58f6
    	VADDPD Z13, Z11, K3, Z27                           // 6241a54b58dd
    	VADDPD Z14, Z11, K3, Z27                           // 6241a54b58de
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue May 22 14:57:15 GMT 2018
    - 410.5K bytes
    - Viewed (0)
  5. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	VADDPD X11, X9, X11                     // c4413158db
    	VADDPD (BX), Y15, Y2                    // c4e1055813 or c5855813
    	VADDPD (R11), Y15, Y2                   // c4c1055813
    	VADDPD Y2, Y15, Y2                      // c4e10558d2 or c58558d2
    	VADDPD Y11, Y15, Y2                     // c4c10558d3
    	VADDPD (BX), Y15, Y11                   // c46105581b or c505581b
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 08 21:38:44 GMT 2021
    - 581.9K bytes
    - Viewed (0)
Back to top