/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 3623 void abs(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn); 3627 const PRegisterM& pg, 3654 const PRegisterM& pg, 3675 const PRegisterM& pg, 3681 const PRegisterM& pg, 3693 const PRegisterM& pg, 3699 const PRegisterM& pg, 3711 const PRegisterM& pg, 3820 void cls(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn); 3823 void clz(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn); [all …]
|
D | assembler-sve-aarch64.cc | 169 const PRegisterM& pg, in SVEBitwiseShiftImmediatePred() 179 const PRegisterM& pg, in asr() 196 const PRegisterM& pg, in asr() 218 const PRegisterM& pg, in asrd() 236 const PRegisterM& pg, in asrr() 253 const PRegisterM& pg, in lsl() 271 const PRegisterM& pg, in lsl() 293 const PRegisterM& pg, in lslr() 310 const PRegisterM& pg, in lsr() 328 const PRegisterM& pg, in lsr() [all …]
|
D | macro-assembler-aarch64.h | 3079 const PRegisterM& pg, \ 3485 void Abs(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Abs() 3545 const PRegisterM& pg, in Asr() 3553 const PRegisterM& pg, 3567 const PRegisterM& pg, in Asrd() 3728 void Cls(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Cls() 3733 void Clz(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Clz() 3941 void Cnot(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Cnot() 3946 void Cnt(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Cnt() 3987 void Cpy(const ZRegister& zd, const PRegisterM& pg, const Register& rn) { in Cpy() [all …]
|
D | macro-assembler-sve-aarch64.cc | 383 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() 645 const PRegisterM& pg, \ in VIXL_SVE_NONCOMM_ARITH_ZZZZII_LIST() 687 const PRegisterM& pg, \ 704 const PRegisterM& pg, 719 const PRegisterM& pg, in Fabd() [all …]
|
D | registers-aarch64.h | 57 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/doc/aarch64/ |
D | supported-instructions-aarch64.md | 6328 void abs(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) 6357 const PRegisterM& pg, 6388 const PRegisterM& pg, 6429 const PRegisterM& pg, 6470 const PRegisterM& pg, 6487 const PRegisterM& pg, 6504 const PRegisterM& pg, 6514 const PRegisterM& pg, 6574 const PRegisterM& pg, 6819 void cls(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) [all …]
|
/external/vixl/test/aarch64/ |
D | test-api-aarch64.cc | 317 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()
|
D | test-assembler-sve-aarch64.cc | 4471 const PRegisterM& pg, 5885 PRegisterM pg = p0.Merging(); in TEST_SVE() 5993 PRegisterM pg = p0.Merging(); in TEST_SVE() 6081 PRegisterM pg = p0.Merging(); in TEST_SVE() 6163 PRegisterM pg = p0.Merging(); in TEST_SVE() 6249 PRegisterM pg = p0.Merging(); in TEST_SVE() 6332 PRegisterM pg = p0.Merging(); in TEST_SVE() 6419 PRegisterM pg = p7.Merging(); in TEST_SVE() 12269 const PRegisterM& pg, 12276 const PRegisterM& pg, [all …]
|