Home
last modified time | relevance | path

Searched refs:ldnf1b (Results 1 - 4 of 4) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-disasm-sve-aarch64.cc4498 COMPARE(ldnf1b(z1.VnH(), p0.Zeroing(), SVEMemOperand(x25, -8, SVE_MUL_VL)), in TEST()
4499 "ldnf1b {z1.h}, p0/z, [x25, #-8, mul vl]"); in TEST()
4500 COMPARE(ldnf1b(z0.VnS(), p0.Zeroing(), SVEMemOperand(x2, 7, SVE_MUL_VL)), in TEST()
4501 "ldnf1b {z0.s}, p0/z, [x2, #7, mul vl]"); in TEST()
4502 COMPARE(ldnf1b(z31.VnD(), p6.Zeroing(), SVEMemOperand(x0, -7, SVE_MUL_VL)), in TEST()
4503 "ldnf1b {z31.d}, p6/z, [x0, #-7, mul vl]"); in TEST()
4504 COMPARE(ldnf1b(z25.VnB(), p1.Zeroing(), SVEMemOperand(x5, 6, SVE_MUL_VL)), in TEST()
4505 "ldnf1b {z25.b}, p1/z, [x5, #6, mul vl]"); in TEST()
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h4900 void ldnf1b(const ZRegister& zt,
H A Dassembler-sve-aarch64.cc4846 void Assembler::ldnf1b(const ZRegister& zt, in ldnf1b() function in vixl::aarch64::Assembler
H A Dmacro-assembler-aarch64.h5341 ldnf1b(zt, pg, addr); in Ldnf1b()

Completed in 51 milliseconds