Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp5065 unsigned ldrOpc, strOpc; in EmitAtomicCmpSwap() local
5070 strOpc = isThumb2 ? ARM::t2STREXB : ARM::STREXB; in EmitAtomicCmpSwap()
5074 strOpc = isThumb2 ? ARM::t2STREXH : ARM::STREXH; in EmitAtomicCmpSwap()
5078 strOpc = isThumb2 ? ARM::t2STREX : ARM::STREX; in EmitAtomicCmpSwap()
5126 MIB = BuildMI(BB, dl, TII->get(strOpc), scratch).addReg(newval).addReg(ptr); in EmitAtomicCmpSwap()
5127 if (strOpc == ARM::t2STREX) in EmitAtomicCmpSwap()
5169 unsigned ldrOpc, strOpc; in EmitAtomicBinary() local
5174 strOpc = isThumb2 ? ARM::t2STREXB : ARM::STREXB; in EmitAtomicBinary()
5178 strOpc = isThumb2 ? ARM::t2STREXH : ARM::STREXH; in EmitAtomicBinary()
5182 strOpc = isThumb2 ? ARM::t2STREX : ARM::STREX; in EmitAtomicBinary()
[all …]