Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dinstructions-aarch64.cc62 bool zd_matches_zn = movprfx_zd == GetRn(); in CanTakeSVEMovprfx() local
158 return zd_matches && !zd_matches_zn; in CanTakeSVEMovprfx()
208 return movprfx_is_unpredicated && zd_matches && !zd_matches_zn; in CanTakeSVEMovprfx()
212 return movprfx_is_unpredicated && zd_matches && !zd_matches_zn; in CanTakeSVEMovprfx()
219 return zd_matches && !zd_matches_zm && !zd_matches_zn; in CanTakeSVEMovprfx()
231 return zd_matches && !zd_matches_zn; in CanTakeSVEMovprfx()
259 return zd_matches && !zd_matches_zn; in CanTakeSVEMovprfx()
270 return movprfx_is_unpredicated && zd_matches && !zd_matches_zn; in CanTakeSVEMovprfx()
275 return movprfx_is_unpredicated && zd_matches && !zd_matches_zn; in CanTakeSVEMovprfx()
296 return zd_matches && !zd_matches_zm && !zd_matches_zn; in CanTakeSVEMovprfx()
[all …]