2014-12-07 20:18:57 +08:00
|
|
|
//===-- CIInstructions.td - CI Instruction Defintions ---------------------===//
|
|
|
|
//
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
// License. See LICENSE.TXT for details.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
// Instruction definitions for CI and newer.
|
|
|
|
//===----------------------------------------------------------------------===//
|
2015-08-22 08:16:34 +08:00
|
|
|
// Remaining instructions:
|
|
|
|
// S_CBRANCH_CDBGUSER
|
|
|
|
// S_CBRANCH_CDBGSYS
|
|
|
|
// S_CBRANCH_CDBGSYS_OR_USER
|
2016-09-23 17:08:07 +08:00
|
|
|
// S_CBRANCH_CDBGSYS_AND_USER
|