Lines Matching refs:data_r
1854 TCGReg data_r, HostAddress h)
1858 tcg_out_ldst_r(s, I3312_LDRB, data_r, h.base, h.index_ext, h.index);
1862 data_r, h.base, h.index_ext, h.index);
1865 tcg_out_ldst_r(s, I3312_LDRH, data_r, h.base, h.index_ext, h.index);
1869 data_r, h.base, h.index_ext, h.index);
1872 tcg_out_ldst_r(s, I3312_LDRW, data_r, h.base, h.index_ext, h.index);
1875 tcg_out_ldst_r(s, I3312_LDRSWX, data_r, h.base, h.index_ext, h.index);
1878 tcg_out_ldst_r(s, I3312_LDRX, data_r, h.base, h.index_ext, h.index);
1886 TCGReg data_r, HostAddress h)
1890 tcg_out_ldst_r(s, I3312_STRB, data_r, h.base, h.index_ext, h.index);
1893 tcg_out_ldst_r(s, I3312_STRH, data_r, h.base, h.index_ext, h.index);
1896 tcg_out_ldst_r(s, I3312_STRW, data_r, h.base, h.index_ext, h.index);
1899 tcg_out_ldst_r(s, I3312_STRX, data_r, h.base, h.index_ext, h.index);