Searched defs:Umull (Results 1 – 8 of 8) sorted by relevance
| /third_party/vixl/benchmarks/aarch64/ |
| D | bench-utils.cc | 380 __ Umull(PickV().V2D(), PickV().V2S(), PickV().V2S()); in GenerateNEONSequence() local
|
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| D | code-generator-arm64.cc | 1278 __ Umull(i.OutputRegister(), i.InputRegister32(0), in AssembleArchInstruction() local 1284 __ Umull(i.OutputSimd128Register().Format(dst_f), in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| D | macro-assembler-arm64-inl.h | 952 void TurboAssembler::Umull(const Register& rd, const Register& rn, in Umull() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceInstARM32.h | 424 Umull, enumerator
|
| /third_party/vixl/src/aarch32/ |
| D | macro-assembler-aarch32.h | 6022 void Umull( in Assembler() function 6038 void Umull(Register rdlo, Register rdhi, Register rn, Register rm) { in Assembler() function 6041 void Umull(FlagsUpdate flags, in Assembler() function 6059 void Umull(FlagsUpdate flags, in Assembler() function
|
| /third_party/vixl/test/aarch64/ |
| D | test-assembler-aarch64.cc | 1360 __ Umull(x24, w19, w19); in TEST() local 1361 __ Umull(x25, w17, w18); in TEST() local
|
| D | test-assembler-neon-aarch64.cc | 4491 __ Umull(v18.V4S(), v0.V4H(), v1.H(), 7); in TEST() local
|
| /third_party/vixl/src/aarch64/ |
| D | macro-assembler-aarch64.h | 2749 void Umull(const Register& rd, const Register& rn, const Register& rm) { in Umull() function
|