Home
last modified time | relevance | path

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

/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc9605 __ Ubfm(x10, x1, 16, 31); in TEST() local
9606 __ Ubfm(x11, x1, 32, 15); in TEST() local
9607 __ Ubfm(x12, x1, 32, 47); in TEST() local
9608 __ Ubfm(x13, x1, 48, 35); in TEST() local
9610 __ Ubfm(w25, w1, 16, 23); in TEST() local
9611 __ Ubfm(w26, w1, 24, 15); in TEST() local
9612 __ Ubfm(w27, w2, 16, 23); in TEST() local
9613 __ Ubfm(w28, w2, 24, 15); in TEST() local
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h2014 void Ubfm(const Register& rd, in Ubfm() function