Searched refs:operandsList (Results 1 – 4 of 4) sorted by relevance
60 LiteralIntegerList *operandsList);
56 const LiteralIntegerList &operandsList);
224 LiteralIntegerList *operandsList) in ParseExecutionMode() argument233 if (operandsList) in ParseExecutionMode()237 operandsList->emplace_back(_instruction[_o++]); in ParseExecutionMode()
246 const LiteralIntegerList &operandsList) in WriteExecutionMode() argument252 for (const auto &operand : operandsList) in WriteExecutionMode()