Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp158 auto MIBHI = buildMI(MBB, MBBI, OpHi) in expandArith() local
164 MIBHI->getOperand(3).setIsDead(); in expandArith()
167 MIBHI->getOperand(4).setIsKill(); in expandArith()
194 auto MIBHI = buildMI(MBB, MBBI, Op) in expandLogic() local
200 MIBHI->getOperand(3).setIsDead(); in expandLogic()
244 auto MIBHI = buildMI(MBB, MBBI, Op) in expandLogicImm() local
250 MIBHI->getOperand(3).setIsDead(); in expandLogicImm()
286 auto MIBHI = buildMI(MBB, MBBI, AVR::SBCIRdK) in expand() local
296 MIBHI.addGlobalAddress(GV, Offs, TF | AVRII::MO_NEG | AVRII::MO_HI); in expand()
302 MIBHI.addImm((Imm >> 8) & 0xff); in expand()
[all …]