Searched defs:aq (Results 1 – 4 of 4) sorted by relevance
39 inline constexpr int AqRlToMemoryOrder(bool aq, bool rl) { in AqRlToMemoryOrder()
60 Register Amo(typename Decoder::AmoOpcode opcode, Register arg1, Register arg2, bool aq, bool rl) { in Amo()
652 bool aq : 1; member
47 inline constexpr std::memory_order AqRlToStdMemoryOrder(bool aq, bool rl) { in AqRlToStdMemoryOrder()