Searched refs:expandLogic (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRExpandPseudoInsts.cpp | 70 bool expandLogic(unsigned Op, Block &MBB, BlockIt MBBI); 184 bool AVRExpandPseudo::expandLogic(unsigned Op, Block &MBB, BlockIt MBBI) { in expandLogic() function in __anon0c359c080111::AVRExpandPseudo 399 return expandLogic(AVR::ANDRdRr, MBB, MBBI); in expand() 409 return expandLogic(AVR::ORRdRr, MBB, MBBI); in expand() 419 return expandLogic(AVR::EORRdRr, MBB, MBBI); in expand()
|