Lines Matching full:opcode
15 // Constructors per Inst opcode
60 switch (opcode()) {
62 return StringPrintf("opcode %d", static_cast<int>(opcode()));
142 if (ip->opcode() == kInstAlt || ip->opcode() == kInstAltMatch)
187 while (j != 0 && (jp=inst(j))->opcode() == kInstNop) {
193 if (ip->opcode() == kInstAlt) {
195 while (j != 0 && (jp=inst(j))->opcode() == kInstNop) {
216 if (ip->opcode() == kInstAlt)
219 if (ip->opcode() == kInstAlt) {
222 if (j->opcode() == kInstByteRange && j->out() == id &&
229 k->opcode() == kInstByteRange && k->out() == id &&
240 switch (ip->opcode()) {
242 LOG(DFATAL) << "Unexpected opcode in IsMatch: " << ip->opcode();