Searched refs:COND_LT (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.cpp | 182 case AVRCC::COND_LT: in getBrCond() 214 return AVRCC::COND_LT; in getCondFromBranchOpc() 231 return AVRCC::COND_LT; in getOppositeCondition() 232 case AVRCC::COND_LT: in getOppositeCondition()
|
D | AVRInstrInfo.h | 36 COND_LT, //!< Less than enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.h | 82 COND_LT, enumerator 96 case COND_LT: return MBlaze::BLTID; in GetCondBranchFromCond()
|
/external/mesa3d/src/mesa/program/ |
D | program_parse_extra.c | 127 cond = COND_LT; in _mesa_parse_cc()
|
D | prog_instruction.h | 98 #define COND_LT 3 /**< less than zero */ macro
|
D | prog_execute.c | 424 return COND_LT; in generate_cc() 439 case COND_LT: return (condCode == COND_LT); in test_cc() 441 case COND_LE: return (condCode == COND_LT || condCode == COND_EQ); in test_cc()
|
D | prog_print.c | 552 case COND_LT: return "LT"; in _mesa_condcode_string()
|
D | nvfragparse.c | 678 dstReg->CondMask = COND_LT; in Parse_CondCodeMask()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUInstructions.td | 63 def COND_LT : PatLeaf <
|
D | R600Instructions.td | 1181 (selectcc (f32 R600_Reg32:$src0), R600_Reg32:$src1, FP_ONE, FP_ZERO, COND_LT),
|
D | SIInstructions.td | 111 [(set VCCReg:$dst, (setcc (f32 AllReg_32:$src0), VReg_32:$src1, COND_LT))]
|