Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dsve_helper.c3827 #define DO_CMP_PPZI_D(NAME, TYPE, OP) \ macro
3833 DO_CMP_PPZI_D(sve_cmpeq_ppzi_d, uint64_t, ==)
3838 DO_CMP_PPZI_D(sve_cmpne_ppzi_d, uint64_t, !=)
3843 DO_CMP_PPZI_D(sve_cmpgt_ppzi_d, int64_t, >)
3848 DO_CMP_PPZI_D(sve_cmpge_ppzi_d, int64_t, >=)
3853 DO_CMP_PPZI_D(sve_cmphi_ppzi_d, uint64_t, >)
3858 DO_CMP_PPZI_D(sve_cmphs_ppzi_d, uint64_t, >=)
3863 DO_CMP_PPZI_D(sve_cmplt_ppzi_d, int64_t, <)
3868 DO_CMP_PPZI_D(sve_cmple_ppzi_d, int64_t, <=)
3873 DO_CMP_PPZI_D(sve_cmplo_ppzi_d, uint64_t, <)
[all …]