Home
last modified time | relevance | path

Searched refs:Ubfx (Results 1 – 4 of 4) sorted by relevance

/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc741 __ Ubfx(flags, flags, 28, 4); in TestCmp_Helper() local
876 __ Ubfx(flags, flags, 28, 4); in TestCmpZero_Helper() local
Dtest-assembler-aarch64.cc6503 __ Ubfx(x19, x1, 8, 16); in TEST() local
11428 __ Ubfx(x0, x0, kAddressTagOffset, kAddressTagWidth); in TEST() local
11429 __ Ubfx(x1, x1, kAddressTagOffset, kAddressTagWidth); in TEST() local
/external/vixl/src/aarch32/
Dmacro-assembler-aarch32.h4802 void Ubfx( in Ubfx() function
4812 void Ubfx(Register rd, Register rn, uint32_t lsb, uint32_t width) { in Ubfx() function
4813 Ubfx(al, rd, rn, lsb, width); in Ubfx()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h2589 void Ubfx(const Register& rd, in Ubfx() function