/external/llvm/test/CodeGen/AArch64/ |
D | arm64-mul.ll | 62 ; CHECK: smsubl {{x[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}, {{x[0-9]+}}
|
D | dp-3source.ll | 51 ; CHECK: smsubl {{x[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}, {{x[0-9]+}}
|
D | aarch64-fix-cortex-a53-835769.ll | 185 ; CHECK-NEXT: smsubl 188 ; CHECK-NOWORKAROUND-NEXT: smsubl
|
/external/llvm/test/MC/AArch64/ |
D | arm64-arithmetic-encoding.s | 465 smsubl x1, w2, w3, x4 474 ; CHECK: smsubl x1, w2, w3, x4 ; encoding: [0x41,0x90,0x23,0x9b]
|
D | basic-a64-instructions.s | 1616 smsubl x3, w5, w2, x9 1617 smsubl xzr, w10, w11, x12 1618 smsubl x13, wzr, w14, x15 1619 smsubl x16, w17, wzr, x18 1620 smsubl x19, w20, w21, xzr
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-arithmetic.txt | 432 # CHECK: smsubl x1, w2, w3, x4
|
D | basic-a64-instructions.txt | 1177 # CHECK: smsubl x3, w5, w2, x9 1178 # CHECK: smsubl xzr, w10, w11, x12 1179 # CHECK: smsubl x13, wzr, w14, x15 1180 # CHECK: smsubl x16, w17, wzr, x18
|
/external/v8/test/cctest/ |
D | test-disasm-arm64.cc | 499 COMPARE(smsubl(x0, w1, w2, x3), "smsubl x0, w1, w2, x3"); in TEST() 500 COMPARE(smsubl(x25, w21, w22, x16), "smsubl x25, w21, w22, x16"); in TEST()
|
/external/valgrind/none/tests/arm64/ |
D | integer.stdout.exp | 2106 smsubl x14,w15,w16,x17 :: rd da42f7247e3e80fb rm 8318f285284c6473, rn f2deaa8a065b5b97, ra db432311… 2107 smsubl x14,w15,w16,x17 :: rd 728a1d8a96c26c68 rm a6325ae016fbd710, rn f0211fade82d1008, ra 70668d16… 2108 smsubl x14,w15,w16,x17 :: rd 5399710b490151b6 rm 1f1dd8017f191501, rn f69aef71040bfeab, ra 559bc9e2… 2109 smsubl x14,w15,w16,x17 :: rd a6de96c8aaae46b7 rm 389ce2f3140cec0c, rn 7a3ab866f2dcd171, ra a5d72d62…
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64-inl.h | 1098 smsubl(rd, rn, rm, ra); in Smsubl()
|
D | assembler-arm64.h | 1323 void smsubl(const Register& rd,
|
D | assembler-arm64.cc | 1473 void Assembler::smsubl(const Register& rd, in smsubl() function in v8::internal::Assembler
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.h | 1790 smsubl(rd, rn, rm, ra); in Smsubl()
|
D | assembler-a64.h | 1703 void smsubl(const Register& rd,
|
D | assembler-a64.cc | 1357 void Assembler::smsubl(const Register& rd, in smsubl() function in vixl::Assembler
|
/external/vixl/doc/ |
D | supported-instructions.md | 1058 void smsubl(const Register& rd,
|
/external/vixl/test/ |
D | test-disasm-a64.cc | 509 COMPARE(smsubl(x0, w1, w2, x3), "smsubl x0, w1, w2, x3"); in TEST() 510 COMPARE(smsubl(x30, w21, w22, x16), "smsubl x30, w21, w22, x16"); in TEST()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 724 def SMSUBLrrr : WideMulAccum<1, 0b001, "smsubl", sub, sext>;
|