Home | History | Annotate | Download | only in src

Lines Matching refs:opcode

8181     Translation::Opcode opcode =
8182 static_cast<Translation::Opcode>(iterator.Next());
8183 ASSERT(Translation::BEGIN == opcode);
8187 Translation::StringFor(opcode),
8193 (opcode = static_cast<Translation::Opcode>(iterator.Next()))) {
8194 PrintF(out, "%24s %s ", "", Translation::StringFor(opcode));
8196 switch (opcode) {