Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp434 Register BinOpRes = I->getOperand(7).getReg(); in expandAtomicBinOpSubword() local
459 BuildMI(loopMBB, DL, TII->get(Mips::AND), BinOpRes) in expandAtomicBinOpSubword()
462 BuildMI(loopMBB, DL, TII->get(Mips::NOR), BinOpRes) in expandAtomicBinOpSubword()
464 .addReg(BinOpRes); in expandAtomicBinOpSubword()
465 BuildMI(loopMBB, DL, TII->get(Mips::AND), BinOpRes) in expandAtomicBinOpSubword()
466 .addReg(BinOpRes) in expandAtomicBinOpSubword()
520 BuildMI(loopMBB, DL, TII->get(SELOldVal), BinOpRes) in expandAtomicBinOpSubword()
526 BuildMI(loopMBB, DL, TII->get(OR), BinOpRes) in expandAtomicBinOpSubword()
527 .addReg(BinOpRes) in expandAtomicBinOpSubword()
534 BuildMI(loopMBB, DL, TII->get(OR), BinOpRes) in expandAtomicBinOpSubword()
[all …]