Lines Matching refs:VOP
373 #define VOP(T) VOP_IMPL(T) \ macro
376 VOP(char2)
377 VOP(char3)
378 VOP(char4)
379 VOP(uchar2)
380 VOP(uchar3)
381 VOP(uchar4)
382 VOP(short2)
383 VOP(short3)
384 VOP(short4)
385 VOP(ushort2)
386 VOP(ushort3)
387 VOP(ushort4)
388 VOP(int2)
389 VOP(int3)
390 VOP(int4)
391 VOP(uint2)
392 VOP(uint3)
393 VOP(uint4)
394 VOP(long2)
395 VOP(long3)
396 VOP(long4)
397 VOP(ulong2)
398 VOP(ulong3)
399 VOP(ulong4)
400 VOP(float2)
401 VOP(float3)
402 VOP(float4)
403 VOP(double2)
404 VOP(double3)
405 VOP(double4)
409 #undef VOP