/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-canonical-form.txt | 9 # CHECK: smulh x0, x0, x0
|
D | arm64-arithmetic.txt | 443 # CHECK: smulh x1, x2, x3
|
D | basic-a64-instructions.txt | 1108 # and smulh have them). 1110 # CHECK: smulh x30, x29, x28 1111 # CHECK: smulh xzr, x27, x26 1209 # CHECK: smulh x30, x29, x28 1210 # CHECK: smulh xzr, x27, x26 1211 # CHECK: smulh x25, xzr, x24 1212 # CHECK: smulh x23, x22, xzr
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-mul.ll | 21 ; CHECK: smulh {{x[0-9]+}}, {{x[0-9]+}}, {{x[0-9]+}}
|
D | dp-3source.ll | 82 ; CHECK: smulh {{x[0-9]+}}, {{x[0-9]+}}, {{x[0-9]+}}
|
D | arm64-xaluo.ll | 210 ; CHECK-NEXT: smulh [[HREG:x[0-9]+]], x0, x1 379 ; CHECK-NEXT: smulh [[HREG:x[0-9]+]], x0, x1 575 ; CHECK-NEXT: smulh [[HREG:x[0-9]+]], x0, x1
|
/external/llvm/test/MC/AArch64/ |
D | arm64-arithmetic-encoding.s | 482 smulh x1, x2, x3 485 ; CHECK: smulh x1, x2, x3 ; encoding: [0x41,0x7c,0x43,0x9b]
|
D | basic-a64-instructions.s | 1638 smulh x30, x29, x28 1639 smulh xzr, x27, x26 1640 smulh x25, xzr, x24 1641 smulh x23, x22, xzr
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 1119 smulh(rd, rn, rm); in Smulh()
|
D | assembler-arm64.h | 1412 void smulh(const Register& rd, const Register& rn, const Register& rm);
|
D | assembler-arm64.cc | 1513 void Assembler::smulh(const Register& rd, in smulh() function in v8::internal::Assembler
|
/external/valgrind/none/tests/arm64/ |
D | integer.stdout.exp | 826 smulh x9,x8,x7 :: rd fba81ad7d3ec4d89 rm efdd33d64e6d6a8b, rn 44e875422d202c19, cin 0, nzcv 0000000… 827 smulh x9,x8,x7 :: rd f3a320e490937027 rm 2b7c5939d7c0f528, rn b73870a5a6630162, cin 0, nzcv 0000000… 828 smulh x9,x8,x7 :: rd 0bb576949afd77be rm e57b3a514f5207f4, rn 8ef7bac0f0ac903a, cin 0, nzcv 0000000…
|
/external/v8/test/cctest/ |
D | test-disasm-arm64.cc | 459 COMPARE(smulh(x0, x1, x2), "smulh x0, x1, x2"); in TEST_()
|
D | test-assembler-arm64.cc | 1312 TEST(smulh) { in TEST() argument
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 1777 smulh(xd, xn, xm); in Smulh()
|
D | assembler-a64.h | 1583 void smulh(const Register& xd, const Register& xn, const Register& xm);
|
D | assembler-a64.cc | 1353 void Assembler::smulh(const Register& xd, in smulh() function in vixl::Assembler
|
/external/vixl/doc/ |
D | supported-instructions.md | 1068 void smulh(const Register& xd, const Register& xn, const Register& xm)
|
/external/vixl/test/ |
D | test-disasm-a64.cc | 459 COMPARE(smulh(x0, x1, x2), "smulh x0, x1, x2"); in TEST()
|
D | test-assembler-a64.cc | 1288 TEST(smulh) { in TEST() argument
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 716 def SMULHrr : MulHi<0b010, "smulh", mulhs>;
|