Home
last modified time | relevance | path

Searched refs:smaddl (Results 1 – 17 of 17) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Ddp-3source.ll41 ; CHECK: smaddl {{x[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}, {{x[0-9]+}}
Daarch64-fix-cortex-a53-835769.ll165 ; CHECK-NEXT: smaddl
168 ; CHECK-NOWORKAROUND-NEXT: smaddl
/external/llvm/test/MC/AArch64/
Darm64-arithmetic-encoding.s464 smaddl x1, w2, w3, x4
473 ; CHECK: smaddl x1, w2, w3, x4 ; encoding: [0x41,0x10,0x23,0x9b]
Dbasic-a64-instructions.s1605 smaddl x3, w5, w2, x9
1606 smaddl xzr, w10, w11, x12
1607 smaddl x13, wzr, w14, x15
1608 smaddl x16, w17, wzr, x18
1609 smaddl x19, w20, w21, xzr
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-arithmetic.txt431 # CHECK: smaddl x1, w2, w3, x4
Dbasic-a64-instructions.txt1166 # CHECK: smaddl x3, w5, w2, x9
1167 # CHECK: smaddl xzr, w10, w11, x12
1168 # CHECK: smaddl x13, wzr, w14, x15
1169 # CHECK: smaddl x16, w17, wzr, x18
/external/v8/test/cctest/
Dtest-disasm-arm64.cc494 COMPARE(smaddl(x0, w1, w2, x3), "smaddl x0, w1, w2, x3"); in TEST()
495 COMPARE(smaddl(x25, w21, w22, x16), "smaddl x25, w21, w22, x16"); in TEST()
/external/valgrind/none/tests/arm64/
Dinteger.stdout.exp2098 smaddl x14,w15,w16,x17 :: rd dc434eff2588c2a5 rm 8318f285284c6473, rn f2deaa8a065b5b97, ra db432311…
2099 smaddl x14,w15,w16,x17 :: rd 6e42fca21d01dd68 rm a6325ae016fbd710, rn f0211fade82d1008, ra 70668d16…
2100 smaddl x14,w15,w16,x17 :: rd 579e22bab0475d0c rm 1f1dd8017f191501, rn f69aef71040bfeab, ra 559bc9e2…
2101 smaddl x14,w15,w16,x17 :: rd a4cfc3fbdc22414f rm 389ce2f3140cec0c, rn 7a3ab866f2dcd171, ra a5d72d62…
/external/v8/src/arm64/
Dmacro-assembler-arm64-inl.h1088 smaddl(rd, rn, rm, ra); in Smaddl()
Dassembler-arm64.h1311 void smaddl(const Register& rd,
Dassembler-arm64.cc1463 void Assembler::smaddl(const Register& rd, in smaddl() function in v8::internal::Assembler
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.h1778 smaddl(rd, rn, rm, ra); in Smaddl()
Dassembler-a64.h1679 void smaddl(const Register& rd,
Dassembler-a64.cc1337 void Assembler::smaddl(const Register& rd, in smaddl() function in vixl::Assembler
/external/vixl/doc/
Dsupported-instructions.md1048 void smaddl(const Register& rd,
/external/vixl/test/
Dtest-disasm-a64.cc490 COMPARE(smaddl(x0, w1, w2, x3), "smaddl x0, w1, w2, x3"); in TEST()
491 COMPARE(smaddl(x30, w21, w22, x16), "smaddl x30, w21, w22, x16"); in TEST()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td723 def SMADDLrrr : WideMulAccum<0, 0b001, "smaddl", add, sext>;