Searched refs:umaddl (Results 1 - 10 of 10) sorted by relevance

/external/llvm/test/MC/AArch64/
H A Dbasic-a64-instructions.s1602 umaddl x3, w5, w2, x9
1603 umaddl xzr, w10, w11, x12
1604 umaddl x13, wzr, w14, x15
1605 umaddl x16, w17, wzr, x18
1606 umaddl x19, w20, w21, xzr
1607 // CHECK: umaddl x3, w5, w2, x9 // encoding: [0xa3,0x24,0xa2,0x9b]
1608 // CHECK: umaddl xzr, w10, w11, x12 // encoding: [0x5f,0x31,0xab,0x9b]
1609 // CHECK: umaddl x13, wzr, w14, x15 // encoding: [0xed,0x3f,0xae,0x9b]
1610 // CHECK: umaddl x16, w17, wzr, x18 // encoding: [0x30,0x4a,0xbf,0x9b]
H A Darm64-arithmetic-encoding.s466 umaddl x1, w2, w3, x4
475 ; CHECK: umaddl x1, w2, w3, x4 ; encoding: [0x41,0x10,0xa3,0x9b]
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.h1421 void umaddl(const Register& rd,
H A Dmacro-assembler-arm64-inl.h1195 umaddl(rd, rn, rm, ra);
H A Dassembler-arm64.cc1484 void Assembler::umaddl(const Register& rd, function in class:v8::internal::Assembler
/external/vixl/src/a64/
H A Dassembler-a64.h1072 void umaddl(const Register& rd,
H A Dmacro-assembler-a64.h1044 umaddl(rd, rn, rm, ra);
H A Dassembler-a64.cc913 void Assembler::umaddl(const Register& rd, function in class:vixl::Assembler
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm64.cc484 COMPARE(umaddl(x0, w1, w2, x3), "umaddl x0, w1, w2, x3");
485 COMPARE(umaddl(x25, w21, w22, x16), "umaddl x25, w21, w22, x16");
/external/vixl/test/
H A Dtest-disasm-a64.cc441 COMPARE(umaddl(x0, w1, w2, x3), "umaddl x0, w1, w2, x3");
442 COMPARE(umaddl(x30, w21, w22, x16), "umaddl x30, w21, w22, x16");

Completed in 1504 milliseconds