reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCInstrInfo.cpp
 1942       if (MB <= ME && MBInLoHWord == MEInLoHWord && SH == 0) {
 1945         Mask >>= MBInLoHWord ? 0 : 16;
 1947           (MBInLoHWord ? PPC::ANDIo : PPC::ANDISo) :
 1948           (MBInLoHWord ? PPC::ANDIo8 :PPC::ANDISo8);