Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c3963 #define DO_CMP_PPZI_D(NAME, TYPE, OP) \ macro
3969 DO_CMP_PPZI_D(sve_cmpeq_ppzi_d, uint64_t, ==)
3974 DO_CMP_PPZI_D(sve_cmpne_ppzi_d, uint64_t, !=)
3979 DO_CMP_PPZI_D(sve_cmpgt_ppzi_d, int64_t, >)
3984 DO_CMP_PPZI_D(sve_cmpge_ppzi_d, int64_t, >=)
3989 DO_CMP_PPZI_D(sve_cmphi_ppzi_d, uint64_t, >)
3994 DO_CMP_PPZI_D(sve_cmphs_ppzi_d, uint64_t, >=)
3999 DO_CMP_PPZI_D(sve_cmplt_ppzi_d, int64_t, <)
4004 DO_CMP_PPZI_D(sve_cmple_ppzi_d, int64_t, <=)
4009 DO_CMP_PPZI_D(sve_cmplo_ppzi_d, uint64_t, <)
[all …]