Home
last modified time | relevance | path

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

/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc10358 __ Ubfm(x10, x1, 16, 31); in TEST() local
10359 __ Ubfm(x11, x1, 32, 15); in TEST() local
10360 __ Ubfm(x12, x1, 32, 47); in TEST() local
10361 __ Ubfm(x13, x1, 48, 35); in TEST() local
10363 __ Ubfm(w25, w1, 16, 23); in TEST() local
10364 __ Ubfm(w26, w1, 24, 15); in TEST() local
10365 __ Ubfm(w27, w2, 16, 23); in TEST() local
10366 __ Ubfm(w28, w2, 24, 15); in TEST() local
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h2423 void Ubfm(const Register& rd, in Ubfm() function