HomeSort by relevance Sort by last modified time
    Searched defs:CondCodes (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/MSP430/
MSP430.h 23 enum CondCodes {
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_execute.h 66 GLuint CondCodes[4]; /**< COND_* value for x/y/z/w */
  /external/mesa3d/src/mesa/program/
prog_execute.h 66 GLuint CondCodes[4]; /**< COND_* value for x/y/z/w */
  /external/llvm/lib/Target/Sparc/
Sparc.h 44 enum CondCodes {
81 inline static const char *SPARCCondCodeToString(SPCC::CondCodes CC) {
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 34 enum CondCodes {
44 inline static const char *NVPTXCondCodeToString(NVPTXCC::CondCodes CC) {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 27 // The CondCodes constants map directly to the 4-bit encoding of the
29 enum CondCodes { // Meaning (integer) Meaning (floating-point)
47 inline static CondCodes getOppositeCondition(CondCodes CC) {
68 inline static const char *ARMCondCodeToString(ARMCC::CondCodes CC) {

Completed in 390 milliseconds