Searched refs:COND_NE (Results 1 - 18 of 18) sorted by relevance

/external/llvm/lib/Target/MSP430/
H A DMSP430.h25 COND_NE = 1, // aka COND_NZ enumerator in enum:MSP430CC::CondCodes
H A DMSP430InstrInfo.cpp138 CC = MSP430CC::COND_NE;
140 case MSP430CC::COND_NE:
H A DMSP430ISelLowering.cpp833 TCC = MSP430CC::COND_NE; // aka COND_NZ
954 case MSP430CC::COND_NE:
1287 .addImm(MSP430CC::COND_NE);
/external/lldb/source/Plugins/Process/Utility/
H A DARMDefines.h30 #define COND_NE 0x1 // Not equal Not equal, or unordered Z == 0 macro
53 case COND_NE: return "ne";
/external/llvm/lib/Target/MSP430/InstPrinter/
H A DMSP430InstPrinter.cpp99 case MSP430CC::COND_NE:
/external/mesa3d/src/mesa/program/
H A Dprogram_parse_extra.c133 cond = COND_NE;
H A Dprog_instruction.h102 #define COND_NE 7 /**< not equal to zero */ macro
H A Dnvfragparse.c680 dstReg->CondMask = COND_NE;
H A Dprog_print.c556 case COND_NE: return "NE";
H A Dir_to_mesa.cpp2198 if_inst->dst.cond_mask = COND_NE;
H A Dprog_execute.c438 case COND_NE: return (condCode != COND_EQ);
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.h42 COND_NE = 9, enumerator in enum:llvm::X86::CondCode
78 /// e.g. turning COND_E to COND_NE.
H A DX86InstrInfo.cpp3207 case X86::JNE_1: return X86::COND_NE;
3238 case X86::SETNEr: case X86::SETNEm: return X86::COND_NE;
3281 return X86::COND_NE;
3307 case X86::COND_NE: return X86::JNE_1;
3326 /// e.g. turning COND_E to COND_NE.
3330 case X86::COND_E: return X86::COND_NE;
3331 case X86::COND_NE: return X86::COND_E;
3355 case X86::COND_NE: return X86::COND_NE;
3583 BranchCode == X86::COND_NE) ||
[all...]
H A DX86FastISel.cpp188 case CmpInst::FCMP_ONE: CC = X86::COND_NE; break;
196 case CmpInst::ICMP_NE: CC = X86::COND_NE; break;
1751 X86::CondCode CC = X86::COND_NE;
1971 X86::CondCode CC = X86::COND_NE;
H A DX86ISelLowering.cpp3622 case X86::COND_NE: return true;
3661 case ISD::SETNE: return X86::COND_NE;
3711 case ISD::SETNE: return X86::COND_NE;
3732 case X86::COND_NE:
11376 SDValue CC = DAG.getConstant(X86::COND_NE, MVT::i8);
12597 if ((X86CC == X86::COND_E || X86CC == X86::COND_NE) && Op->hasOneUse() &&
12639 if (!NeedTruncation && (X86CC == X86::COND_E || X86CC == X86::COND_NE)) {
13493 (CondCode == X86::COND_E || CondCode == X86::COND_NE)) {
13502 (isAllOnes(Op1) == (CondCode == X86::COND_NE))) {
13613 CC = DAG.getConstant(X86::COND_NE, MV
[all...]
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp76 #define COND_NE 0x1 macro
611 case COND_NE: // (0x1)
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vs_emit.c1775 /* All of GLSL only produces predicates for COND_NE and one channel per
1788 assert(inst->DstReg.CondMask == COND_NE);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp2836 if_inst->dst.cond_mask = COND_NE;

Completed in 1038 milliseconds