mem_impl.hh (11639:2e8d4bd8108d) mem_impl.hh (11645:44ca2fc730eb)
1/*
2 * Copyright (c) 2012-2015 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * For use for simulation and test purposes only
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are met:

--- 79 unchanged lines hidden (view full) ---

88 case 2:
89 this->disassembly = csprintf("%s_%s_%s (%s,%s), %s", this->opcode,
90 segmentNames[this->segment],
91 MemDataType::label,
92 this->dest_vect[0].disassemble(),
93 this->dest_vect[1].disassemble(),
94 this->addr.disassemble());
95 break;
1/*
2 * Copyright (c) 2012-2015 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * For use for simulation and test purposes only
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are met:

--- 79 unchanged lines hidden (view full) ---

88 case 2:
89 this->disassembly = csprintf("%s_%s_%s (%s,%s), %s", this->opcode,
90 segmentNames[this->segment],
91 MemDataType::label,
92 this->dest_vect[0].disassemble(),
93 this->dest_vect[1].disassemble(),
94 this->addr.disassemble());
95 break;
96 case 3:
97 this->disassembly = csprintf("%s_%s_%s (%s,%s,%s), %s", this->opcode,
98 segmentNames[this->segment],
99 MemDataType::label,
100 this->dest_vect[0].disassemble(),
101 this->dest_vect[1].disassemble(),
102 this->dest_vect[2].disassemble(),
103 this->addr.disassemble());
104 break;
96 case 4:
97 this->disassembly = csprintf("%s_%s_%s (%s,%s,%s,%s), %s",
98 this->opcode,
99 segmentNames[this->segment],
100 MemDataType::label,
101 this->dest_vect[0].disassemble(),
102 this->dest_vect[1].disassemble(),
103 this->dest_vect[2].disassemble(),

--- 561 unchanged lines hidden ---
105 case 4:
106 this->disassembly = csprintf("%s_%s_%s (%s,%s,%s,%s), %s",
107 this->opcode,
108 segmentNames[this->segment],
109 MemDataType::label,
110 this->dest_vect[0].disassemble(),
111 this->dest_vect[1].disassemble(),
112 this->dest_vect[2].disassemble(),

--- 561 unchanged lines hidden ---