Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp795 bool MIIs64Bit = MI.getOpcode() == PPC::EXTSH8 || in simplifyCode() local
798 if (SourceIsXForm && MIIs64Bit) in simplifyCode()
800 else if (SourceIsXForm && !MIIs64Bit) in simplifyCode()
802 else if (MIIs64Bit) in simplifyCode()
856 bool MIIs64Bit = MI.getOpcode() == PPC::EXTSW || in simplifyCode() local
859 if (SourceIsXForm && MIIs64Bit) in simplifyCode()
861 else if (SourceIsXForm && !MIIs64Bit) in simplifyCode()
863 else if (MIIs64Bit) in simplifyCode()