Searched refs:Ubfx (Results 1 – 4 of 4) sorted by relevance
/external/vixl/test/aarch64/ |
D | test-simulator-aarch64.cc | 741 __ Ubfx(flags, flags, 28, 4); in TestCmp_Helper() local 876 __ Ubfx(flags, flags, 28, 4); in TestCmpZero_Helper() local
|
D | test-assembler-aarch64.cc | 6503 __ 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/ |
D | macro-assembler-aarch32.h | 4802 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/ |
D | macro-assembler-aarch64.h | 2589 void Ubfx(const Register& rd, in Ubfx() function
|