bindings: support newly added field @xop_cc in the last commit (Java, Ocaml, Python)
diff --git a/bindings/java/TestX86.java b/bindings/java/TestX86.java
index d9480ef..e2894b5 100644
--- a/bindings/java/TestX86.java
+++ b/bindings/java/TestX86.java
@@ -70,6 +70,9 @@
           ins.regName(operands.sibBase), ins.regName(operands.sibIndex), operands.sibScale);
     }
 
+    if (operands.xopCC != 0)
+        System.out.printf("\txop_cc: %u\n", operands.xopCC);
+
     if (operands.sseCC != 0)
         System.out.printf("\tsse_cc: %u\n", operands.sseCC);