Home
last modified time | relevance | path

Searched refs:IsMerging (Results 1 – 4 of 4) sorted by relevance

/external/vixl/src/aarch64/
Dregisters-aarch64.h345 bool IsMerging() const { return IsPRegister() && (qualifiers_ == kMerging); } in IsMerging() function
736 return IsValidPRegister() && !HasLaneSize() && IsMerging(); in IsValid()
Dmacro-assembler-sve-aarch64.cc431 VIXL_ASSERT(pg.IsMerging()); in Fcpy()
448 VIXL_ASSERT(pg.IsMerging()); in Fcpy()
465 VIXL_ASSERT(pg.IsMerging()); in Fcpy()
Dassembler-sve-aarch64.cc3262 VIXL_ASSERT(pg.IsMerging() || pg.IsZeroing()); in movprfx()
3265 Instr m = pg.IsMerging() ? 0x00010000 : 0x00000000; in movprfx()
3547 VIXL_ASSERT(pg.IsMerging() || pg.IsZeroing()); in cpy()
3552 Instr m = pg.IsMerging() ? (1 << 14) : 0; in cpy()
5286 VIXL_ASSERT(pg.IsMerging() || pg.IsZeroing()); in brka()
5289 Instr m = pg.IsMerging() ? 0x00000010 : 0x00000000; in brka()
5306 VIXL_ASSERT(pg.IsMerging() || pg.IsZeroing()); in brkb()
5309 Instr m = pg.IsMerging() ? 0x00000010 : 0x00000000; in brkb()
6408 VIXL_ASSERT(pg.IsMerging() || pg.IsZeroing()); in mov()
Dmacro-assembler-aarch64.h569 VIXL_ASSERT(pg.IsMerging() || pg.IsZeroing()); in ShouldGenerateMovprfx()