Home
last modified time | relevance | path

Searched refs:BTST (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrBits.td15 /// BCHG [~] BCLR [~] BSET [~] BTST [~]
27 // BTST
129 defm BTST : MxBIT<"btst", 0b100, 0b000>;
H A DM68kISelLowering.h46 BTST, enumerator
H A DM68kISelLowering.cpp1666 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 DM68kInstrInfo.td131 def MxBtst : SDNode<"M68kISD::BTST", MxSDT_CmpTest>;