Home | History | Annotate | Download | only in sparc

Lines Matching refs:s_bits

751     int addr_reg, data_reg, arg0, arg1, arg2, mem_index, s_bits;
759 s_bits = opc & 3;
770 tcg_out_arithi(s, arg0, addr_reg, TARGET_PAGE_MASK | ((1 << s_bits) - 1),
804 /* qemu_ld_helper[s_bits](arg0, arg1) */
805 tcg_out32(s, CALL | ((((tcg_target_ulong)qemu_ld_helpers[s_bits]
961 int addr_reg, data_reg, arg0, arg1, arg2, mem_index, s_bits;
970 s_bits = opc;
982 tcg_out_arithi(s, arg0, addr_reg, TARGET_PAGE_MASK | ((1 << s_bits) - 1),
1019 /* qemu_st_helper[s_bits](arg0, arg1, arg2) */
1020 tcg_out32(s, CALL | ((((tcg_target_ulong)qemu_st_helpers[s_bits]