Lines Matching refs:tcg_gen_andi_i32

1642     tcg_gen_andi_i32(t0, t0, 0x22);  in bcd_add()
1697 tcg_gen_andi_i32(t2, t2, 0x22); in bcd_sub()
1708 tcg_gen_andi_i32(QREG_CC_C, val, 0x0ff); in bcd_flags()
1873 tcg_gen_andi_i32(src2, DREG(insn, 9), 7); in DISAS_INSN()
1875 tcg_gen_andi_i32(src2, DREG(insn, 9), 31); in DISAS_INSN()
2117 tcg_gen_andi_i32(QREG_CC_Z, src1, mask); in DISAS_INSN()
2126 tcg_gen_andi_i32(tmp, src1, ~mask); in DISAS_INSN()
2155 tcg_gen_andi_i32(sr, QREG_SR, 0xffe0); in gen_get_sr()
2537 tcg_gen_andi_i32(QREG_CC_X, QREG_CC_X, 1); in DISAS_INSN()
3074 tcg_gen_andi_i32(QREG_CC_X, QREG_CC_X, 1); in gen_subx()
3378 tcg_gen_andi_i32(QREG_CC_C, QREG_CC_C, 1); in shift_im()
3404 tcg_gen_andi_i32(s32, DREG(insn, 9), 63); in shift_reg()
3423 tcg_gen_andi_i32(QREG_CC_C, QREG_CC_C, 1); in shift_reg()
3539 tcg_gen_andi_i32(QREG_CC_C, QREG_CC_C, 1); in DISAS_INSN()
3587 tcg_gen_andi_i32(QREG_CC_C, reg, 1); in rotate()
3683 tcg_gen_andi_i32(X, lo, 1); in rotate32_x()
3798 tcg_gen_andi_i32(t0, src, 63); in DISAS_INSN()
3801 tcg_gen_andi_i32(t1, src, 31); in DISAS_INSN()
3829 tcg_gen_andi_i32(t0, src, 63); in DISAS_INSN()
3832 tcg_gen_andi_i32(t1, src, 7); in DISAS_INSN()
3861 tcg_gen_andi_i32(t0, src, 63); in DISAS_INSN()
3864 tcg_gen_andi_i32(t1, src, 15); in DISAS_INSN()
3923 tcg_gen_andi_i32(tmp, DREG(ext, 6), 31); in DISAS_INSN()
3931 tcg_gen_andi_i32(shift, shift, 31); in DISAS_INSN()
3942 tcg_gen_andi_i32(tmp, DREG(ext, 6), 31); in DISAS_INSN()
4021 tcg_gen_andi_i32(QREG_CC_N, QREG_CC_N, ~maski); in DISAS_INSN()
4035 tcg_gen_andi_i32(tmp, tmp, 31); in DISAS_INSN()
4051 tcg_gen_andi_i32(tmp, DREG(ext, 6), 31); in DISAS_INSN()
4153 tcg_gen_andi_i32(tmp, tmp, 31); in DISAS_INSN()
4169 tcg_gen_andi_i32(tmp, src, ~maski); in DISAS_INSN()
4171 tcg_gen_andi_i32(dst, dst, ror32(maski, roti)); in DISAS_INSN()
4181 tcg_gen_andi_i32(rot, rot, 31); in DISAS_INSN()
4189 tcg_gen_andi_i32(tmp, src, ~maski); in DISAS_INSN()
4200 tcg_gen_andi_i32(rot, rot, 31); in DISAS_INSN()
4324 tcg_gen_andi_i32(addr, src, ~15); in m68k_copy_line()
4329 tcg_gen_andi_i32(addr, dst, ~15); in m68k_copy_line()
5198 tcg_gen_andi_i32(c->v1, fpsr, FPSR_CC_A); in gen_fcc_cond()
5215 tcg_gen_andi_i32(c->v1, fpsr, FPSR_CC_A); in gen_fcc_cond()
5244 tcg_gen_andi_i32(c->v1, fpsr, FPSR_CC_Z); in gen_fcc_cond()
5261 tcg_gen_andi_i32(c->v1, fpsr, FPSR_CC_Z); in gen_fcc_cond()
5398 tcg_gen_andi_i32(tmp, val, 0xffff0000); in gen_mac_extract_word()
5417 tcg_gen_andi_i32(QREG_MACSR, QREG_MACSR, in gen_mac_clear_flags()
5474 tcg_gen_andi_i32(tmp, QREG_MACSR, 1 << (acc + 8)); in DISAS_INSN()
5609 tcg_gen_andi_i32(QREG_MACSR, QREG_MACSR, ~(MACSR_PAV0 << accnum)); in DISAS_INSN()
5657 tcg_gen_andi_i32(tmp, QREG_MACSR, CCF_N | CCF_Z | CCF_V); in DISAS_INSN()
5678 tcg_gen_andi_i32(QREG_MACSR, QREG_MACSR, ~(MACSR_PAV0 << accnum)); in DISAS_INSN()