Searched refs:Smulh (Results 1 – 7 of 7) sorted by relevance
/external/vixl/test/ |
D | test-assembler-a64.cc | 1263 __ Smulh(x0, x20, x24); in TEST() local 1264 __ Smulh(x1, x21, x24); in TEST() local 1265 __ Smulh(x2, x22, x23); in TEST() local 1266 __ Smulh(x3, x22, x24); in TEST() local 1267 __ Smulh(x4, x24, x25); in TEST() local 1268 __ Smulh(x5, x23, x27); in TEST() local 1269 __ Smulh(x6, x26, x26); in TEST() local 1270 __ Smulh(x7, x26, x27); in TEST() local 1271 __ Smulh(x8, x27, x27); in TEST() local 1272 __ Smulh(x9, x28, x28); in TEST() local [all …]
|
/external/chromium_org/v8/test/cctest/ |
D | test-assembler-arm64.cc | 1328 __ 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/vixl/src/a64/ |
D | macro-assembler-a64.h | 958 void Smulh(const Register& xd, const Register& xn, const Register& xm) { in Smulh() function
|
/external/chromium_org/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 1114 void MacroAssembler::Smulh(const Register& rd, in Smulh() function
|
D | macro-assembler-arm64.h | 489 inline void Smulh(const Register& rd,
|
D | full-codegen-arm64.cc | 2082 __ Smulh(x10, left, right); in EmitInlineSmiBinaryOp() local
|
D | lithium-codegen-arm64.cc | 4493 __ Smulh(result, left, right); in DoMulS() local
|