Searched refs:Ubfm (Results 1 - 2 of 2) sorted by relevance

/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h2050 void Ubfm(const Register& rd, function in class:vixl::aarch64::MacroAssembler
/external/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc9768 __ 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);

Completed in 106 milliseconds