Searched refs:num_bytes (Results 1 - 7 of 7) sorted by relevance

/gem5/src/systemc/tests/include/
H A DExplicitLTTarget.h97 unsigned int num_bytes;
99 num_bytes = 400 - tmp;
102 num_bytes = r.get_data_length();
108 for (unsigned int i = 0; i < num_bytes; ++i) {
113 for (unsigned int i = 0; i < num_bytes; ++i) {
117 return num_bytes;
H A DSimpleLTTarget2.h104 unsigned int num_bytes;
106 num_bytes = 400 - tmp;
109 num_bytes = r.get_data_length();
112 for (unsigned int i = 0; i < num_bytes; ++i) {
117 for (unsigned int i = 0; i < num_bytes; ++i) {
121 return num_bytes;
H A DExplicitATTarget.h147 unsigned int num_bytes;
149 num_bytes = 400 - tmp;
152 num_bytes = r.get_data_length();
158 for (unsigned int i = 0; i < num_bytes; ++i) {
163 for (unsigned int i = 0; i < num_bytes; ++i) {
167 return num_bytes;
H A DSimpleLTTarget1.h102 unsigned int num_bytes;
104 num_bytes = 400 - tmp;
107 num_bytes = r.get_data_length();
110 for (unsigned int i = 0; i < num_bytes; ++i) {
115 for (unsigned int i = 0; i < num_bytes; ++i) {
119 return num_bytes;
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp2ext/
H A DSimpleLTTarget_ext.h115 unsigned int num_bytes;
117 num_bytes = 400 - tmp;
120 num_bytes = r.get_data_length();
123 for (unsigned int i = 0; i < num_bytes; ++i) {
128 for (unsigned int i = 0; i < num_bytes; ++i) {
132 return num_bytes;
/gem5/src/systemc/tests/tlm/static_extensions/gp2ext/
H A DSimpleLTTarget_ext.h115 unsigned int num_bytes;
117 num_bytes = 400 - tmp;
120 num_bytes = r.get_data_length();
123 for (unsigned int i = 0; i < num_bytes; ++i) {
128 for (unsigned int i = 0; i < num_bytes; ++i) {
132 return num_bytes;
/gem5/src/arch/hsail/
H A Doperand.cc251 uint16_t num_bytes = local
254 if (num_bytes == sizeof(uint32_t)) {
256 } else if (num_bytes == sizeof(uint64_t)) {
259 fatal("OperandList: bad operand size %d\n", num_bytes);

Completed in 10 milliseconds