Home
last modified time | relevance | path

Searched defs:Smulh (Results 1 – 6 of 6) sorted by relevance

/external/v8/test/cctest/
Dtest-assembler-arm64.cc1328 __ Smulh(x0, x20, x24); in TEST() local
1329 __ Smulh(x1, x21, x24); in TEST() local
1330 __ Smulh(x2, x22, x23); in TEST() local
1331 __ Smulh(x3, x22, x24); in TEST() local
1332 __ Smulh(x4, x24, x25); in TEST() local
1333 __ Smulh(x5, x23, x27); in TEST() local
1334 __ Smulh(x6, x26, x26); in TEST() local
1335 __ Smulh(x7, x26, x27); in TEST() local
1336 __ Smulh(x8, x27, x27); in TEST() local
1337 __ Smulh(x9, x28, x28); in TEST() local
[all …]
/external/v8/src/arm64/
Dmacro-assembler-arm64-inl.h1114 void MacroAssembler::Smulh(const Register& rd, in Smulh() function
Dfull-codegen-arm64.cc2082 __ Smulh(x10, left, right); in EmitInlineSmiBinaryOp() local
Dlithium-codegen-arm64.cc4493 __ Smulh(result, left, right); in DoMulS() local
/external/vixl/test/
Dtest-assembler-a64.cc1303 __ Smulh(x0, x20, x24); in TEST() local
1304 __ Smulh(x1, x21, x24); in TEST() local
1305 __ Smulh(x2, x22, x23); in TEST() local
1306 __ Smulh(x3, x22, x24); in TEST() local
1307 __ Smulh(x4, x24, x25); in TEST() local
1308 __ Smulh(x5, x23, x27); in TEST() local
1309 __ Smulh(x6, x26, x26); in TEST() local
1310 __ Smulh(x7, x26, x27); in TEST() local
1311 __ Smulh(x8, x27, x27); in TEST() local
1312 __ Smulh(x9, x28, x28); in TEST() local
[all …]
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.h1771 void Smulh(const Register& xd, const Register& xn, const Register& xm) { in Smulh() function