Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp260 case ARM::STREXD: in printInst()
264 bool isStore = Opcode == ARM::STREXD || Opcode == ARM::STLEXD; in printInst()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1915 unsigned STREXD = IsThumb ? ARM::t2STREXD : ARM::STREXD; in ExpandCMP_SWAP_64() local
1916 MIB = BuildMI(StoreBB, DL, TII->get(STREXD), TempReg); in ExpandCMP_SWAP_64()
H A DARMISelDAGToDAG.cpp4847 : (IsRelease ? ARM::STLEXD : ARM::STREXD); in Select()
H A DARMInstrInfo.td5288 def STREXD : AIstrex<0b01, (outs GPR:$Rd),