Searched refs:VINSERTH (Results 1 – 2 of 2) sorted by relevance
519 #define VINSERTH(X) __asm__ __volatile__ ("vinserth %0, %1, %2" : "+v" (vec_xt) : "v" (vec_xb… macro565 case 0: VINSERTH(0); break; in test_vinserth()566 case 1: VINSERTH(1); break; in test_vinserth()567 case 2: VINSERTH(2); break; in test_vinserth()568 case 3: VINSERTH(3); break; in test_vinserth()569 case 4: VINSERTH(4); break; in test_vinserth()570 case 5: VINSERTH(5); break; in test_vinserth()571 case 6: VINSERTH(6); break; in test_vinserth()572 case 7: VINSERTH(7); break; in test_vinserth()573 case 8: VINSERTH(8); break; in test_vinserth()[all …]
1277 def VINSERTH : VX1_VT5_UIM5_VB5<845, "vinserth", []>;