HomeSort by relevance Sort by last modified time
    Searched refs:COND_NE (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/lib/Target/MSP430/
MSP430.h 25 COND_NE = 1, // aka COND_NZ
MSP430InstrInfo.cpp 138 CC = MSP430CC::COND_NE;
140 case MSP430CC::COND_NE:
MSP430ISelLowering.cpp 805 TCC = MSP430CC::COND_NE; // aka COND_NZ
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430.h 25 COND_NE = 1, // aka COND_NZ
MSP430InstrInfo.cpp 140 CC = MSP430CC::COND_NE;
142 case MSP430CC::COND_NE:
MSP430ISelLowering.cpp 684 TCC = MSP430CC::COND_NE; // aka COND_NZ
805 case MSP430CC::COND_NE:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeInstrInfo.h 84 COND_NE,
93 case COND_NE: return MBlaze::BNEID;
102 /// e.g. turning COND_E to COND_NE.
  /external/llvm/lib/Target/AVR/
AVRInstrInfo.h 34 COND_NE, //!< Not equal
AVRInstrInfo.cpp 178 case AVRCC::COND_NE:
202 return AVRCC::COND_NE;
223 return AVRCC::COND_NE;
224 case AVRCC::COND_NE:
  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.cpp 100 case MSP430CC::COND_NE:
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.cpp 99 case MSP430CC::COND_NE:
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.h 42 COND_NE = 9,
65 /// e.g. turning COND_E to COND_NE.
X86InstrInfo.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 43 COND_NE = 9,
79 /// e.g. turning COND_E to COND_NE.
X86InstrInfo.cpp     [all...]
X86FastISel.cpp 193 case CmpInst::FCMP_ONE: CC = X86::COND_NE; break;
201 case CmpInst::ICMP_NE: CC = X86::COND_NE; break;
    [all...]
X86ISelLowering.cpp     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
rx-parse.y 29 #define COND_NE 1
231 { if ($1 == COND_EQ || $1 == COND_NE)
251 { if ($1 == COND_EQ || $1 == COND_NE)
256 { if ($1 == COND_EQ || $1 == COND_NE)
    [all...]
  /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
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
a.out.go 150 COND_NE
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
a.out.go 150 COND_NE
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/
arch.go 265 register["NE"] = arm64.COND_NE
  /prebuilts/go/linux-x86/src/cmd/asm/internal/arch/
arch.go 265 register["NE"] = arm64.COND_NE

Completed in 402 milliseconds

1 2