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