Home
last modified time | relevance | path

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

12

/external/llvm/test/CodeGen/AArch64/
Darm64-mul.ll137 ; CHECK: umsubl {{x[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}, {{x[0-9]+}}
Ddp-3source.ll71 ; CHECK: umsubl {{x[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}, {{x[0-9]+}}
Daarch64-fix-cortex-a53-835769.ll260 ; CHECK-NEXT: umsubl
263 ; CHECK-NOWORKAROUND-NEXT: umsubl
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-mul.ll137 ; CHECK: umsubl {{x[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}, {{x[0-9]+}}
Ddp-3source.ll71 ; CHECK: umsubl {{x[0-9]+}}, {{w[0-9]+}}, {{w[0-9]+}}, {{x[0-9]+}}
Daarch64-fix-cortex-a53-835769.ll260 ; CHECK-NEXT: umsubl
263 ; CHECK-NOWORKAROUND-NEXT: umsubl
Dmul_pow2.ll221 ; CHECK-NEXT: umsubl x0, w0, w8, x1
227 ; GISEL-NEXT: umsubl x0, w0, w8, x1
/external/llvm/test/MC/AArch64/
Darm64-arithmetic-encoding.s467 umsubl x1, w2, w3, x4
476 ; CHECK: umsubl x1, w2, w3, x4 ; encoding: [0x41,0x90,0xa3,0x9b]
Dbasic-a64-instructions.s1640 umsubl x3, w5, w2, x9
1641 umsubl xzr, w10, w11, x12
1642 umsubl x13, wzr, w14, x15
1643 umsubl x16, w17, wzr, x18
1644 umsubl x19, w20, w21, xzr
/external/llvm-project/llvm/test/MC/AArch64/
Darm64-arithmetic-encoding.s467 umsubl x1, w2, w3, x4
476 ; CHECK: umsubl x1, w2, w3, x4 ; encoding: [0x41,0x90,0xa3,0x9b]
Dbasic-a64-instructions.s1623 umsubl x3, w5, w2, x9
1624 umsubl xzr, w10, w11, x12
1625 umsubl x13, wzr, w14, x15
1626 umsubl x16, w17, wzr, x18
1627 umsubl x19, w20, w21, xzr
/external/capstone/suite/MC/AArch64/
Dbasic-a64-instructions.s.cs633 0xa3,0xa4,0xa2,0x9b = umsubl x3, w5, w2, x9
634 0x5f,0xb1,0xab,0x9b = umsubl xzr, w10, w11, x12
635 0xed,0xbf,0xae,0x9b = umsubl x13, wzr, w14, x15
636 0x30,0xca,0xbf,0x9b = umsubl x16, w17, wzr, x18
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-arithmetic.txt434 # CHECK: umsubl x1, w2, w3, x4
Dbasic-a64-instructions.txt1199 # CHECK: umsubl x3, w5, w2, x9
1200 # CHECK: umsubl xzr, w10, w11, x12
1201 # CHECK: umsubl x13, wzr, w14, x15
1202 # CHECK: umsubl x16, w17, wzr, x18
/external/llvm-project/llvm/test/MC/Disassembler/AArch64/
Darm64-arithmetic.txt434 # CHECK: umsubl x1, w2, w3, x4
Dbasic-a64-instructions.txt1186 # CHECK: umsubl x3, w5, w2, x9
1187 # CHECK: umsubl xzr, w10, w11, x12
1188 # CHECK: umsubl x13, wzr, w14, x15
1189 # CHECK: umsubl x16, w17, wzr, x18
/external/llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/
DA55-basic-instructions.s529 umsubl x3, w5, w2, x9 label
530 umsubl x16, w17, wzr, x18 label
1846 # CHECK-NEXT: 1 4 1.00 umsubl x3, w5, w2, x9
1847 # CHECK-NEXT: 1 4 1.00 umsubl x16, w17, wzr, x18
3029 … - - - - - - - - - 1.00 - umsubl x3, w5, w2, x9
3030 … - - - - - - - - 1.00 - umsubl x16, w17, wzr, x18
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc470 COMPARE(umsubl(x0, w1, w2, x3), "umsubl x0, w1, w2, x3"); in TEST()
471 COMPARE(umsubl(x30, w21, w22, x16), "umsubl x30, w21, w22, x16"); in TEST()
Dtest-cpu-features-aarch64.cc523 TEST_NONE(umsubl_0, umsubl(x0, w1, w2, x3))
/external/vixl/src/aarch64/
Dassembler-aarch64.h1011 void umsubl(const Register& xd,
Dassembler-aarch64.cc948 void Assembler::umsubl(const Register& xd, in umsubl() function in vixl::aarch64::Assembler
Dmacro-assembler-aarch64.h2651 umsubl(rd, rn, rm, ra); in Umsubl()
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md3145 void umsubl(const Register& xd,
/external/capstone/arch/AArch64/
DAArch64MappingInsnOp.inc8449 { /* AArch64_UMSUBLrrr, ARM64_INS_UMSUBL: umsubl $rd, $rn, $rm, $ra */
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td740 def UMSUBLrrr : WideMulAccum<1, 0b101, "umsubl", sub, zext>;

12