Searched refs:orv (Results 1 - 7 of 7) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-sve-aarch64.cc | 2918 COMPARE(orv(b4, p0, z16.VnB()), "orv b4, p0, z16.b"); in TEST() 2919 COMPARE(orv(h6, p2, z18.VnH()), "orv h6, p2, z18.h"); in TEST() 2920 COMPARE(orv(s8, p4, z20.VnS()), "orv s8, p4, z20.s"); in TEST() 2921 COMPARE(orv(d10, p6, z22.VnD()), "orv d10, p6, z22.d"); in TEST()
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 4751 LogicVRegister orv(VectorFormat vform,
|
H A D | assembler-aarch64.h | 5180 void orv(const VRegister& vd, const PRegister& pg, const ZRegister& zn);
|
H A D | assembler-sve-aarch64.cc | 3289 void Assembler::orv(const VRegister& vd, in orv() function in vixl::aarch64::Assembler
|
H A D | logic-aarch64.cc | 2140 LogicVRegister Simulator::orv(VectorFormat vform,
|
H A D | macro-assembler-aarch64.h | 5659 orv(vd, pg, zn); in Orv()
|
H A D | simulator-aarch64.cc | 11666 orv(vform, vd, pg, zn); in Simulator()
|
Completed in 81 milliseconds