Marek Olsak | 5df00d6 | 2014-12-07 12:18:57 +0000 | [diff] [blame] | 1 | //===-- CIInstructions.td - CI Instruction Defintions ---------------------===// |
| 2 | // |
| 3 | // The LLVM Compiler Infrastructure |
| 4 | // |
| 5 | // This file is distributed under the University of Illinois Open Source |
| 6 | // License. See LICENSE.TXT for details. |
| 7 | // |
| 8 | //===----------------------------------------------------------------------===// |
| 9 | // Instruction definitions for CI and newer. |
| 10 | //===----------------------------------------------------------------------===// |
Matt Arsenault | 6adf07a | 2015-08-22 00:16:34 +0000 | [diff] [blame] | 11 | // Remaining instructions: |
Matt Arsenault | 6adf07a | 2015-08-22 00:16:34 +0000 | [diff] [blame] | 12 | // S_CBRANCH_CDBGUSER |
| 13 | // S_CBRANCH_CDBGSYS |
| 14 | // S_CBRANCH_CDBGSYS_OR_USER |
Valery Pykhtin | 355103f | 2016-09-23 09:08:07 +0000 | [diff] [blame] | 15 | // S_CBRANCH_CDBGSYS_AND_USER |