Searched refs:aq (Results 1 – 2 of 2) sorted by relevance
759 lr.w.aq t3, (t1) // Acquire needed only in most common case.
856 const char* aq = (((insn32 >> 26) & 1u) != 0u) ? ".aq" : ""; in Print32Atomic() local858 os_ << opcode << type << aq << rl << " " << XRegName(rd) << ", " << XRegName(rs1); in Print32Atomic()