Home | History | Annotate | Download | only in Disassembler

Lines Matching refs:opcode

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