Searched refs:get_fp_bit (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/target/mips/tcg/ |
| H A D | translate.h | 170 int get_fp_bit(int cc);
|
| H A D | translate.c | 1409 int get_fp_bit(int cc) in get_fp_bit() function 3937 get_fp_bit(cc), 1); in gen_loongson_multimedia() 8713 tcg_gen_shri_i32(t0, fpu_fcr31, get_fp_bit(cc)); in gen_compute_branch1() 8719 tcg_gen_shri_i32(t0, fpu_fcr31, get_fp_bit(cc)); in gen_compute_branch1() 8725 tcg_gen_shri_i32(t0, fpu_fcr31, get_fp_bit(cc)); in gen_compute_branch1() 8730 tcg_gen_shri_i32(t0, fpu_fcr31, get_fp_bit(cc)); in gen_compute_branch1() 8739 tcg_gen_shri_i32(t0, fpu_fcr31, get_fp_bit(cc)); in gen_compute_branch1() 8740 tcg_gen_shri_i32(t1, fpu_fcr31, get_fp_bit(cc + 1)); in gen_compute_branch1() 8749 tcg_gen_shri_i32(t0, fpu_fcr31, get_fp_bit(cc)); in gen_compute_branch1() 8750 tcg_gen_shri_i32(t1, fpu_fcr31, get_fp_bit(cc + 1)); in gen_compute_branch1() [all …]
|