Home | History | Annotate | Download | only in sparc

Lines Matching refs:tcg_out_arithi

281 static inline void tcg_out_arithi(TCGContext *s, int rd, int rs1,
300 tcg_out_arithi(s, ret, TCG_REG_G0, arg, ARITH_OR);
310 tcg_out_arithi(s, ret, ret, arg & 0x3ff, ARITH_OR);
320 tcg_out_arithi(s, TCG_REG_I4, TCG_REG_I4, 32, SHIFT_SLLX);
328 tcg_out_arithi(s, ret, ret, arg & 0x3ff, ARITH_OR);
407 tcg_out_arithi(s, reg, reg, val, ARITH_ADD);
419 tcg_out_arithi(s, reg, reg, val, ARITH_AND);
581 tcg_out_arithi(s, arg1, addr_reg, TARGET_PAGE_BITS - CPU_TLB_ENTRY_BITS,
584 tcg_out_arithi(s, arg0, addr_reg, TARGET_PAGE_MASK | ((1 << s_bits) - 1),
636 tcg_out_arithi(s, data_reg, arg0, (int)sizeof(tcg_target_long) * 8 - 8,
639 tcg_out_arithi(s, data_reg, data_reg,
644 tcg_out_arithi(s, data_reg, arg0,
647 tcg_out_arithi(s, data_reg, data_reg,
652 tcg_out_arithi(s, data_reg, arg0, 32, HOST_SLL_OP);
654 tcg_out_arithi(s, data_reg, data_reg, 32, HOST_SRA_OP);
792 tcg_out_arithi(s, arg1, addr_reg, TARGET_PAGE_BITS - CPU_TLB_ENTRY_BITS,
796 tcg_out_arithi(s, arg0, addr_reg, TARGET_PAGE_MASK | ((1 << s_bits) - 1),
1152 tcg_out_arithi(s, args[0], args[1], args[2], c);