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.c3792 #define DO_CMP_PPZI_D(NAME, TYPE, OP) \ macro
3798 DO_CMP_PPZI_D(sve_cmpeq_ppzi_d, uint64_t, ==)
3803 DO_CMP_PPZI_D(sve_cmpne_ppzi_d, uint64_t, !=)
3808 DO_CMP_PPZI_D(sve_cmpgt_ppzi_d, int64_t, >)
3813 DO_CMP_PPZI_D(sve_cmpge_ppzi_d, int64_t, >=)
3818 DO_CMP_PPZI_D(sve_cmphi_ppzi_d, uint64_t, >)
3823 DO_CMP_PPZI_D(sve_cmphs_ppzi_d, uint64_t, >=)
3828 DO_CMP_PPZI_D(sve_cmplt_ppzi_d, int64_t, <)
3833 DO_CMP_PPZI_D(sve_cmple_ppzi_d, int64_t, <=)
3838 DO_CMP_PPZI_D(sve_cmplo_ppzi_d, uint64_t, <)
[all …]