Lines Matching refs:RdV

91     fGEN_TCG_LOAD_AP(RdV, 1, u)
93 fGEN_TCG_LOAD_AP(RdV, 1, s)
95 fGEN_TCG_LOAD_AP(RdV, 2, u)
97 fGEN_TCG_LOAD_AP(RdV, 2, s)
99 fGEN_TCG_LOAD_AP(RdV, 4, u)
120 fGEN_TCG_LOAD_pcr(0, fLOAD(1, 1, u, EA, RdV))
122 fGEN_TCG_LOAD_pcr(0, fLOAD(1, 1, s, EA, RdV))
124 fGEN_TCG_LOAD_pcr(1, fLOAD(1, 2, u, EA, RdV))
126 fGEN_TCG_LOAD_pcr(1, fLOAD(1, 2, s, EA, RdV))
128 fGEN_TCG_LOAD_pcr(2, fLOAD(1, 4, u, EA, RdV))
164 tcg_gen_movi_tl(RdV, 0); \
166 gen_set_half(i, RdV, gen_get_byte(byte, i, tmp, (SIGN))); \
335 fLOAD(1, SIZE, SIGN, EA, RdV); \
617 tcg_gen_extrh_i64_i32(RdV, tmp); \
632 tcg_gen_extrh_i64_i32(RdV, tmp); \
929 tcg_gen_movi_tl(RdV, UiV); \
1116 tcg_gen_mov_tl(RdV, RsV); \
1123 tcg_gen_movcond_tl(TCG_COND_EQ, RdV, \
1125 RdV, tcg_constant_tl(0)); \
1131 tcg_gen_movcond_tl(TCG_COND_NE, RdV, \
1133 RdV, tcg_constant_tl(0)); \
1144 gen_asr_r_r_sat(ctx, RdV, RsV, RtV)
1148 gen_asl_r_r_sat(ctx, RdV, RsV, RtV)
1166 tcg_gen_ctzi_tl(RdV, RsV, 32); \
1170 tcg_gen_not_tl(RdV, RsV); \
1171 tcg_gen_ctzi_tl(RdV, RdV, 32); \
1177 tcg_gen_extrl_i64_i32(RdV, tmp); \
1184 tcg_gen_extrl_i64_i32(RdV, tmp); \
1201 gen_asr_r_svw_trun(ctx, RdV, RssV, RtV)
1203 tcg_gen_bswap_tl(RdV, RsV)
1209 gen_helper_conv_df2sf(RdV, tcg_env, RssV)
1211 gen_helper_conv_uw2sf(RdV, tcg_env, RsV)
1215 gen_helper_conv_w2sf(RdV, tcg_env, RsV)
1219 gen_helper_conv_ud2sf(RdV, tcg_env, RssV)
1223 gen_helper_conv_d2sf(RdV, tcg_env, RssV)
1227 gen_helper_conv_sf2uw(RdV, tcg_env, RsV)
1229 gen_helper_conv_sf2w(RdV, tcg_env, RsV)
1235 gen_helper_conv_df2uw(RdV, tcg_env, RssV)
1237 gen_helper_conv_df2w(RdV, tcg_env, RssV)
1243 gen_helper_conv_sf2uw_chop(RdV, tcg_env, RsV)
1245 gen_helper_conv_sf2w_chop(RdV, tcg_env, RsV)
1251 gen_helper_conv_df2uw_chop(RdV, tcg_env, RssV)
1253 gen_helper_conv_df2w_chop(RdV, tcg_env, RssV)
1259 gen_helper_sfadd(RdV, tcg_env, RsV, RtV)
1261 gen_helper_sfsub(RdV, tcg_env, RsV, RtV)
1271 gen_helper_sfmax(RdV, tcg_env, RsV, RtV)
1273 gen_helper_sfmin(RdV, tcg_env, RsV, RtV)
1280 gen_helper_sffixupn(RdV, tcg_env, RsV, RtV)
1282 gen_helper_sffixupd(RdV, tcg_env, RsV, RtV)
1284 gen_helper_sffixupr(RdV, tcg_env, RsV)
1307 gen_helper_sfmpy(RdV, tcg_env, RsV, RtV)
1374 #define fGEN_TCG_SA1_setin1(SHORTCODE) tcg_gen_movi_tl(RdV, -1)