Searched refs:tcg_gen_subfi_tl (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 182 #define tcg_gen_subfi_tl tcg_gen_subfi_i64 macro 302 #define tcg_gen_subfi_tl tcg_gen_subfi_i32
|
/openbmc/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 2842 tcg_gen_subfi_tl(t1, 0, t1); in gen_mxu_D16CPS() 2850 tcg_gen_subfi_tl(t0, 0, t0); in gen_mxu_D16CPS() 3664 tcg_gen_subfi_tl(t2, 32, t2); in gen_mxu_s32extr() 3666 tcg_gen_subfi_tl(t2, bits5, t2); in gen_mxu_s32extr() 3667 tcg_gen_subfi_tl(t3, 32, t2); in gen_mxu_s32extr() 3716 tcg_gen_subfi_tl(t2, 32, t2); in gen_mxu_s32extrv() 3719 tcg_gen_subfi_tl(t3, 32, t2); in gen_mxu_s32extrv() 3737 tcg_gen_subfi_tl(t4, 32, t4); in gen_mxu_s32extrv() 4316 tcg_gen_subfi_tl(t3, 32, t2); in gen_mxu_S32ALN()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 1482 tcg_gen_subfi_tl(s->tmp4, mask + 1, count); in gen_shiftd_rm_T1() 1489 tcg_gen_subfi_tl(s->tmp4, 33, count); in gen_shiftd_rm_T1() 1494 tcg_gen_subfi_tl(s->tmp4, mask + 1, count); in gen_shiftd_rm_T1()
|
/openbmc/qemu/target/openrisc/ |
H A D | translate.c | 537 tcg_gen_subfi_tl(cpu_R(dc, a->d), TARGET_LONG_BITS, cpu_R(dc, a->d)); in trans_l_fl1()
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 7807 tcg_gen_subfi_tl(msw, 32, tmp_pos); in decode_rrrr_extract_insert() 7824 tcg_gen_subfi_tl(tmp_pos, 32, tmp_pos); in decode_rrrr_extract_insert() 7826 tcg_gen_subfi_tl(tmp_width, 32, tmp_width); in decode_rrrr_extract_insert() 7867 tcg_gen_subfi_tl(temp, 32, temp); in decode_rrrw_extract_insert()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vmx-impl.c.inc | 1741 tcg_gen_subfi_tl(rc, 32 - size, rc); 1768 tcg_gen_subfi_tl(idx, 16 - size, idx);
|