Home
last modified time | relevance | path

Searched defs:RtV (Results 1 – 3 of 3) sorted by relevance

/qemu/target/hexagon/
H A Darch.c244 float32 RsV, RtV, RdV; in arch_sf_recip_common() local
H A Dgenptr.c1037 static void gen_asr_r_r_sat(DisasContext *ctx, TCGv RdV, TCGv RsV, TCGv RtV) in gen_asr_r_r_sat()
1059 static void gen_asl_r_r_sat(DisasContext *ctx, TCGv RdV, TCGv RsV, TCGv RtV) in gen_asl_r_r_sat()
1131 TCGv_i64 RssV, TCGv RtV) in gen_asr_r_svw_trun()
H A Dop_helper.c1084 float32 RsV, float32 RtV, int negate) in do_sffma_lib()