/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/codegen/arm64/ |
D | macro-assembler-arm64.h | 236 V(umull, Umull) \ 467 V(umull, Umull) \ 1050 inline void Umull(const Register& rd, const Register& rn, const Register& rm);
|
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 1446 static bool classof(const Inst *Instr) { return isClassof(Instr, Umull); } in classof()
|
D | IceInstARM32.cpp | 1520 : InstARM32Pred(Func, InstARM32::Umull, 2, DestLo, Predicate), in InstARM32Umull()
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 2137 Umull(tmp1.V2D(), tmp1.V2S(), tmp2.V2S()); in emit_i64x2_mul() 2154 Umull(dst.fp().V2D(), src1.fp().V2S(), src2.fp().V2S()); in emit_i64x2_extmul_low_i32x4_u() 2349 Umull(dst.fp().V4S(), src1.fp().V4H(), src2.fp().V4H()); in emit_i32x4_extmul_low_i16x8_u()
|
/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/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 6039 Umull(al, rdlo, rdhi, rn, rm); in Assembler() 6041 void Umull(FlagsUpdate flags, in Assembler() function 6049 Umull(cond, rdlo, rdhi, rn, rm); in Assembler() 6055 Umull(cond, rdlo, rdhi, rn, rm); in Assembler() 6059 void Umull(FlagsUpdate flags, in Assembler() function 6064 Umull(flags, al, rdlo, rdhi, rn, rm); in Assembler()
|
/third_party/vixl/test/aarch64/ |
D | test-disasm-neon-aarch64.cc | 2336 COMPARE_MACRO(Umull(v0.V4S(), v1.V4H(), v2.H(), 0), in TEST() 2340 COMPARE_MACRO(Umull(v0.V2D(), v1.V2S(), v2.S(), 0), in TEST() 2734 COMPARE_MACRO(Umull(v0.TA, v1.TB, v2.TB), \ in TEST()
|
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 2930 V(umull, Umull) \ 3097 V(umull, Umull) \
|