/external/llvm/test/CodeGen/AArch64/ |
D | dp-3source.ll | 41 ; CHECK: smaddl {{x[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}, {{x[0-9]+}}
|
D | aarch64-fix-cortex-a53-835769.ll | 165 ; CHECK-NEXT: smaddl 168 ; CHECK-NOWORKAROUND-NEXT: smaddl
|
/external/llvm/test/MC/AArch64/ |
D | arm64-arithmetic-encoding.s | 464 smaddl x1, w2, w3, x4 473 ; CHECK: smaddl x1, w2, w3, x4 ; encoding: [0x41,0x10,0x23,0x9b]
|
D | basic-a64-instructions.s | 1605 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/ |
D | arm64-arithmetic.txt | 431 # CHECK: smaddl x1, w2, w3, x4
|
D | basic-a64-instructions.txt | 1166 # 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/ |
D | test-disasm-arm64.cc | 494 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/ |
D | integer.stdout.exp | 2098 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/ |
D | macro-assembler-arm64-inl.h | 1088 smaddl(rd, rn, rm, ra); in Smaddl()
|
D | assembler-arm64.h | 1311 void smaddl(const Register& rd,
|
D | assembler-arm64.cc | 1463 void Assembler::smaddl(const Register& rd, in smaddl() function in v8::internal::Assembler
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 1778 smaddl(rd, rn, rm, ra); in Smaddl()
|
D | assembler-a64.h | 1679 void smaddl(const Register& rd,
|
D | assembler-a64.cc | 1337 void Assembler::smaddl(const Register& rd, in smaddl() function in vixl::Assembler
|
/external/vixl/doc/ |
D | supported-instructions.md | 1048 void smaddl(const Register& rd,
|
/external/vixl/test/ |
D | test-disasm-a64.cc | 490 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/ |
D | AArch64InstrInfo.td | 723 def SMADDLrrr : WideMulAccum<0, 0b001, "smaddl", add, sext>;
|