Home
last modified time | relevance | path

Searched refs:VEXTRACTUH (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/none/tests/ppc64/
Dtest_isa_3_0.c527 #define VEXTRACTUH(X) __asm__ __volatile__ ("vextractuh %0, %1, %2" : "+v" (vec_xt) : "v" (vec_xb… macro
655 case 0: VEXTRACTUH( 0); break; in test_vextractuh()
656 case 1: VEXTRACTUH( 1); break; in test_vextractuh()
657 case 2: VEXTRACTUH( 2); break; in test_vextractuh()
658 case 3: VEXTRACTUH( 3); break; in test_vextractuh()
659 case 4: VEXTRACTUH( 4); break; in test_vextractuh()
660 case 5: VEXTRACTUH( 5); break; in test_vextractuh()
661 case 6: VEXTRACTUH( 6); break; in test_vextractuh()
662 case 7: VEXTRACTUH( 7); break; in test_vextractuh()
663 case 8: VEXTRACTUH( 8); break; in test_vextractuh()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCInstrAltivec.td1263 def VEXTRACTUH : VX1_VT5_UIM5_VB5<589, "vextractuh", []>;