BDW: Add BDW instruction define.
authorYang Rong <rong.r.yang@intel.com>
Mon, 29 Sep 2014 05:37:17 +0000 (13:37 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Fri, 10 Oct 2014 08:21:54 +0000 (16:21 +0800)
commit0346ac1a5fc0a2dfc2735d7db0c9a88e9cd791d3
tree26883c73ffaaefafc0eac38113769f477c42d3c1
parent7c8bf916d36e9f63865996150d7a282ae2db3404
BDW: Add BDW instruction define.

Seperate GEN7 instruction and GEN8 instrunction. GenNativeInstruction will become a union of
Gen7NativeInstruction and Gen8NativeInstruction.

Signed-off-by: Yang Rong <rong.r.yang@intel.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Reviewed-by: Junyan He <junyan.he@linux.intel.com>
backend/src/backend/gen7_instruction.hpp [new file with mode: 0644]
backend/src/backend/gen8_instruction.hpp [new file with mode: 0644]