Searched defs:Umull (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/vixl/benchmarks/aarch64/ |
H A D | bench-utils.cc | 380 __ Umull(PickV().V2D(), PickV().V2S(), PickV().V2S()); in GenerateNEONSequence() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_vector_arm64_neon.cc | 1354 __ Umull(tmp.V8H(), left.V8B(), right.V8B()); in VisitVecDotProd() local
|
H A D | code_generator_arm_vixl.cc | 4464 __ Umull(out_lo, temp, in1_lo, in2_lo); in VisitMul() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceInstARM32.h | 424 Umull, enumerator
|
/aosp_15_r20/external/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 5001 void Umull( in Umull() function 5013 void Umull(Register rdlo, Register rdhi, Register rn, Register rm) { in Umull() function 5016 void Umull(FlagsUpdate flags, in Umull() function 5034 void Umull(FlagsUpdate flags, in Umull() function
|
/aosp_15_r20/external/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.cc | 1360 __ Umull(x24, w19, w19); in TEST() local 1361 __ Umull(x25, w17, w18); in TEST() local
|
H A D | test-assembler-neon-aarch64.cc | 4491 __ Umull(v18.V4S(), v0.V4H(), v1.H(), 7); in TEST() local
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 2622 void Umull(const Register& rd, const Register& rn, const Register& rm) { in Umull() function
|