|
|||||||||||||||
Each bit of the result is set to the corresponding bit of arg1 if the corresponding bit of arg3 is 0; otherwise it is set to the corresponding bit of arg2.
|
|
arg1 and arg2 |
arg3 |
|
|
vector unsigned char |
vector unsigned char |
vector unsigned char |
|
|
vector unsigned char |
vector unsigned char |
vector bool char |
|
|
vector signed char |
vector signed char |
vector unsigned char |
|
|
vector signed char |
vector signed char |
vector bool char |
|
|
vector bool char |
vector bool char |
vector unsigned char |
|
|
vector bool char |
vector bool char |
vector bool char |
|
|
vector unsigned short |
vector unsigned short |
vector unsigned short |
|
|
vector unsigned short |
vector unsigned short |
vector bool short |
|
|
vector signed short |
vector signed short |
vector unsigned short |
|
|
vector signed short |
vector signed short |
vector bool short |
|
|
vector bool short |
vector bool short |
vector unsigned short |
|
|
vector bool short |
vector bool short |
vector bool short |
|
|
vector unsigned long |
vector unsigned long |
vector unsigned long |
|
|
vector unsigned long |
vector unsigned long |
vector bool long |
|
|
vector signed long |
vector signed long |
vector unsigned long |
|
|
vector signed long |
vector signed long |
vector bool long |
|
|
vector bool long |
vector bool long |
vector unsigned long |
|
|
vector bool long |
vector bool long |
vector bool long |
|
|
vector float |
vector float |
vector unsigned long |
|
|
vector float |
vector float |
vector bool long |
|