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.cpp433 Register BinOpRes = I->getOperand(7).getReg(); in expandAtomicBinOpSubword() local
479 BuildMI(loopMBB, DL, TII->get(Mips::AND), BinOpRes) in expandAtomicBinOpSubword()
482 BuildMI(loopMBB, DL, TII->get(Mips::NOR), BinOpRes) in expandAtomicBinOpSubword()
484 .addReg(BinOpRes); in expandAtomicBinOpSubword()
485 BuildMI(loopMBB, DL, TII->get(Mips::AND), BinOpRes) in expandAtomicBinOpSubword()
486 .addReg(BinOpRes) in expandAtomicBinOpSubword()
540 BuildMI(loopMBB, DL, TII->get(SELOldVal), BinOpRes) in expandAtomicBinOpSubword()
546 BuildMI(loopMBB, DL, TII->get(OR), BinOpRes) in expandAtomicBinOpSubword()
547 .addReg(BinOpRes) in expandAtomicBinOpSubword()
554 BuildMI(loopMBB, DL, TII->get(OR), BinOpRes) in expandAtomicBinOpSubword()
[all …]