[AArch64][PATCH 2/14] Support ARMv8.2 FP16 Vector Three Same instructions.
[deliverable/binutils-gdb.git] / include / cgen / basic-modes.h
index 7583ee4586bfcd7f5e7f399d8568c207f93db692..645f3b62b3b76010b3fc9cfce8272f84763f8ddc 100644 (file)
@@ -1,5 +1,5 @@
 /* Basic CGEN modes.
-   Copyright 2005, 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2015 Free Software Foundation, Inc.
    Contributed by Red Hat.
 
    This file is part of the GNU opcodes library.
@@ -46,4 +46,7 @@ typedef uint64_t UDI;
 typedef int INT;
 typedef unsigned int UINT;
 
+/* Cover macro to create a 64-bit integer.  */
+#define MAKEDI(hi, lo) ((((DI) (SI) (hi)) << 32) | ((UDI) (USI) (lo)))
+
 #endif /* CGEN_BASIC_MODES_H */
This page took 0.023065 seconds and 4 git commands to generate.