Searched refs:addvl (Results 1 - 6 of 6) sorted by relevance
/third_party/optimized-routines/string/aarch64/ |
H A D | strrchr-sve.S | 55 addvl x2, x3, 1 /* save advanced base */
|
/third_party/vixl/tools/ |
H A D | make_instruction_doc_aarch64.pl | 39 my @sves = qw/addvl addpl rdvl cntb cnth cntw cntd ctermeq ctermne setffr/;
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-sve-aarch64.cc | 271 addvl(xd, xn, static_cast<int>(multiplier)); in Addvl() 335 // will select `addvl` if necessary. in CalculateSVEAddress()
|
H A D | assembler-aarch64.h | 3667 void addvl(const Register& xd, const Register& xn, int imm6);
|
H A D | assembler-sve-aarch64.cc | 6424 void Assembler::addvl(const Register& xd, const Register& xn, int imm6) { in addvl() function in vixl::aarch64::Assembler
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-sve-aarch64.cc | 4485 "addvl x16, x11, #31\n" in TEST() 4571 "addvl x16, x11, #31\n" in TEST() 4902 "addvl x16, x0, #8\n" in TEST() 4978 "addvl x16, x0, #8\n" in TEST() 6028 COMPARE(addvl(x6, x20, 0), "addvl x6, x20, #0"); in TEST() 6029 COMPARE(addvl(x7, x21, 31), "addvl x7, x21, #31"); in TEST() 6030 COMPARE(addvl(x8, x22, -32), "addvl x in TEST() [all...] |
Completed in 33 milliseconds