Searched refs:BTST (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrBits.td | 15 /// BCHG [~] BCLR [~] BSET [~] BTST [~] 27 // BTST 129 defm BTST : MxBIT<"btst", 0b100, 0b000>;
|
H A D | M68kISelLowering.h | 46 BTST, enumerator
|
H A D | M68kISelLowering.cpp | 1666 SDValue BTST = DAG.getNode(M68kISD::BTST, DL, MVT::i32, Src, BitNo); in getBitTestCondition() local 1671 DAG.getConstant(Cond, DL, MVT::i8), BTST); in getBitTestCondition() 2340 if ((isM68kLogicalCmp(Cmp) && !IllegalFPCMov) || Opc == M68kISD::BTST) { in LowerSELECT() 2491 if (isM68kLogicalCmp(Cmp) || Opc == M68kISD::BTST) { in LowerBRCOND() 3678 case M68kISD::BTST: in getTargetNodeName()
|
H A D | M68kInstrInfo.td | 131 def MxBtst : SDNode<"M68kISD::BTST", MxSDT_CmpTest>;
|