Home | History | Annotate | Download | only in Disassembler

Lines Matching refs:opcode

458   unsigned opcode = mblazeBinary2Opcode[ (insn>>26)&0x3F ];
459 switch (opcode) {
484 default: return opcode;
517 // Get the MCInst opcode from the binary instruction and make sure
519 unsigned opcode = getOPCODE(insn);
520 if (opcode == UNSUPPORTED)
523 instr.setOpcode(opcode);
530 uint64_t tsFlags = MBlazeInsts[opcode].TSFlags;
552 switch (opcode) {
582 switch (opcode) {