Searched defs:FenceArgs (Results 1 – 1 of 1) sorted by relevance
700 struct FenceArgs { struct701 FenceOpcode opcode;702 uint8_t dst;703 uint8_t src;704 bool sw : 1;705 bool sr : 1;706 bool so : 1;707 bool si : 1;708 bool pw : 1;709 bool pr : 1;[all …]