Home | History | Annotate | Download | only in libenc

Lines Matching refs:idi

392         InstructionDisassembler idi(saveStream);
401 assert(idi.get_opnd(0).kind == InstructionDisassembler::Kind_Imm);
403 assert(idi.get_type() == InstructionDisassembler::RELATIVE_CALL);
406 assert(idi.get_type() == InstructionDisassembler::RELATIVE_JUMP);
409 assert(idi.get_type() == InstructionDisassembler::RET);
412 assert(idi.get_type() == InstructionDisassembler::RELATIVE_COND_JUMP);
420 assert(idi.get_opnd(0).kind == InstructionDisassembler::Kind_Mem);
422 assert(idi.get_type() == InstructionDisassembler::INDIRECT_CALL);
425 assert(idi.get_type() == InstructionDisassembler::INDIRECT_JUMP);
434 assert(idi.get_opnd(0).kind == InstructionDisassembler::Kind_Reg);
436 assert(idi.get_type() == InstructionDisassembler::INDIRECT_CALL);
439 assert(idi.get_type() == InstructionDisassembler::INDIRECT_JUMP);
451 // if(idi.get_length_with_prefix() != (int)len) {