55 printMnemonic(ss,
"",
false);
65 Memory64::startDisassembly(std::ostream &
os)
const
67 printMnemonic(os,
"",
false);
74 Memory64::setExcAcRel(
bool exclusive,
bool acrel)
81 flags[IsMemBarrier] =
true;
82 flags[IsWriteBarrier] =
true;
83 flags[IsReadBarrier] =
true;
101 std::stringstream
ss;
102 printMnemonic(ss,
"",
false);
117 std::stringstream
ss;
118 printMnemonic(ss,
"",
false);
119 printReg(ss, result);
135 std::stringstream
ss;
136 startDisassembly(ss);
144 std::stringstream
ss;
145 startDisassembly(ss);
155 std::stringstream
ss;
156 startDisassembly(ss);
157 printExtendOperand(
false, ss,
offset,
type, shiftAmt);
165 std::stringstream
ss;
166 startDisassembly(ss);
174 std::stringstream
ss;
175 printMnemonic(ss,
"",
false);
178 printReg(ss, result);
188 std::stringstream
ss;
189 printMnemonic(ss,
"",
false);
void ccprintf(cp::Print &print)
Declaration of a request, the overall memory request consisting of the parts of the request that are ...
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
The request is a Load locked/store conditional.