Home | History | Annotate | Download | only in aarch64

Lines Matching refs:ubfm

9758 TEST(ubfm) {
9768 __ Ubfm(x10, x1, 16, 31);
9769 __ Ubfm(x11, x1, 32, 15);
9770 __ Ubfm(x12, x1, 32, 47);
9771 __ Ubfm(x13, x1, 48, 35);
9773 __ Ubfm(w25, w1, 16, 23);
9774 __ Ubfm(w26, w1, 24, 15);
9775 __ Ubfm(w27, w2, 16, 23);
9776 __ Ubfm(w28, w2, 24, 15);