Searched defs:BinOpcode (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 1852 // or ATOMIC_SWAP{,W} instruction MI. BinOpcode is the instruction that 1857 // inverted after performing BinOpcode (e.g. for NAND). 1861 unsigned BinOpcode, 1896 unsigned NewVal = (BinOpcode || IsSubWord ? 1933 BuildMI(MBB, DL, TII->get(BinOpcode), Tmp) 1951 } else if (BinOpcode) 1953 BuildMI(MBB, DL, TII->get(BinOpcode), RotatedNewVal) 1859 emitAtomicLoadBinary(MachineInstr *MI, MachineBasicBlock *MBB, unsigned BinOpcode, unsigned BitSize, bool Invert) const argument
|
/external/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 910 // This function also handles Mips::ATOMIC_SWAP_I32 (when BinOpcode == 0), and 914 unsigned Size, unsigned BinOpcode, 984 } else if (BinOpcode) { 986 BuildMI(BB, DL, TII->get(BinOpcode), StoreVal).addReg(OldVal).addReg(Incr); 1001 unsigned Size, unsigned BinOpcode, 1118 } else if (BinOpcode) { 1121 BuildMI(BB, DL, TII->get(BinOpcode), BinOpRes).addReg(OldVal).addReg(Incr2); 913 emitAtomicBinary(MachineInstr *MI, MachineBasicBlock *BB, unsigned Size, unsigned BinOpcode, bool Nand) const argument 999 emitAtomicBinaryPartword(MachineInstr *MI, MachineBasicBlock *BB, unsigned Size, unsigned BinOpcode, bool Nand) const argument
|
Completed in 155 milliseconds