Home | History | Annotate | Download | only in i386

Lines Matching refs:TCG_REG_EAX

54     TCG_REG_EAX,
73 TCG_REG_EAX,
80 TCG_REG_EAX,
139 tcg_regset_set_reg(ct->u.regs, TCG_REG_EAX);
187 tcg_regset_reset_reg(ct->u.regs, TCG_REG_EAX);
1194 tcg_out_ext8s(s, data_reg, TCG_REG_EAX, P_REXW);
1197 tcg_out_ext16s(s, data_reg, TCG_REG_EAX, P_REXW);
1200 tcg_out_ext8u(s, data_reg, TCG_REG_EAX);
1203 tcg_out_ext16u(s, data_reg, TCG_REG_EAX);
1206 tcg_out_mov(s, TCG_TYPE_I32, data_reg, TCG_REG_EAX);
1210 tcg_out_ext32s(s, data_reg, TCG_REG_EAX);
1219 tcg_out_mov(s, TCG_TYPE_I32, data_reg2, TCG_REG_EAX);
1221 tcg_out_mov(s, TCG_TYPE_I32, data_reg, TCG_REG_EAX);
1449 tcg_out_movi(s, TCG_TYPE_PTR, TCG_REG_EAX, args[0]);
1968 tcg_regset_set_reg(tcg_target_call_clobber_regs, TCG_REG_EAX);