Home
last modified time | relevance | path

Searched refs:smulh (Results 1 – 21 of 21) sorted by relevance

/external/llvm/test/MC/Disassembler/AArch64/
Darm64-canonical-form.txt9 # CHECK: smulh x0, x0, x0
Darm64-arithmetic.txt443 # CHECK: smulh x1, x2, x3
Dbasic-a64-instructions.txt1108 # 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/
Darm64-mul.ll21 ; CHECK: smulh {{x[0-9]+}}, {{x[0-9]+}}, {{x[0-9]+}}
Ddp-3source.ll82 ; CHECK: smulh {{x[0-9]+}}, {{x[0-9]+}}, {{x[0-9]+}}
Darm64-xaluo.ll210 ; 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/
Darm64-arithmetic-encoding.s482 smulh x1, x2, x3
485 ; CHECK: smulh x1, x2, x3 ; encoding: [0x41,0x7c,0x43,0x9b]
Dbasic-a64-instructions.s1638 smulh x30, x29, x28
1639 smulh xzr, x27, x26
1640 smulh x25, xzr, x24
1641 smulh x23, x22, xzr
/external/v8/src/arm64/
Dmacro-assembler-arm64-inl.h1119 smulh(rd, rn, rm); in Smulh()
Dassembler-arm64.h1412 void smulh(const Register& rd, const Register& rn, const Register& rm);
Dassembler-arm64.cc1513 void Assembler::smulh(const Register& rd, in smulh() function in v8::internal::Assembler
/external/valgrind/none/tests/arm64/
Dinteger.stdout.exp826 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/
Dtest-disasm-arm64.cc459 COMPARE(smulh(x0, x1, x2), "smulh x0, x1, x2"); in TEST_()
Dtest-assembler-arm64.cc1312 TEST(smulh) { in TEST() argument
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.h1777 smulh(xd, xn, xm); in Smulh()
Dassembler-a64.h1583 void smulh(const Register& xd, const Register& xn, const Register& xm);
Dassembler-a64.cc1353 void Assembler::smulh(const Register& xd, in smulh() function in vixl::Assembler
/external/vixl/doc/
Dsupported-instructions.md1068 void smulh(const Register& xd, const Register& xn, const Register& xm)
/external/vixl/test/
Dtest-disasm-a64.cc459 COMPARE(smulh(x0, x1, x2), "smulh x0, x1, x2"); in TEST()
Dtest-assembler-a64.cc1288 TEST(smulh) { in TEST() argument
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td716 def SMULHrr : MulHi<0b010, "smulh", mulhs>;