Lines Matching refs:AVX
261 // Boolean vectors of AVX-512 are returned in SIMD registers.
262 // The call from AVX to AVX-512 function should work,
263 // since the boolean types in AVX/AVX2 are promoted by default.
279 // supported while using the AVX target feature.
285 // supported while using the AVX-512 target feature.
581 // Boolean vectors of AVX-512 are passed in SIMD registers.
582 // The call from AVX to AVX-512 function should work,
583 // since the boolean types in AVX/AVX2 are promoted by default.
724 // AVX
728 // AVX-512
767 // 256-bit AVX vectors get 32-byte stack slots that are 32-byte aligned.
771 // 512-bit AVX 512-bit vectors get 64-byte stack slots that are 64-byte aligned.
783 // 256-bit AVX vectors get 32-byte stack slots that are 4-byte aligned.
787 // 512-bit AVX 512-bit vectors get 64-byte stack slots that are 4-byte aligned.
799 // AVX 256-bit vector arguments are passed in YMM registers.
804 // AVX 512-bit vector arguments are passed in ZMM registers.
819 // AVX 256-bit vector arguments are passed in YMM registers.
824 // AVX 512-bit vector arguments are passed in ZMM registers.
863 // Boolean vectors of AVX-512 are passed in SIMD registers.
864 // The call from AVX to AVX-512 function should work,
865 // since the boolean types in AVX/AVX2 are promoted by default.