Searched refs:stnt1b (Results 1 - 5 of 5) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-sve-aarch64.cc | 1604 stnt1b(zt, pg, addr); in Stnt1b() 1609 &MacroAssembler::stnt1b, in Stnt1b()
|
H A D | assembler-sve-aarch64.cc | 5231 void Assembler::stnt1b(const ZRegister& zt, in stnt1b() function in vixl::aarch64::Assembler 8867 void Assembler::stnt1b(const ZRegister& zt, const PRegister& pg, const ZRegister& zn, const Register& rm) {
|
H A D | assembler-aarch64.h | 5609 void stnt1b(const ZRegister& zt,
|
/third_party/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 2695 __ stnt1b(z21.VnS(), p5.Zeroing(), SVEMemOperand(z1.VnS(), x23)); in TEST() 2698 __ stnt1b(z21.VnD(), p5.Zeroing(), SVEMemOperand(z1.VnD(), x23)); in TEST()
|
H A D | test-disasm-sve-aarch64.cc | 4537 COMPARE(stnt1b(z21.VnB(), p5.Zeroing(), SVEMemOperand(x1, x23)), in TEST() 4538 "stnt1b {z21.b}, p5, [x1, x23]"); in TEST() 4548 COMPARE(stnt1b(z1.VnB(), p3.Zeroing(), SVEMemOperand(x11)), in TEST() 4549 "stnt1b {z1.b}, p3, [x11]"); in TEST() 4550 COMPARE(stnt1b(z2.VnB(), p2.Zeroing(), SVEMemOperand(x12, -8, SVE_MUL_VL)), in TEST() 4551 "stnt1b {z2.b}, p2, [x12, #-8, mul vl]"); in TEST() 4567 "stnt1b {z2.b}, p0, [x16]"); in TEST() 4582 "stnt1b {z0.b}, p0, [x0, x1]"); in TEST() 7890 "stnt1b {z29.d}, p7, [z29.d, x21]"); in TEST()
|
Completed in 38 milliseconds