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

  /external/llvm/lib/Target/MSP430/
MSP430.h 25 COND_NE = 1, // aka COND_NZ
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 43 COND_NE = 9,
79 /// e.g. turning COND_E to COND_NE.
  /external/mesa3d/src/mesa/program/
prog_instruction.h 102 #define COND_NE 7 /**< not equal to zero */
  /toolchain/binutils/binutils-2.25/include/opcode/
metag.h 644 COND_NE,
811 { mnemonic "NE" suffix, flags, meta_opcode | (COND_NE << field_shift), \
813 { mnemonic "NZ" suffix, flags, meta_opcode | (COND_NE << field_shift), \
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
xc16x-desc.h 90 , COND_EQ = 2, COND_NE = 3, COND_ULT = 8, COND_UGE = 9

Completed in 1043 milliseconds