Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch64/
Dregisters-aarch64.h380 bool IsMerging() const { return IsPRegister() && (qualifiers_ == kMerging); } in IsMerging() function
774 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.cc3282 VIXL_ASSERT(pg.IsMerging() || pg.IsZeroing()); in movprfx()
3285 Instr m = pg.IsMerging() ? 0x00010000 : 0x00000000; in movprfx()
3567 VIXL_ASSERT(pg.IsMerging() || pg.IsZeroing()); in cpy()
3572 Instr m = pg.IsMerging() ? (1 << 14) : 0; in cpy()
5383 VIXL_ASSERT(pg.IsMerging() || pg.IsZeroing()); in brka()
5386 Instr m = pg.IsMerging() ? 0x00000010 : 0x00000000; in brka()
5403 VIXL_ASSERT(pg.IsMerging() || pg.IsZeroing()); in brkb()
5406 Instr m = pg.IsMerging() ? 0x00000010 : 0x00000000; in brkb()
6539 VIXL_ASSERT(pg.IsMerging() || pg.IsZeroing()); in mov()
Dmacro-assembler-aarch64.h622 VIXL_ASSERT(pg.IsMerging() || pg.IsZeroing()); in ShouldGenerateMovprfx()