Lines Matching refs:LSB
329 TCGv LSB = tcg_temp_new(); \
333 CHECK_NOSHUF_PRED(GET_EA, SIZE, LSB); \
334 tcg_gen_brcondi_tl(TCG_COND_EQ, LSB, 0, label); \
386 TCGv LSB = tcg_temp_new(); \
390 CHECK_NOSHUF_PRED(GET_EA, 8, LSB); \
391 tcg_gen_brcondi_tl(TCG_COND_EQ, LSB, 0, label); \
935 TCGv LSB = tcg_temp_new(); \
937 gen_cond_jump(ctx, TCG_COND_EQ, LSB, riV); \
941 TCGv LSB = tcg_temp_new(); \
943 gen_cond_jump(ctx, TCG_COND_NE, LSB, riV); \
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))
977 fGEN_TCG_cond_jumpt(tcg_gen_setcondi_tl(TCG_COND_LE, LSB, RsV, 0))
981 TCGv LSB = tcg_temp_new(); \
983 gen_cond_jumpr(ctx, RsV, TCG_COND_EQ, LSB); \
987 TCGv LSB = tcg_temp_new(); \
989 gen_cond_jumpr(ctx, RsV, TCG_COND_NE, LSB); \