[Orp-bugs] [ orp-Bugs-486296 ] shift() function in X86.cpp error.
Status: Beta
Brought to you by:
cierniak
From: <no...@so...> - 2001-11-28 02:04:49
|
Bugs item #486296, was opened at 2001-11-27 18:04 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=384545&aid=486296&group_id=25513 Category: O3 jit Group: None Status: Open Resolution: None Priority: 5 Submitted By: Shi Xiaohua (xshi2) Assigned to: Shi Xiaohua (xshi2) Summary: shift() function in X86.cpp error. Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=384545&aid=486296&group_id=25513 |