Lines Matching refs:idesc
1231 const InstructionDesc& idesc = cmov_instructions[condition]; in TwoByteOpcodeInstruction() local
1232 byte_size_operand_ = idesc.byte_size_operation; in TwoByteOpcodeInstruction()
1233 current += PrintOperands(idesc.mnem, idesc.op_order_, current); in TwoByteOpcodeInstruction()
1343 const InstructionDesc& idesc = instruction_table.Get().Get(current); in InstructionDecode() local
1344 byte_size_operand_ = idesc.byte_size_operation; in InstructionDecode()
1345 switch (idesc.type) { in InstructionDecode()
1354 AppendToBuffer("%s%c", idesc.mnem, operand_size_code()); in InstructionDecode()
1356 AppendToBuffer("%s", idesc.mnem, operand_size_code()); in InstructionDecode()
1363 data += PrintOperands(idesc.mnem, idesc.op_order_, data); in InstructionDecode()
1372 idesc.mnem, in InstructionDecode()
1379 idesc.mnem, in InstructionDecode()
1410 AppendToBuffer("%s %s", idesc.mnem, NameOfAddress(addr)); in InstructionDecode()
1418 AppendToBuffer("%s rax, %s", idesc.mnem, NameOfAddress(addr)); in InstructionDecode()