Searched refs:val1 (Results 1 - 11 of 11) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h46 #define TEST_IMM_OP( testnum, inst, result, val1, imm ) \
48 li x1, MASK_XLEN(val1); \
52 #define TEST_IMM_SRC1_EQ_DEST( testnum, inst, result, val1, imm ) \
54 li x1, MASK_XLEN(val1); \
58 #define TEST_IMM_DEST_BYPASS( testnum, nop_cycles, inst, result, val1, imm ) \
61 1: li x1, MASK_XLEN(val1); \
70 #define TEST_IMM_SRC1_BYPASS( testnum, nop_cycles, inst, result, val1, imm ) \
73 1: li x1, MASK_XLEN(val1); \
86 #define TEST_IMM_ZERODEST( testnum, inst, val1, imm ) \
88 li x1, MASK_XLEN(val1); \
[all...]
/gem5/src/systemc/tests/systemc/misc/stars/star110668/
H A Dstar110668.cpp40 sc_int<16> val1; member in struct:tstruct
57 foofoo.val1.range(0,7) = data_in;
/gem5/util/
H A Ddiff_config.pl88 foreach my $val1 (@splitValues1) {
93 if ($val1 eq $val2) {
99 if ($val1 =~ /\[/ and $val2 =~ /\[/) {
100 $val1 =~ m/^(.*)\[.*\]/;
115 push(@uniqueValues, $val1);
/gem5/src/gpu-compute/
H A Dmisc.hh139 uint32_t val1 = 0; local
140 val1 |= (s << 31);
141 val1 |= (exp << 23);
142 val1 |= (mant << 13);
144 return *(float*)&val1;
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h1487 const T1& val1, const T2& val2,
1491 << "), actual: " << FormatForComparisonFailureMessage(val1, val2)
1492 << " vs " << FormatForComparisonFailureMessage(val2, val1);
1509 const T1& val1, const T2& val2) {\
1510 if (val1 op val2) {\
1513 return CmpHelperOpFailure(expr1, expr2, val1, val2, #op);\
1517 const char* expr1, const char* expr2, BiggestInt val1, BiggestInt val2)
1662 double val1,
1922 #define EXPECT_EQ(val1, val2) \
1924 EqHelper<GTEST_IS_NULL_LITERAL_(val1)>
1486 CmpHelperOpFailure(const char* expr1, const char* expr2, const T1& val1, const T2& val2, const char* op) argument
[all...]
/gem5/src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc1/
H A Ddisaproc1.cpp40 int val1[17] = { 34329, 32492, 1034, 12000, 102, 12981, 1902, 19409, variable
167 a = (val1[count % (sizeof(val1)/sizeof(val1[0]))] & 1);
/gem5/src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc3/
H A Ddisaproc3.cpp40 int val1[17] = { 34329, 32492, 1034, 12000, 102, 12981, 1902, 19409, variable
173 a = (val1[count % (sizeof(val1)/sizeof(val1[0]))] & 1);
/gem5/src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc2/
H A Ddisaproc2.cpp42 int val1[17] = { 34329, 32492, 1034, 12000, 102, 12981, 1902, 19409, variable
174 a = (val1[count % (sizeof(val1)/sizeof(val1[0]))]);
/gem5/ext/iostream3/
H A Dzfstream.h432 T1 val1; member in class:gzomanip2
452 : func(f), val1(v1), val2(v2)
459 { return (*m.func)(s, m.val1, m.val2); }
/gem5/util/stats/
H A Dinfo.py259 val1 = value(self.arg1, run)
260 if val0 is None or val1 is None:
263 return self.op(val0, val1)
273 val1 = value(self.arg1, run)
275 val1 = value(self.arg1, run, index)
277 if val0 is None or val1 is None:
281 return self.op(val0, val1)
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1365 double val1,
1368 const double diff = fabs(val1 - val2);
1376 << expr1 << " evaluates to " << val1 << ",\n"
1386 RawType val1,
1388 // Returns success if val1 is less than val2,
1389 if (val1 < val2) {
1393 // or if val1 is almost equal to val2.
1394 const FloatingPoint<RawType> lhs(val1), rhs(val2);
1399 // Note that the above two checks will both fail if either val1 or
1405 << val1;
1362 DoubleNearPredFormat(const char* expr1, const char* expr2, const char* abs_error_expr, double val1, double val2, double abs_error) argument
1384 FloatingPointLE(const char* expr1, const char* expr2, RawType val1, RawType val2) argument
1421 FloatLE(const char* expr1, const char* expr2, float val1, float val2) argument
1428 DoubleLE(const char* expr1, const char* expr2, double val1, double val2) argument
[all...]

Completed in 33 milliseconds