Searched refs:u1 (Results 1 - 3 of 3) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/env/v/
H A Dstring.c63 const uintptr_t* u1 = s1; local
65 const uintptr_t* end = u1 + (n / sizeof(uintptr_t));
66 while (u1 < end) {
67 if (*u1 != *u2)
69 u1++;
72 n -= (const void*)u1 - s1;
73 s1 = u1;
/gem5/src/systemc/tests/systemc/misc/unit/data/general/subvector/test1/
H A Dtest1.cpp56 sc_biguint<10> u1; local
75 u1 = 235;
87 cout << "u1 = " << u1 << endl;
102 cout << "u1.range(3,0) = " << sc_unsigned(u1.range(3,0)) << endl;
103 cout << "u1.range(0,3) = " << sc_unsigned(u1.range(0,3)) << endl;
120 u1 = b1;
128 cout << "u1
[all...]
/gem5/src/systemc/tests/systemc/misc/unit/data/user_guide/ch9/std_ulogic_datatype/
H A Dstd_ulogic_datatype.cpp343 std_ulogic uu, ux, u0, u1, uz, uw, ul, uh, ud; local
364 u1 = v1 & v4; uz = v1 & v5; uw = v1 & v6;
417 u1 = v1 | v4; uz = v1 | v5; uw = v1 | v6;
470 u1 = v1 ^ v4; uz = v1 ^ v5; uw = v1 ^ v6;

Completed in 8 milliseconds