Home | History | Annotate | Download | only in test

Lines Matching refs:Ubfm

8811 TEST(ubfm) {
8822 // There are no macro instruction for ubfm.
8823 __ Ubfm(x10, x1, 16, 31);
8824 __ Ubfm(x11, x1, 32, 15);
8825 __ Ubfm(x12, x1, 32, 47);
8826 __ Ubfm(x13, x1, 48, 35);
8828 __ Ubfm(w25, w1, 16, 23);
8829 __ Ubfm(w26, w1, 24, 15);
8830 __ Ubfm(w27, w2, 16, 23);
8831 __ Ubfm(w28, w2, 24, 15);