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