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