comparison gen/asm-x86-64.h @ 1397:fdfc4060bcec

fix missing 'test' mnemonic and add several variations
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Tue, 19 May 2009 11:58:54 -0600
parents 5a9dc345c70a
children f3d7451cfa5b
comparison
equal deleted inserted replaced
1396:24b33fdc7c0c 1397:fdfc4060bcec
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 },
1228 { "testb", Op_DstSrcNT },
1227 { "testl", Op_DstSrcNT }, 1229 { "testl", Op_DstSrcNT },
1230 { "testq", Op_DstSrcNT },
1231 { "testw", Op_DstSrcNT },
1228 { "ucomisd", Op_SrcSrcSSEF }, 1232 { "ucomisd", Op_SrcSrcSSEF },
1229 { "ucomiss", Op_SrcSrcSSEF }, 1233 { "ucomiss", Op_SrcSrcSSEF },
1230 { "ud2", Op_0 }, 1234 { "ud2", Op_0 },
1231 { "unpckhpd", Op_DstSrcSSE }, 1235 { "unpckhpd", Op_DstSrcSSE },
1232 { "unpckhps", Op_DstSrcSSE }, 1236 { "unpckhps", Op_DstSrcSSE },