Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/AArch64/
Darm64-mul.ll126 ; CHECK: smaddl {{x[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}, {{x[0-9]+}}
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/capstone/suite/MC/AArch64/
Dbasic-a64-instructions.s.cs618 0xa3,0x24,0x22,0x9b = smaddl x3, w5, w2, x9
619 0x5f,0x31,0x2b,0x9b = smaddl xzr, w10, w11, x12
620 0xed,0x3f,0x2e,0x9b = smaddl x13, wzr, w14, x15
621 0x30,0x4a,0x3f,0x9b = smaddl x16, w17, wzr, x18
/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/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.h1104 smaddl(rd, rn, rm, ra); in Smaddl()
Dassembler-arm64.h1318 void smaddl(const Register& rd,
Dassembler-arm64.cc1465 void Assembler::smaddl(const Register& rd, in smaddl() function in v8::internal::Assembler
/external/vixl/src/aarch64/
Dassembler-aarch64.h923 void smaddl(const Register& xd,
Dmacro-assembler-aarch64.h1832 smaddl(rd, rn, rm, ra); in Smaddl()
Dassembler-aarch64.cc842 void Assembler::smaddl(const Register& xd, in smaddl() function in vixl::aarch64::Assembler
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md1031 void smaddl(const Register& xd,
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc532 COMPARE(smaddl(x0, w1, w2, x3), "smaddl x0, w1, w2, x3"); in TEST()
533 COMPARE(smaddl(x30, w21, w22, x16), "smaddl x30, w21, w22, x16"); in TEST()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td737 def SMADDLrrr : WideMulAccum<0, 0b001, "smaddl", add, sext>;