Home
last modified time | relevance | path

Searched refs:smsubl (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/test/CodeGen/AArch64/
Darm64-mul.ll62 ; CHECK: smsubl {{x[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}, {{x[0-9]+}}
147 ; CHECK: smsubl {{x[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}, {{x[0-9]+}}
Ddp-3source.ll51 ; CHECK: smsubl {{x[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}, {{x[0-9]+}}
Daarch64-fix-cortex-a53-835769.ll185 ; CHECK-NEXT: smsubl
188 ; CHECK-NOWORKAROUND-NEXT: smsubl
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-mul.ll62 ; CHECK: smsubl {{x[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}, {{x[0-9]+}}
147 ; CHECK: smsubl {{x[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}, {{x[0-9]+}}
Ddp-3source.ll51 ; CHECK: smsubl {{x[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}, {{x[0-9]+}}
Daarch64-fix-cortex-a53-835769.ll185 ; CHECK-NEXT: smsubl
188 ; CHECK-NOWORKAROUND-NEXT: smsubl
Dmul_pow2.ll129 ; CHECK: smsubl x0, w0, {{w[0-9]+}}, x1
/external/llvm/test/MC/AArch64/
Darm64-arithmetic-encoding.s465 smsubl x1, w2, w3, x4
474 ; CHECK: smsubl x1, w2, w3, x4 ; encoding: [0x41,0x90,0x23,0x9b]
Dbasic-a64-instructions.s1616 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/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Darm64-arithmetic-encoding.s465 smsubl x1, w2, w3, x4
474 ; CHECK: smsubl x1, w2, w3, x4 ; encoding: [0x41,0x90,0x23,0x9b]
Dbasic-a64-instructions.s1599 smsubl x3, w5, w2, x9
1600 smsubl xzr, w10, w11, x12
1601 smsubl x13, wzr, w14, x15
1602 smsubl x16, w17, wzr, x18
1603 smsubl x19, w20, w21, xzr
/external/capstone/suite/MC/AArch64/
Dbasic-a64-instructions.s.cs623 0xa3,0xa4,0x22,0x9b = smsubl x3, w5, w2, x9
624 0x5f,0xb1,0x2b,0x9b = smsubl xzr, w10, w11, x12
625 0xed,0xbf,0x2e,0x9b = smsubl x13, wzr, w14, x15
626 0x30,0xca,0x3f,0x9b = smsubl x16, w17, wzr, x18
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/
Darm64-arithmetic.txt432 # CHECK: smsubl x1, w2, w3, x4
Dbasic-a64-instructions.txt1161 # CHECK: smsubl x3, w5, w2, x9
1162 # CHECK: smsubl xzr, w10, w11, x12
1163 # CHECK: smsubl x13, wzr, w14, x15
1164 # CHECK: smsubl x16, w17, wzr, x18
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-arithmetic.txt432 # CHECK: smsubl x1, w2, w3, x4
Dbasic-a64-instructions.txt1177 # 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/src/arm64/
Dmacro-assembler-arm64-inl.h914 smsubl(rd, rn, rm, ra); in Smsubl()
Dassembler-arm64.h1565 void smsubl(const Register& rd,
Dassembler-arm64.cc1492 void Assembler::smsubl(const Register& rd, in smsubl() function in v8::internal::Assembler
/external/vixl/src/aarch64/
Dassembler-aarch64.h988 void smsubl(const Register& xd,
Dmacro-assembler-aarch64.h2202 smsubl(rd, rn, rm, ra); in Smsubl()
Dassembler-aarch64.cc939 void Assembler::smsubl(const Register& xd, in smsubl() function in vixl::aarch64::Assembler
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md1041 void smsubl(const Register& xd,
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc553 COMPARE(smsubl(x0, w1, w2, x3), "smsubl x0, w1, w2, x3"); in TEST()
554 COMPARE(smsubl(x30, w21, w22, x16), "smsubl x30, w21, w22, x16"); in TEST()
Dtest-cpu-features-aarch64.cc430 TEST_NONE(smsubl_0, smsubl(x0, w1, w2, x3))

12