Searched refs:x2 (Results 1 - 25 of 94) sorted by relevance

1234

/gem5/include/gem5/asm/generic/
H A Dm5op_flags.h50 #define M5_AN_FL_BAD 0x2
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith10/
H A Darith10.cpp83 sc_signed x2(i+1);
84 x2 = x;
86 x2 = - x;
98 xlo = i > 14 ? x2.range(15,0) : x2.range(i,0);
99 xhi = i > 15 ? x2.range(i,16) : zero;
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ui/
H A Dlb.S64 TEST_CASE( 18, x2, 2, \
66 lb x2, 0(x5); \
67 li x2, 2; \
70 TEST_CASE( 19, x2, 2, \
72 lb x2, 0(x5); \
74 li x2, 2; \
H A Dlbu.S64 TEST_CASE( 18, x2, 2, \
66 lbu x2, 0(x5); \
67 li x2, 2; \
70 TEST_CASE( 19, x2, 2, \
72 lbu x2, 0(x5); \
74 li x2, 2; \
H A Dld.S64 TEST_CASE( 18, x2, 2, \
66 ld x2, 0(x5); \
67 li x2, 2; \
70 TEST_CASE( 19, x2, 2, \
72 ld x2, 0(x5); \
74 li x2, 2; \
H A Dlh.S64 TEST_CASE( 18, x2, 2, \
66 lh x2, 0(x5); \
67 li x2, 2; \
70 TEST_CASE( 19, x2, 2, \
72 lh x2, 0(x5); \
74 li x2, 2; \
H A Dlhu.S64 TEST_CASE( 18, x2, 2, \
66 lhu x2, 0(x5); \
67 li x2, 2; \
70 TEST_CASE( 19, x2, 2, \
72 lhu x2, 0(x5); \
74 li x2, 2; \
H A Dlw.S64 TEST_CASE( 18, x2, 2, \
66 lw x2, 0(x5); \
67 li x2, 2; \
70 TEST_CASE( 19, x2, 2, \
72 lw x2, 0(x5); \
74 li x2, 2; \
H A Dlwu.S64 TEST_CASE( 18, x2, 2, \
66 lwu x2, 0(x5); \
67 li x2, 2; \
70 TEST_CASE( 19, x2, 2, \
72 lwu x2, 0(x5); \
74 li x2, 2; \
H A Djal.S32 la x2, linkaddr_2
33 bne x2, x4, fail
H A Dsb.S36 li x2, 0x12345678; \
38 sb x2, 32(x4); \
46 li x2, 0x00003098; \
48 sb x2, 7(x1); \
H A Dsd.S36 li x2, 0x1234567812345678; \
38 sd x2, 32(x4); \
46 li x2, 0x5821309858213098; \
48 sd x2, 11(x1); \
H A Dsh.S36 li x2, 0x12345678; \
38 sh x2, 32(x4); \
46 li x2, 0x00003098; \
48 sh x2, 7(x1); \
H A Dsw.S36 li x2, 0x12345678; \
38 sw x2, 32(x4); \
46 li x2, 0x58213098; \
48 sw x2, 7(x1); \
/gem5/src/systemc/tests/systemc/misc/gnats/pr-2/
H A Dpr-2.cpp73 sc_signed x2(13);
76 x2 = x; // should have no converts here
/gem5/src/dev/serial/
H A Duart.hh46 const int TX_INT = 0x2;
/gem5/src/systemc/ext/tlm_core/2/sockets/
H A Dbase_socket_if.hh35 TLM_TARGET_SOCKET = 0x2,
/gem5/src/dev/arm/
H A Dsmmu_v3_ptops.cc51 case 3: return (pte & 0x1) && (pte & 0x2);
60 case 1: return !(pte & 0x2);
61 case 2: return !(pte & 0x2);
143 case 3: return (pte & 0x1) && (pte & 0x2);
153 case 1: return !(pte & 0x2);
154 case 2: return !(pte & 0x2);
241 case 3: return (pte & 0x1) && (pte & 0x2);
252 case 2: return !(pte & 0x2);
341 case 3: return (pte & 0x1) && (pte & 0x2);
351 case 2: return !(pte & 0x2);
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h127 li x2, MASK_XLEN(val2); \
128 inst x30, x1, x2; \
134 li x2, MASK_XLEN(val2); \
135 inst x1, x1, x2; \
139 TEST_CASE( testnum, x2, result, \
141 li x2, MASK_XLEN(val2); \
142 inst x2, x1, x2; \
155 li x2, MASK_XLEN(val2); \
156 inst x30, x1, x2; \
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dstructural.S19 li x2, 0x3FF0000000000000
25 fmv.d.x f2, x2 ;\
36 2:beq x2, x4, 2f ;\
/gem5/src/dev/
H A Drtcreg.h48 static const int RTCA_DV_32768HZ = 0x2;
/gem5/src/systemc/tests/systemc/misc/examples/a2901/
H A Da2901_alu_inputs.cpp55 case 0x2:
H A Da2901_alu.cpp47 S_ext_v = (I53 == 0x2) ? sc_int<5> (0xf & ~(S.read()) )
55 case 0x2:
H A Da2901_output_and_shifter.cpp56 Y.write( ( ( i86 == 0x2 ) && ( OEbar.read() == 0x0)) ? (uint64)A.read() :
57 (!( i86 == 0x2 ) && ( OEbar.read() == 0x0)) ?
/gem5/src/dev/x86/
H A Di8237.cc47 case 0x2:
82 case 0x2:

Completed in 19 milliseconds

1234