Searched defs:Smull (Results 1 – 4 of 4) sorted by relevance
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 4000 void Smull( in Smull() function 4012 void Smull(Register rdlo, Register rdhi, Register rn, Register rm) { in Smull() function 4015 void Smull(FlagsUpdate flags, in Smull() function 4033 void Smull(FlagsUpdate flags, in Smull() function
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 1045 __ Smull(x8, w26, w18); in TEST() local 1046 __ Smull(x9, w18, w18); in TEST() local 1047 __ Smull(x10, w19, w19); in TEST() local 1089 __ Smull(x2, w0, w1); in SmullHelper() local
|
D | test-assembler-neon-aarch64.cc | 4488 __ Smull(v16.V4S(), v0.V4H(), v1.H(), 7); in TEST() local
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.h | 2342 void Smull(const Register& rd, const Register& rn, const Register& rm) { in Smull() function
|