Home
last modified time | relevance | path

Searched defs:Smull (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/arm64/
Dmacro-assembler-arm64-inl.h1105 void MacroAssembler::Smull(const Register& rd, in Smull() function
Dlithium-codegen-arm64.cc4462 __ Smull(result.X(), left, right); in DoMulI() local
/external/v8/test/cctest/
Dtest-assembler-arm64.cc1109 __ Smull(x8, w17, w18); in TEST() local
1110 __ Smull(x9, w18, w18); in TEST() local
1111 __ Smull(x10, w19, w19); in TEST() local
1153 __ Smull(x2, w0, w1); in SmullHelper() local
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.h1763 void Smull(const Register& rd, const Register& rn, const Register& rm) { in Smull() function
/external/vixl/test/
Dtest-assembler-a64.cc1088 __ Smull(x8, w26, w18); in TEST() local
1089 __ Smull(x9, w18, w18); in TEST() local
1090 __ Smull(x10, w19, w19); in TEST() local
1132 __ Smull(x2, w0, w1); in SmullHelper() local
16281 __ Smull(v16.V4S(), v0.V4H(), v1.H(), 7); in TEST() local