Lines Matching refs:idesc
2173 const InstructionDesc& idesc = cmov_instructions[condition]; in TwoByteOpcodeInstruction() local
2174 byte_size_operand_ = idesc.byte_size_operation; in TwoByteOpcodeInstruction()
2175 current += PrintOperands(idesc.mnem, idesc.op_order_, current); in TwoByteOpcodeInstruction()
2374 const InstructionDesc& idesc = instruction_table_->Get(current); in InstructionDecode() local
2375 byte_size_operand_ = idesc.byte_size_operation; in InstructionDecode()
2376 switch (idesc.type) { in InstructionDecode()
2385 AppendToBuffer("%s%c", idesc.mnem, operand_size_code()); in InstructionDecode()
2387 AppendToBuffer("%s%c", idesc.mnem, operand_size_code()); in InstructionDecode()
2394 data += PrintOperands(idesc.mnem, idesc.op_order_, data); in InstructionDecode()
2402 AppendToBuffer("%s%c %s", idesc.mnem, operand_size_code(), in InstructionDecode()
2407 AppendToBuffer("%s %s", idesc.mnem, in InstructionDecode()
2440 AppendToBuffer("%s %s", idesc.mnem, NameOfAddress(addr)); in InstructionDecode()
2454 AppendToBuffer("%s rax,0x%x", idesc.mnem, imm); in InstructionDecode()