Home
last modified time | relevance | path

Searched refs:SVEFPCompareWithZeroFixed (Results 1 - 1 of 1) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h3537 SVEFPCompareWithZeroFixed = 0x65102000, enumerator
3540 FCMGE_p_p_z0 = SVEFPCompareWithZeroFixed,
3541 FCMGT_p_p_z0 = SVEFPCompareWithZeroFixed | 0x00000010,
3542 FCMLT_p_p_z0 = SVEFPCompareWithZeroFixed | 0x00010000,
3543 FCMLE_p_p_z0 = SVEFPCompareWithZeroFixed | 0x00010010,
3544 FCMEQ_p_p_z0 = SVEFPCompareWithZeroFixed | 0x00020000,
3545 FCMNE_p_p_z0 = SVEFPCompareWithZeroFixed | 0x00030000

Completed in 19 milliseconds