Lines Matching refs:vectors
183 // 256-bit vectors get 32-byte stack slots that are 32-byte aligned.
187 // 512-bit vectors get 64-byte stack slots that are 64-byte aligned.
261 // Boolean vectors of AVX-512 are returned in SIMD registers.
277 // 256-bit vectors are returned in YMM0 and XMM1, when they fit. YMM2 and YMM3
283 // 512-bit vectors are returned in ZMM0 and ZMM1, when they fit. ZMM2 and ZMM3
339 // 256-bit FP vectors
344 // 512-bit FP vectors
581 // Boolean vectors of AVX-512 are passed in SIMD registers.
622 // 256-bit vectors get 32-byte stack slots that are 32-byte aligned.
626 // 512-bit vectors get 64-byte stack slots that are 64-byte aligned.
657 // 128 bit vectors are passed by pointer
660 // 256 bit vectors are passed by pointer
663 // 512 bit vectors are passed by pointer
763 // Other SSE vectors get 16-byte stack slots that are 16-byte aligned.
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.
779 // Other SSE vectors get 16-byte stack slots that are 4-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.
863 // Boolean vectors of AVX-512 are passed in SIMD registers.
873 // __m64 vectors get 8-byte stack slots that are 4-byte aligned. They are
877 // Darwin passes vectors in a form that differs from the i386 psABI