Home
last modified time | relevance | path

Searched defs:COND_NE (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430.h24 COND_NE = 1, // aka COND_NZ enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h33 COND_NE, //!< Not equal enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h32 COND_NE, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h41 COND_NE = 6, // Not Equal enumerator
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DARMDefines.h35 #define COND_NE \ macro
/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A Darm.h53 #define COND_NE 1 macro
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h86 COND_NE = 5, enumerator
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp84 #define COND_NE 0x1 macro
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dxc16x-desc.h96 , COND_EQ = 2, COND_NE = 3, COND_ULT = 8, COND_UGE = 9 enumerator