Menu

#32 shift() function in X86.cpp error.

open
O3 jit (8)
5
2001-11-28
2001-11-28
Shi Xiaohua
No

The functions in X86.cpp below:
char *shift(char *inst,X86_Shift_Opcode opc,const
RM_Opnd *rm,const R_Opnd *r) ;
char *shift(char *inst,X86_Shift_Opcode opc,const
RM_Opnd *rm,const R_Opnd *r,const Imm_Opnd *imm);

forget to consider the "shld_opc". In fact , whether
shrd_opc or shld_opc will generate a "shrd"
instruction.

I'll fix it.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB