Home | History | Annotate | Download | only in coregrind

Lines Matching refs:Iop_Add64

294 #  define IS_ADD(op) (sizeof_SP==4 ? ((op)==Iop_Add32) : ((op)==Iop_Add64))
922 IROp op_Add = Iop_Add64;