Searched refs:smaddl (Results 1 - 11 of 11) sorted by relevance

/external/llvm/test/MC/AArch64/
H A Dbasic-a64-instructions.s1605 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
1610 // CHECK: smaddl x3, w5, w2, x9 // encoding: [0xa3,0x24,0x22,0x9b]
1611 // CHECK: smaddl xzr, w10, w11, x12 // encoding: [0x5f,0x31,0x2b,0x9b]
1612 // CHECK: smaddl x13, wzr, w14, x15 // encoding: [0xed,0x3f,0x2e,0x9b]
1613 // CHECK: smaddl x16, w17, wzr, x18 // encoding: [0x30,0x4a,0x3f,0x9b]
H A Darm64-arithmetic-encoding.s464 smaddl x1, w2, w3, x4
473 ; CHECK: smaddl x1, w2, w3, x4 ; encoding: [0x41,0x10,0x23,0x9b]
/external/v8/src/arm64/
H A Dmacro-assembler-arm64-inl.h1104 smaddl(rd, rn, rm, ra);
H A Dassembler-arm64.h1318 void smaddl(const Register& rd,
H A Dassembler-arm64.cc1465 void Assembler::smaddl(const Register& rd, function in class:v8::internal::Assembler
/external/capstone/suite/MC/AArch64/
H A Dbasic-a64-instructions.s.cs618 0xa3,0x24,0x22,0x9b = smaddl x3, w5, w2, x9
619 0x5f,0x31,0x2b,0x9b = smaddl xzr, w10, w11, x12
620 0xed,0x3f,0x2e,0x9b = smaddl x13, wzr, w14, x15
621 0x30,0x4a,0x3f,0x9b = smaddl x16, w17, wzr, x18
/external/valgrind/none/tests/arm64/
H A Dinteger.stdout.exp2098 smaddl x14,w15,w16,x17 :: rd dc434eff2588c2a5 rm 8318f285284c6473, rn f2deaa8a065b5b97, ra db432311d1e3a1d0, cin 0, nzcv 00000000
2099 smaddl x14,w15,w16,x17 :: rd 6e42fca21d01dd68 rm a6325ae016fbd710, rn f0211fade82d1008, ra 70668d1659e224e8, cin 0, nzcv 00000000
2100 smaddl x14,w15,w16,x17 :: rd 579e22bab0475d0c rm 1f1dd8017f191501, rn f69aef71040bfeab, ra 559bc9e2fca45761, cin 0, nzcv 00000000
2101 smaddl x14,w15,w16,x17 :: rd a4cfc3fbdc22414f rm 389ce2f3140cec0c, rn 7a3ab866f2dcd171, ra a5d72d6243684403, cin 0, nzcv 00000000
/external/vixl/src/aarch64/
H A Dassembler-aarch64.h923 void smaddl(const Register& xd,
H A Dmacro-assembler-aarch64.h1832 smaddl(rd, rn, rm, ra);
H A Dassembler-aarch64.cc842 void Assembler::smaddl(const Register& xd, function in class:vixl::aarch64::Assembler
/external/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc532 COMPARE(smaddl(x0, w1, w2, x3), "smaddl x0, w1, w2, x3");
533 COMPARE(smaddl(x30, w21, w22, x16), "smaddl x30, w21, w22, x16");

Completed in 314 milliseconds