Searched refs:IsMerging (Results 1 – 4 of 4) sorted by relevance
380 bool IsMerging() const { return IsPRegister() && (qualifiers_ == kMerging); } in IsMerging() function774 return IsValidPRegister() && !HasLaneSize() && IsMerging(); in IsValid()
431 VIXL_ASSERT(pg.IsMerging()); in Fcpy()448 VIXL_ASSERT(pg.IsMerging()); in Fcpy()465 VIXL_ASSERT(pg.IsMerging()); in Fcpy()
3282 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()
622 VIXL_ASSERT(pg.IsMerging() || pg.IsZeroing()); in ShouldGenerateMovprfx()