Home
last modified time | relevance | path

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

/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc6488 __ Ubfm(x10, x1, 16, 31); in TEST() local
6489 __ Ubfm(x11, x1, 32, 15); in TEST() local
6490 __ Ubfm(x12, x1, 32, 47); in TEST() local
6491 __ Ubfm(x13, x1, 48, 35); in TEST() local
6493 __ Ubfm(w25, w1, 16, 23); in TEST() local
6494 __ Ubfm(w26, w1, 24, 15); in TEST() local
6495 __ Ubfm(w27, w2, 16, 23); in TEST() local
6496 __ Ubfm(w28, w2, 24, 15); in TEST() local
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h2579 void Ubfm(const Register& rd, in Ubfm() function