Searched refs:do_mov_cond (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 4178 static bool do_mov_cond(DisasContext *dc, DisasCompare *cmp, int rd, TCGv src2) in do_mov_cond() function 4197 return do_mov_cond(dc, &cmp, a->rd, src2); in trans_MOVcc() 4209 return do_mov_cond(dc, &cmp, a->rd, src2); in trans_MOVfcc() 4223 return do_mov_cond(dc, &cmp, a->rd, src2); in trans_MOVR()
|