Searched defs:gen_op_mov_reg_T1 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dtranslate.c385 static inline void gen_op_mov_reg_T1(int ot, int reg) function
2668 gen_op_mov_reg_T1(s->ss32 + 1, R_ESP);
2772 gen_op_mov_reg_T1(OT_WORD + s->ss32, R_ESP);
2794 gen_op_mov_reg_T1(OT_WORD + s->ss32, R_ESP);
2820 gen_op_mov_reg_T1(ot, R_EBP);
2822 gen_op_mov_reg_T1(OT_QUAD, R_ESP);
2845 gen_op_mov_reg_T1(ot, R_EBP);
2847 gen_op_mov_reg_T1(OT_WORD + s->ss32, R_ESP);
5193 gen_op_mov_reg_T1(ot, reg);
5201 gen_op_mov_reg_T1(o
[all...]

Completed in 407 milliseconds