/external/llvm/test/MC/AArch64/ |
H A D | basic-a64-instructions.s | 1627 umaddl x3, w5, w2, x9 1628 umaddl xzr, w10, w11, x12 1629 umaddl x13, wzr, w14, x15 1630 umaddl x16, w17, wzr, x18 1631 umaddl x19, w20, w21, xzr 1632 // CHECK: umaddl x3, w5, w2, x9 // encoding: [0xa3,0x24,0xa2,0x9b] 1633 // CHECK: umaddl xzr, w10, w11, x12 // encoding: [0x5f,0x31,0xab,0x9b] 1634 // CHECK: umaddl x13, wzr, w14, x15 // encoding: [0xed,0x3f,0xae,0x9b] 1635 // CHECK: umaddl x16, w17, wzr, x18 // encoding: [0x30,0x4a,0xbf,0x9b]
|
H A D | arm64-arithmetic-encoding.s | 466 umaddl x1, w2, w3, x4 475 ; CHECK: umaddl x1, w2, w3, x4 ; encoding: [0x41,0x10,0xa3,0x9b]
|
/external/v8/src/arm64/ |
H A D | macro-assembler-arm64-inl.h | 1140 umaddl(rd, rn, rm, xzr); 1208 umaddl(rd, rn, rm, ra);
|
H A D | assembler-arm64.h | 1324 void umaddl(const Register& rd,
|
H A D | assembler-arm64.cc | 1482 void Assembler::umaddl(const Register& rd, function in class:v8::internal::Assembler
|
/external/v8/test/cctest/ |
H A D | test-disasm-arm64.cc | 496 COMPARE(umaddl(x0, w1, w2, x3), "umaddl x0, w1, w2, x3"); 497 COMPARE(umaddl(x25, w21, w22, x16), "umaddl x25, w21, w22, x16");
|
/external/vixl/src/vixl/a64/ |
H A D | assembler-a64.h | 1685 void umaddl(const Register& rd, 1694 umaddl(rd, rn, rm, xzr);
|
H A D | macro-assembler-a64.h | 2044 umaddl(rd, rn, rm, ra);
|
H A D | assembler-a64.cc | 1327 void Assembler::umaddl(const Register& rd,
|
/external/valgrind/none/tests/arm64/ |
H A D | integer.stdout.exp | 2094 umaddl x14,w15,w16,x17 :: rd dc434eff2588c2a5 rm 8318f285284c6473, rn f2deaa8a065b5b97, ra db432311d1e3a1d0, cin 0, nzcv 00000000 2095 umaddl x14,w15,w16,x17 :: rd 853ed3b21d01dd68 rm a6325ae016fbd710, rn f0211fade82d1008, ra 70668d1659e224e8, cin 0, nzcv 00000000 2096 umaddl x14,w15,w16,x17 :: rd 579e22bab0475d0c rm 1f1dd8017f191501, rn f69aef71040bfeab, ra 559bc9e2fca45761, cin 0, nzcv 00000000 2097 umaddl x14,w15,w16,x17 :: rd b8dcb007dc22414f rm 389ce2f3140cec0c, rn 7a3ab866f2dcd171, ra a5d72d6243684403, cin 0, nzcv 00000000
|
/external/vixl/test/ |
H A D | test-disasm-a64.cc | 492 COMPARE(umaddl(x0, w1, w2, x3), "umaddl x0, w1, w2, x3"); 493 COMPARE(umaddl(x30, w21, w22, x16), "umaddl x30, w21, w22, x16");
|