Added a few more amd64 opcodes, the comparisons. This adds support for F_EQ, F_NE, F_LE, F_GE, G_LT and F_GT. They could be better, it would be simple to add floats, as an example, especially in F_EQ and F_NE (they /almost/ work for floats, nan complicates things however).