Lines Matching refs:RdV
18 A2_add(RdV, in RsV, in RtV) {
19 { RdV=RsV+RtV;}
27 void emit_A2_add(DisasContext *ctx, Insn *insn, Packet *pkt, TCGv_i32 RdV,
29 /* { RdV=RsV+RtV;} */
33 tcg_gen_mov_i32(RdV, tmp_0);
66 { RdV=RsV+RtV;}
77 will be declared, ``RsV`` and ``RtV`` will also be read and ``RdV`` will be
98 tcg_gen_mov_i32(RdV, tmp_0);
249 to simplify parsing. For instance, variable names such as ``RdV``, ``RssV``,
513 void emit_A2_add(DisasContext *ctx, Insn *insn, Packet *pkt, TCGv_i32 RdV,
515 /* RdV=RsV+RtV;} */
519 tcg_gen_mov_i32(RdV, tmp_0);
695 tcg_gen_mov_i32(RdV, tmp_0);
697 The fact that we cannot directly use ``RdV`` as the destination of the sum is a