/external/llvm/test/CodeGen/AArch64/ |
arm64-mul.ll | 62 ; CHECK: smsubl {{x[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}, {{x[0-9]+}}
|
dp-3source.ll | 51 ; CHECK: smsubl {{x[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}, {{x[0-9]+}}
|
/external/vixl/doc/ |
supported-instructions.md | 786 ### smsubl ### 790 void smsubl(const Register& rd,
|
/external/chromium_org/v8/src/arm64/ |
macro-assembler-arm64-inl.h | 1099 void MacroAssembler::Smsubl(const Register& rd, 1105 smsubl(rd, rn, rm, ra); [all...] |
disasm-arm64.cc | 653 mnemonic = "smsubl"; [all...] |
lithium-codegen-arm64.cc | [all...] |
assembler-arm64.cc | 1246 void Assembler::smsubl(const Register& rd, function in class:v8::internal::Assembler [all...] |
assembler-arm64.h | [all...] |
macro-assembler-arm64.h | 443 inline void Smsubl(const Register& rd, [all...] |
/external/llvm/test/MC/AArch64/ |
arm64-arithmetic-encoding.s | 465 smsubl x1, w2, w3, x4 474 ; CHECK: smsubl x1, w2, w3, x4 ; encoding: [0x41,0x90,0x23,0x9b]
|
basic-a64-instructions.s | [all...] |
/external/vixl/src/a64/ |
macro-assembler-a64.h | 940 void Smsubl(const Register& rd, 949 smsubl(rd, rn, rm, ra); [all...] |
disasm-a64.cc | 660 mnemonic = "smsubl"; [all...] |
assembler-a64.cc | 943 void Assembler::smsubl(const Register& rd, function in class:vixl::Assembler [all...] |
assembler-a64.h | 1078 void smsubl(const Register& rd, [all...] |
/external/chromium_org/v8/test/cctest/ |
test-disasm-arm64.cc | 486 COMPARE(smsubl(x0, w1, w2, x3), "smsubl x0, w1, w2, x3"); 487 COMPARE(smsubl(x25, w21, w22, x16), "smsubl x25, w21, w22, x16"); [all...] |
test-assembler-arm64.cc | [all...] |
/external/vixl/test/ |
test-disasm-a64.cc | 456 COMPARE(smsubl(x0, w1, w2, x3), "smsubl x0, w1, w2, x3"); 457 COMPARE(smsubl(x30, w21, w22, x16), "smsubl x30, w21, w22, x16"); [all...] |
test-assembler-a64.cc | [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64SchedCyclone.td | 189 // MADDW,MSUBW,SMADDL,SMSUBL,UMADDL,UMSUBL
|
AArch64InstrInfo.td | 629 def SMSUBLrrr : WideMulAccum<1, 0b001, "smsubl", sub, sext>; [all...] |
/external/llvm/test/MC/Disassembler/AArch64/ |
arm64-arithmetic.txt | 432 # CHECK: smsubl x1, w2, w3, x4
|
basic-a64-instructions.txt | 1176 # CHECK: smsubl x3, w5, w2, x9 1177 # CHECK: smsubl xzr, w10, w11, x12 1178 # CHECK: smsubl x13, wzr, w14, x15 1179 # CHECK: smsubl x16, w17, wzr, x18 [all...] |
/external/valgrind/main/VEX/priv/ |
guest_arm64_toIR.c | [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/lib/ |
libopcodes.a | [all...] |