Lines Matching defs:r0
713 static void tgen_arithi(TCGContext *s, int c, int r0,
732 (is_inc ? EXT5_INC_Ev : EXT5_DEC_Ev), r0);
734 tcg_out8(s, (is_inc ? OPC_INC_r32 : OPC_DEC_r32) + r0);
742 tcg_out_ext32u(s, r0, r0);
750 if (val == 0xffu && (r0 < 4 || TCG_TARGET_REG_BITS == 64)) {
751 tcg_out_ext8u(s, r0, r0);
755 tcg_out_ext16u(s, r0, r0);
761 tcg_out_modrm(s, OPC_ARITH_EvIb + rexw, c, r0);
766 tcg_out_modrm(s, OPC_ARITH_EvIz + rexw, c, r0);
1094 const int r0 = tcg_target_call_iarg_regs[0];
1105 tcg_out_mov(s, type, r0, addrlo);
1110 tgen_arithi(s, ARITH_AND + rexw, r0,
1119 /* cmp 0(r1), r0 */
1120 tcg_out_modrm_offset(s, OPC_CMP_GvEv + rexw, r0, r1, 0);
1122 tcg_out_mov(s, type, r0, addrlo);
1141 /* add addend(r1), r0 */
1142 tcg_out_modrm_offset(s, OPC_ADD_GvEv + P_REXW, r0, r1,
1501 tcg_out_vbox_phys_read(s, opc, r0, data_reg, data_reg2);
1622 tcg_out_vbox_phys_write(s, opc, r0, data_reg, data_reg2);