Searched refs:fGEN_TCG_cond_jumpt (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/hexagon/ |
H A D | gen_tcg.h | 933 #define fGEN_TCG_cond_jumpt(COND) \ macro 947 fGEN_TCG_cond_jumpt(fLSBOLD(PuV)) 949 fGEN_TCG_cond_jumpt(fLSBOLD(PuV)) 963 fGEN_TCG_cond_jumpt(tcg_gen_setcondi_tl(TCG_COND_NE, LSB, RsV, 0)) 965 fGEN_TCG_cond_jumpt(tcg_gen_setcondi_tl(TCG_COND_NE, LSB, RsV, 0)) 967 fGEN_TCG_cond_jumpt(tcg_gen_setcondi_tl(TCG_COND_EQ, LSB, RsV, 0)) 969 fGEN_TCG_cond_jumpt(tcg_gen_setcondi_tl(TCG_COND_EQ, LSB, RsV, 0)) 971 fGEN_TCG_cond_jumpt(tcg_gen_setcondi_tl(TCG_COND_GE, LSB, RsV, 0)) 973 fGEN_TCG_cond_jumpt(tcg_gen_setcondi_tl(TCG_COND_GE, LSB, RsV, 0)) 975 fGEN_TCG_cond_jumpt(tcg_gen_setcondi_tl(TCG_COND_LE, LSB, RsV, 0)) [all …]
|