Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc61 bool zd_matches_zm = movprfx_zd == GetRm(); in CanTakeSVEMovprfx() local
219 return zd_matches && !zd_matches_zm && !zd_matches_zn; in CanTakeSVEMovprfx()
296 return zd_matches && !zd_matches_zm && !zd_matches_zn; in CanTakeSVEMovprfx()
443 return zd_matches && !zd_matches_zm; in CanTakeSVEMovprfx()
449 return zd_matches && !zd_matches_zm && !zd_matches_zn; in CanTakeSVEMovprfx()
454 return movprfx_is_unpredicated && zd_matches && !zd_matches_zm && in CanTakeSVEMovprfx()