wavefront.cc (11345:b6a66a90e0a1) wavefront.cc (11523:81332eb10367)
1/*
2 * Copyright (c) 2011-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:

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

83 condRegState = new ConditionRegisterState();
84 maxSpVgprs = 0;
85 maxDpVgprs = 0;
86}
87
88void
89Wavefront::regStats()
90{
1/*
2 * Copyright (c) 2011-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:

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

83 condRegState = new ConditionRegisterState();
84 maxSpVgprs = 0;
85 maxDpVgprs = 0;
86}
87
88void
89Wavefront::regStats()
90{
91 SimObject::regStats();
92
91 srcRegOpDist
92 .init(0, 4, 2)
93 .name(name() + ".src_reg_operand_dist")
94 .desc("number of executed instructions with N source register operands")
95 ;
96
97 dstRegOpDist
98 .init(0, 3, 2)

--- 825 unchanged lines hidden ---
93 srcRegOpDist
94 .init(0, 4, 2)
95 .name(name() + ".src_reg_operand_dist")
96 .desc("number of executed instructions with N source register operands")
97 ;
98
99 dstRegOpDist
100 .init(0, 3, 2)

--- 825 unchanged lines hidden ---