Home
last modified time | relevance | path

Searched defs:RsV (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
337 float32 RsV, RdV; in arch_sf_invsqrt_common() local
H A Dgenptr.c539 static inline void gen_loop0r(DisasContext *ctx, TCGv RsV, int riV) in gen_loop0r()
553 static inline void gen_loop1r(DisasContext *ctx, TCGv RsV, int riV) in gen_loop1r()
566 static void gen_ploopNsr(DisasContext *ctx, int N, TCGv RsV, int riV) in gen_ploopNsr()
1037 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()
1080 static void gen_insert_rp(DisasContext *ctx, TCGv RxV, TCGv RsV, TCGv_i64 RttV) in gen_insert_rp()
H A Dop_helper.c1084 float32 RsV, float32 RtV, int negate) in do_sffma_lib()