comparison gen/asm-x86-64.h @ 1398:f3d7451cfa5b

remove extra 'test' instructions and fix 'test' properly
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Tue, 19 May 2009 12:28:44 -0600
parents fdfc4060bcec
children 297d1e2f6441
comparison
equal deleted inserted replaced
1397:fdfc4060bcec 1398:f3d7451cfa5b
1222 { "subss", Op_DstSrcSSE }, 1222 { "subss", Op_DstSrcSSE },
1223 { "swapgs", Op_DstSrcSSE }, 1223 { "swapgs", Op_DstSrcSSE },
1224 { "sysenter",Op_0 }, 1224 { "sysenter",Op_0 },
1225 { "sysexit", Op_0 }, 1225 { "sysexit", Op_0 },
1226 { "sysret", Op_0 }, 1226 { "sysret", Op_0 },
1227 { "test", Op_DstSrcNT }, 1227 { "test", Op_SrcSrcF },
1228 { "testb", Op_DstSrcNT },
1229 { "testl", Op_DstSrcNT },
1230 { "testq", Op_DstSrcNT },
1231 { "testw", Op_DstSrcNT },
1232 { "ucomisd", Op_SrcSrcSSEF }, 1228 { "ucomisd", Op_SrcSrcSSEF },
1233 { "ucomiss", Op_SrcSrcSSEF }, 1229 { "ucomiss", Op_SrcSrcSSEF },
1234 { "ud2", Op_0 }, 1230 { "ud2", Op_0 },
1235 { "unpckhpd", Op_DstSrcSSE }, 1231 { "unpckhpd", Op_DstSrcSSE },
1236 { "unpckhps", Op_DstSrcSSE }, 1232 { "unpckhps", Op_DstSrcSSE },