Searched refs:VEXTRACTUB (Results 1 – 2 of 2) sorted by relevance
525 #define VEXTRACTUB(X) __asm__ __volatile__ ("vextractub %0, %1, %2" : "+v" (vec_xt) : "v" (vec_xb… macro630 case 0: VEXTRACTUB( 0); break; in test_vextractub()631 case 1: VEXTRACTUB( 1); break; in test_vextractub()632 case 2: VEXTRACTUB( 2); break; in test_vextractub()633 case 3: VEXTRACTUB( 3); break; in test_vextractub()634 case 4: VEXTRACTUB( 4); break; in test_vextractub()635 case 5: VEXTRACTUB( 5); break; in test_vextractub()636 case 6: VEXTRACTUB( 6); break; in test_vextractub()637 case 7: VEXTRACTUB( 7); break; in test_vextractub()638 case 8: VEXTRACTUB( 8); break; in test_vextractub()[all …]
1262 def VEXTRACTUB : VX1_VT5_UIM5_VB5<525, "vextractub", []>;