Home
last modified time | relevance | path

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

/external/valgrind/none/tests/ppc64/
Dtest_isa_3_0.c529 #define VEXTRACTUW(X) __asm__ __volatile__ ("vextractuw %0, %1, %2" : "+v" (vec_xt) : "v" (vec_xb… macro
679 case 0: VEXTRACTUW( 0); break; in test_vextractuw()
680 case 1: VEXTRACTUW( 1); break; in test_vextractuw()
681 case 2: VEXTRACTUW( 2); break; in test_vextractuw()
682 case 3: VEXTRACTUW( 3); break; in test_vextractuw()
683 case 4: VEXTRACTUW( 4); break; in test_vextractuw()
684 case 5: VEXTRACTUW( 5); break; in test_vextractuw()
685 case 6: VEXTRACTUW( 6); break; in test_vextractuw()
686 case 7: VEXTRACTUW( 7); break; in test_vextractuw()
687 case 8: VEXTRACTUW( 8); break; in test_vextractuw()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCInstrAltivec.td1264 def VEXTRACTUW : VX1_VT5_UIM5_VB5<653, "vextractuw", []>;