Searched refs:Fcpy (Results 1 - 3 of 3) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-sve-aarch64.cc | 422 // TODO: We implement Fcpy (amongst other things) for all FP types because it 427 void MacroAssembler::Fcpy(const ZRegister& zd, in Fcpy() function in vixl::aarch64::MacroAssembler 444 void MacroAssembler::Fcpy(const ZRegister& zd, in Fcpy() function in vixl::aarch64::MacroAssembler 461 void MacroAssembler::Fcpy(const ZRegister& zd, in Fcpy() function in vixl::aarch64::MacroAssembler
|
H A D | macro-assembler-aarch64.h | 4516 void Fcpy(const ZRegister& zd, const PRegisterM& pg, double imm); 4517 void Fcpy(const ZRegister& zd, const PRegisterM& pg, float imm); 4518 void Fcpy(const ZRegister& zd, const PRegisterM& pg, Float16 imm); 4679 Fcpy(zd, pg, imm); in Fmov() 4683 Fcpy(zd, pg, imm); in Fmov() 4687 Fcpy(zd, pg, imm); in Fmov()
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-sve-aarch64.cc | 6642 __ Fcpy(z1.VnH(), pg.Merging(), Float16(1.0)); 6643 __ Fcpy(z2.VnH(), pg.Merging(), -2.0f); 6644 __ Fcpy(z3.VnH(), pg.Merging(), 3.0); 6645 __ Fcpy(z4.VnS(), pg.Merging(), Float16(-4.0)); 6646 __ Fcpy(z5.VnS(), pg.Merging(), 5.0f); 6647 __ Fcpy(z6.VnS(), pg.Merging(), 6.0); 6648 __ Fcpy(z7.VnD(), pg.Merging(), Float16(7.0)); 6649 __ Fcpy(z8.VnD(), pg.Merging(), 8.0f); 6653 __ Fcpy(z10.VnS(), pg.Merging(), 0.0); 6654 __ Fcpy(z1 [all...] |
Completed in 25 milliseconds