Searched refs:STREXD (Results 1 – 4 of 4) sorted by relevance
289 case ARM::STREXD: in printInst()293 bool isStore = Opcode == ARM::STREXD || Opcode == ARM::STLEXD; in printInst()
2002 unsigned STREXD = IsThumb ? ARM::t2STREXD : ARM::STREXD; in ExpandCMP_SWAP_64() local2003 MIB = BuildMI(StoreBB, DL, TII->get(STREXD), TempReg); in ExpandCMP_SWAP_64()
4840 : (IsRelease ? ARM::STLEXD : ARM::STREXD); in Select()
5304 def STREXD : AIstrex<0b01, (outs GPR:$Rd),