Home
last modified time | relevance | path

Searched refs:Umull (Results 1 – 12 of 12) sorted by relevance

/third_party/vixl/benchmarks/aarch64/
Dbench-utils.cc380 __ Umull(PickV().V2D(), PickV().V2S(), PickV().V2S()); in GenerateNEONSequence() local
/third_party/node/deps/v8/src/codegen/arm64/
Dmacro-assembler-arm64.h236 V(umull, Umull) \
467 V(umull, Umull) \
1050 inline void Umull(const Register& rd, const Register& rn, const Register& rm);
Dmacro-assembler-arm64-inl.h952 void TurboAssembler::Umull(const Register& rd, const Register& rn, in Umull() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstARM32.h424 Umull, enumerator
1446 static bool classof(const Inst *Instr) { return isClassof(Instr, Umull); } in classof()
DIceInstARM32.cpp1520 : InstARM32Pred(Func, InstARM32::Umull, 2, DestLo, Predicate), in InstARM32Umull()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h2137 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/
Dcode-generator-arm64.cc1278 __ Umull(i.OutputRegister(), i.InputRegister32(0), in AssembleArchInstruction() local
1284 __ Umull(i.OutputSimd128Register().Format(dst_f), in AssembleArchInstruction() local
/third_party/vixl/src/aarch32/
Dmacro-assembler-aarch32.h6022 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/
Dtest-disasm-neon-aarch64.cc2336 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()
Dtest-assembler-aarch64.cc1360 __ Umull(x24, w19, w19); in TEST() local
1361 __ Umull(x25, w17, w18); in TEST() local
Dtest-assembler-neon-aarch64.cc4491 __ Umull(v18.V4S(), v0.V4H(), v1.H(), 7); in TEST() local
/third_party/vixl/src/aarch64/
Dmacro-assembler-aarch64.h2749 void Umull(const Register& rd, const Register& rn, const Register& rm) { in Umull() function
2930 V(umull, Umull) \
3097 V(umull, Umull) \