Searched refs:AVRcc (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.h | 148 SDValue getAVRCmp(SDValue LHS, SDValue RHS, ISD::CondCode CC, SDValue &AVRcc,
|
| H A D | AVRISelLowering.cpp | 600 SDValue &AVRcc, SelectionDAG &DAG, in getAVRCmp() argument 622 AVRcc = DAG.getConstant(AVRCC::COND_PL, DL, MVT::i8); in getAVRCmp() 663 AVRcc = DAG.getConstant(AVRCC::COND_MI, DL, MVT::i8); in getAVRCmp() 769 AVRcc = DAG.getConstant(intCCToAVRCC(CC), DL, MVT::i8); in getAVRCmp()
|