Searched refs:t6 (Results 1 - 10 of 10) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64samt/
H A Dsysfutex1_d.S60 la t6, n_worker_threads
61 ld a0, (t6)
66 la t6, n_worker_threads
67 ld a0, (t6)
70 la t6, n_worker_threads
71 ld a0, (t6)
74 la t6, n_worker_threads
75 ld a0, (t6)
H A Dsysfutex3_d.S62 la t6, n_worker_threads
63 ld a0, (t6)
68 la t6, n_worker_threads
69 ld a0, (t6)
72 la t6, n_worker_threads
73 ld a0, (t6)
76 la t6, n_worker_threads
77 ld a0, (t6)
H A Dsysclone_d.S65 la t6, n_worker_threads
66 ld a0, (t6)
70 la t6, n_worker_threads
71 ld a0, (t6)
74 la t6, n_worker_threads
75 ld a0, (t6)
H A Dsysfutex_d.S61 la t6, n_worker_threads
62 ld a0, (t6)
66 la t6, n_worker_threads
67 ld a0, (t6)
70 la t6, n_worker_threads
71 ld a0, (t6)
74 la t6, n_worker_threads
75 ld a0, (t6)
H A Dsysfutex2_d.S62 la t6, n_worker_threads
63 ld a0, (t6)
68 la t6, n_worker_threads
69 ld a0, (t6)
72 la t6, n_worker_threads
73 ld a0, (t6)
76 la t6, n_worker_threads
77 ld a0, (t6)
/gem5/tests/test-progs/asmtest/src/riscv/env/p/
H A Driscv_test.h121 li t6, CAUSE_USER_ECALL; \
122 beq t5, t6, write_tohost; \
123 li t6, CAUSE_SUPERVISOR_ECALL; \
124 beq t5, t6, write_tohost; \
125 li t6, CAUSE_MACHINE_ECALL; \
126 beq t5, t6, write_tohost; \
/gem5/src/systemc/tests/systemc/kernel/sc_time/test01/
H A Dtest01.cpp67 sc_time t6 = sc_time::from_value( v ); local
68 cout << t6 << endl;
/gem5/system/alpha/h/
H A DfromHudsonOsf.h368 #define t6 $7 macro
/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc1019 ::std::tr1::tuple<bool, int, int, int, bool, int> t6(false, 2, 3, 4, true, 6);
1020 EXPECT_EQ("(false, 2, 3, 4, true, 6)", Print(t6));
1078 ::std::tuple<bool, int, int, int, bool, int> t6(false, 2, 3, 4, true, 6);
1079 EXPECT_EQ("(false, 2, 3, 4, true, 6)", Print(t6));
/gem5/src/arch/arm/
H A Dmiscregs_types.hh226 Bitfield<6> t6; member in namespace:ArmISA

Completed in 25 milliseconds