Searched defs:Smull (Results 1 – 6 of 6) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| D | code-generator-arm64.cc | 1238 __ Smull(i.OutputRegister(), i.InputRegister32(0), in AssembleArchInstruction() local 1244 __ Smull(i.OutputSimd128Register().Format(dst_f), in AssembleArchInstruction() local 2487 __ Smull(tmp1, lhs.V4H(), rhs.V4H()); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| D | macro-assembler-arm64-inl.h | 938 void TurboAssembler::Smull(const Register& rd, const Register& rn, in Smull() function
|
| /third_party/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 | 4489 __ Smull(v16.V4S(), v0.V4H(), v1.H(), 7); in TEST() local
|
| /third_party/vixl/src/aarch32/ |
| D | macro-assembler-aarch32.h | 4767 void Smull( in Assembler() function 4783 void Smull(Register rdlo, Register rdhi, Register rn, Register rm) { in Assembler() function 4786 void Smull(FlagsUpdate flags, in Assembler() function 4804 void Smull(FlagsUpdate flags, in Assembler() function
|
| /third_party/vixl/src/aarch64/ |
| D | macro-assembler-aarch64.h | 2469 void Smull(const Register& rd, const Register& rn, const Register& rm) { in Smull() function
|