Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp289 case ARM::STREXD: in printInst()
293 bool isStore = Opcode == ARM::STREXD || Opcode == ARM::STLEXD; in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp2002 unsigned STREXD = IsThumb ? ARM::t2STREXD : ARM::STREXD; in ExpandCMP_SWAP_64() local
2003 MIB = BuildMI(StoreBB, DL, TII->get(STREXD), TempReg); in ExpandCMP_SWAP_64()
H A DARMISelDAGToDAG.cpp4840 : (IsRelease ? ARM::STLEXD : ARM::STREXD); in Select()
H A DARMInstrInfo.td5304 def STREXD : AIstrex<0b01, (outs GPR:$Rd),