- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for BCST (0.08 sec)
-
src/cmd/asm/internal/asm/testdata/amd64enc_extra.s
// EVEX: embedded broadcasting. VADDPD.BCST (AX), X2, K1, X1 // 62f1ed195808 VADDPD.BCST.Z (AX), X2, K1, X1 // 62f1ed995808 VADDPD.BCST (AX), Y2, K1, Y1 // 62f1ed395808 VADDPD.BCST.Z (AX), Y2, K1, Y1 // 62f1edb95808 VADDPD.BCST (AX), Z2, K1, Z1 // 62f1ed595808 VADDPD.BCST.Z (AX), Z2, K1, Z1 // 62f1edd95808 VMAXPD.BCST (AX), Z2, K1, Z1 // 62f1ed595f08 VMAXPD.BCST.Z (AX), Z2, K1, Z1 // 62f1edd95f08
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Apr 11 18:32:50 UTC 2023 - 57.6K bytes - Viewed (0) -
src/cmd/asm/internal/asm/line_test.go
{"VADDPD.Z.Z X0, X1, X2", `Z suffix should be the last; duplicate suffix "Z"`}, {"VADDPD.SAE.BCST X0, X1, X2", `can't combine rounding/SAE and broadcast`}, {"VADDPD.BCST.SAE X0, X1, X2", `can't combine rounding/SAE and broadcast`}, {"VADDPD.BCST.Z.SAE X0, X1, X2", `Z suffix should be the last; can't combine rounding/SAE and broadcast`}, {"VADDPD.SAE.SAE X0, X1, X2", `duplicate suffix "SAE"`},
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Aug 29 07:48:38 UTC 2023 - 1.9K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/amd64error.s
// Unsupported broadcast. VFPCLASSSD.BCST $0, (AX), K2, K1 // ERROR "unsupported broadcast" VFPCLASSSS.BCST $0, (AX), K2, K1 // ERROR "unsupported broadcast" // Broadcast without memory operand. VADDPD.BCST X3, X2, K1, X1 // ERROR "illegal broadcast without memory argument" VADDPD.BCST X3, X2, K1, X1 // ERROR "illegal broadcast without memory argument"
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Jun 14 00:03:57 UTC 2023 - 8.9K bytes - Viewed (0)