Home
last modified time | relevance | path

Searched refs:PRegisterM (Results 1 – 7 of 7) sorted by relevance

/external/vixl/src/aarch64/
Dassembler-aarch64.h3592 void abs(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn);
3596 const PRegisterM& pg,
3623 const PRegisterM& pg,
3644 const PRegisterM& pg,
3650 const PRegisterM& pg,
3662 const PRegisterM& pg,
3668 const PRegisterM& pg,
3680 const PRegisterM& pg,
3789 void cls(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn);
3792 void clz(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn);
[all …]
Dmacro-assembler-sve-aarch64.cc383 PRegisterM pg_m = pg.Merging(); in Cpy()
428 const PRegisterM& pg, in Fcpy()
445 const PRegisterM& pg, in Fcpy()
462 const PRegisterM& pg, in Fcpy()
503 const PRegisterM& pg, in NoncommutativeArithmeticHelper()
525 const PRegisterM& pg, in FPCommutativeArithmeticHelper()
566 const PRegisterM& pg, in Asr()
581 const PRegisterM& pg, in Lsl()
596 const PRegisterM& pg, in Lsr()
611 const PRegisterM& pg, in Fdiv()
[all …]
Dassembler-sve-aarch64.cc170 const PRegisterM& pg, in SVEBitwiseShiftImmediatePred()
180 const PRegisterM& pg, in asr()
197 const PRegisterM& pg, in asr()
219 const PRegisterM& pg, in asrd()
237 const PRegisterM& pg, in asrr()
254 const PRegisterM& pg, in lsl()
272 const PRegisterM& pg, in lsl()
294 const PRegisterM& pg, in lslr()
311 const PRegisterM& pg, in lsr()
329 const PRegisterM& pg, in lsr()
[all …]
Dmacro-assembler-aarch64.h3069 const PRegisterM& pg, \
3475 void Abs(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Abs()
3535 const PRegisterM& pg, in Asr()
3543 const PRegisterM& pg,
3557 const PRegisterM& pg, in Asrd()
3718 void Cls(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Cls()
3723 void Clz(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Clz()
3931 void Cnot(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Cnot()
3936 void Cnt(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Cnt()
3977 void Cpy(const ZRegister& zd, const PRegisterM& pg, const Register& rn) { in Cpy()
[all …]
Dregisters-aarch64.h57 class PRegisterM; variable
658 PRegisterM Merging() const;
727 class PRegisterM : public PRegister {
729 VIXL_DECLARE_REGISTER_COMMON(PRegisterM, PRegister, PRegister) in VIXL_DECLARE_REGISTER_COMMON() argument
731 explicit PRegisterM(int code) : PRegister(code, kMerging) { in VIXL_DECLARE_REGISTER_COMMON()
765 inline PRegisterM PRegister::Merging() const { return PRegisterM(GetCode()); } in Merging()
/external/vixl/test/aarch64/
Dtest-api-aarch64.cc317 VIXL_CHECK(PRegisterM(1).Is(p1.Merging())); in TEST()
570 static Qualification GetQualification(PRegisterM) { return kMerging; } in TEST() argument
1640 temps.Include(PRegisterM(3)); in TEST()
1672 temps.Exclude(PRegisterM(3)); in TEST()
1704 temps.Release(PRegisterM(3)); in TEST()
Dtest-assembler-sve-aarch64.cc4534 const PRegisterM& pg,
5944 PRegisterM pg = p0.Merging(); in TEST_SVE()
6052 PRegisterM pg = p0.Merging(); in TEST_SVE()
6140 PRegisterM pg = p0.Merging(); in TEST_SVE()
6222 PRegisterM pg = p0.Merging(); in TEST_SVE()
6308 PRegisterM pg = p0.Merging(); in TEST_SVE()
6391 PRegisterM pg = p0.Merging(); in TEST_SVE()
6478 PRegisterM pg = p7.Merging(); in TEST_SVE()
12324 const PRegisterM& pg,
12331 const PRegisterM& pg,
[all …]