Home
last modified time | relevance | path

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

/external/valgrind/none/tests/ppc64/
Dtest_isa_3_0.c535 #define XXEXTRACTUW(X) __asm__ __volatile__ ("xxextractuw %0, %1, %2" : "+wa" (vec_xt) : "wa" (vec_… macro
740 case 0: XXEXTRACTUW( 0); break; in test_xxextractuw()
741 case 1: XXEXTRACTUW( 1); break; in test_xxextractuw()
742 case 2: XXEXTRACTUW( 2); break; in test_xxextractuw()
743 case 3: XXEXTRACTUW( 3); break; in test_xxextractuw()
744 case 4: XXEXTRACTUW( 4); break; in test_xxextractuw()
745 case 5: XXEXTRACTUW( 5); break; in test_xxextractuw()
746 case 6: XXEXTRACTUW( 6); break; in test_xxextractuw()
747 case 7: XXEXTRACTUW( 7); break; in test_xxextractuw()
748 case 8: XXEXTRACTUW( 8); break; in test_xxextractuw()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCInstrVSX.td2047 def XXEXTRACTUW : XX2_RD6_UIM5_RS6<60, 165,
2191 (f32 (XSCVUXDSP (XXEXTRACTUW $A, 12)))>;
2193 (f32 (XSCVUXDSP (XXEXTRACTUW $A, 8)))>;
2195 (f32 (XSCVUXDSP (XXEXTRACTUW $A, 4)))>;
2197 (f32 (XSCVUXDSP (XXEXTRACTUW $A, 0)))>;
2218 (f32 (XSCVUXDSP (XXEXTRACTUW $A, 0)))>;
2220 (f32 (XSCVUXDSP (XXEXTRACTUW $A, 4)))>;
2222 (f32 (XSCVUXDSP (XXEXTRACTUW $A, 8)))>;
2224 (f32 (XSCVUXDSP (XXEXTRACTUW $A, 12)))>;