/external/llvm/test/MC/PowerPC/ |
ppc64-encoding-vmx.s | 95 # CHECK: vsel 2, 3, 4, 5 # encoding: [0x10,0x43,0x21,0x6a] 96 vsel 2, 3, 4, 5
|
/external/flac/libFLAC/ppc/as/ |
lpc_asm.s | 98 vsel v0,v1,v0,v2 ; v0: reversal permutation vector 347 vsel v0,v1,v0,v2 ; v0: reversal permutation vector
|
/external/flac/libFLAC/ppc/gas/ |
lpc_asm.s | 100 vsel v0,v1,v0,v2 # v0: reversal permutation vector 349 vsel v0,v1,v0,v2 # v0: reversal permutation vector
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_blit_A.c | 1012 vector unsigned char vsel; local [all...] |
SDL_blit_N.c | 625 vector unsigned char vsel; local 630 /* vsel is set for items that match the key */ 631 vsel = (vector unsigned char)vec_and(vs, vrgbmask); 632 vsel = (vector unsigned char)vec_cmpeq(vs, vckey); 638 vd = (vector unsigned int)vec_sel((vector unsigned char)vs, (vector unsigned char)vd, vsel); [all...] |