Searched refs:r3 (Results 1 - 18 of 18) sorted by relevance

/gem5/ext/systemc/src/sysc/qt/md/
H A Dm88k_b.s26 or.u r3, r0,hi16(_b_null) /* Put call addr in a reg. */
27 or r3, r3,lo16(_b_null)
28 jsr r3
30 jsr r3
31 jsr r3
32 jsr r3
33 jsr.n r3
36 jsr r3
59 add r0, r3,r
[all...]
H A Dhppa_b.s53 stwm %r3,64(%sp) ; store r3 (may be used by caller)
57 ldw RR'to_call-$global$(%r1),%r3
60 copy %r3,%r22 ; copy the procedure label to r22, ...
65 copy %r3,%r22
70 copy %r3,%r22
75 copy %r3,%r22
80 copy %r3,%r22
85 copy %r3,%r22
90 copy %r3,
[all...]
H A Dpowerpc_mach_b.s87 mr r30,r3
141 mr r30,r3
194 mr r30,r3
199 addi r3,r3,5
205 addi r3,r3,5
253 mr r30,r3
258 lwz r3,4(r1)
264 lwz r3,2
[all...]
H A Dpowerpc_sys5_b.s87 mr %r30,%r3
141 mr %r30,%r3
194 mr %r30,%r3
199 addi %r3,%r3,5
205 addi %r3,%r3,5
253 mr %r30,%r3
258 lwz %r3,4(%r1)
264 lwz %r3,2
[all...]
H A Dm88k.s17 * Argument registers r2..r9, return value r2..r3.
35 ** r3: 1'th arg to *r2.
94 addu r3, r15,0 /* ... user function pt. */
119 addu r3, r20,0 /* Set arg1. */
128 addu r3, r2,0 /* Ret. value is arg1 to `cleanup'. */
H A Dpowerpc_mach.s41 * r3-r4 volatile for parameter passing and function return
261 mtlr r3 /* "helper" addr in the link reg */
262 mr r3,r1 /* current thread (i.e. the SP) in arg "old" */
265 /* the "helper" return value is returned (since r3 is not changed) */
306 mtlr r3 /* "helper" addr in the link reg */
308 /* we don't need to set "old", we can pass just garbage. Actually, since r3
311 /* the "helper" return value is returned (since r3 is not changed) */
433 lwz r3,PAR_0(r1) /* "u" in r3 */
587 lwz r3,P_
[all...]
H A Dpowerpc_sys5.s34 * r3-r4 volatile for parameter passing and function return
259 mtlr %r3 /* "helper" addr in the link reg */
260 mr %r3,%r1 /* current thread (i.e. the SP) in arg "old" */
263 /* the "helper" return value is returned (since r3 is not changed) */
304 mtlr %r3 /* "helper" addr in the link reg */
306 /* we don't need to set "old", we can pass just garbage. Actually, since r3
309 /* the "helper" return value is returned (since r3 is not changed) */
431 lwz %r3,PAR_0(%r1) /* "u" in r3 */
585 lwz %r3,P_
[all...]
H A Dhppa.s50 stwm %r3,128(%sp) ; save callee-saves general registers
95 ldwm -128(%sp),%r3
/gem5/system/arm/simple_bootloader/
H A Dsimple.S43 * Additionally M5 puts the kernel start address in r3
47 * r3 = kernel start address, r4 = GIC address, r5 = flag register address
72 bxeq r3 // if it's 0 (CPU 0), branch to kernel
/gem5/src/systemc/tests/systemc/misc/unit/data/user_guide/ch9/int_datatype/
H A Dint_datatype.cpp74 unsigned int r1, r2, r3, r4, r5, r6, r7, r8, r9; local
83 r3 = op1 % op2; // Modulus
168 << "\n" << op1 << "\t % \t\t " << op2 << "\t = " << r3
/gem5/ext/pybind11/tests/
H A Dtest_builtin_casters.cpp150 auto r3 = std::ref(y);
151 l.append(f(r3));
/gem5/system/alpha/palcode/
H A Dosfpal.S149 // r3 = halt code
1237 or r3, r31, r4
1238 mfpr r3, pt_impure // pass pointer to the impure area in r3
1239 //orig fix_impure_ipr r3 // adjust impure pointer for ipr read
1240 //orig restore_reg1 bc_ctl, r1, r3, ipr=1 // pass cns_bc_ctl in r1
1241 //orig restore_reg1 bc_config, r2, r3, ipr=1 // pass cns_bc_config in r2
1242 //orig unfix_impure_ipr r3 // restore impure pointer
1243 lda r3, CNS_Q_IPR(r3)
[all...]
H A Dplatform.S1365 // r3 = halt code
1479 zapnot r3, 1, r0 // isolate halt code
2237 mtpr r3, pt5
2245 mfpr r3, pt5
2279 ldq_p r3, (cns_gpr+(8*3))(r1) // restore r3
/gem5/system/alpha/h/
H A Ddc21164FromGasSources.h692 #define r3 $3 macro
/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc1274 const std::string& r3 = ref_wrapper; local
1275 EXPECT_EQ(&s1, &r3);
1313 const Derived& r3 = ByRef<const Derived>(d); local
1314 EXPECT_EQ(&d, &r3);
/gem5/src/systemc/tests/systemc/misc/unit/data/user_guide/ch9/std_ulogic_datatype/
H A Dstd_ulogic_datatype.cpp198 std_ulogic r1, r2, r3, r4, r5, r6, r7, r8, r9; local
207 // r3 = op1 % op2; // Modulus
292 // << "\n" << op1 << "\t % \t\t " << op2 << "\t = " << r3
/gem5/src/systemc/tests/systemc/misc/unit/data/user_guide/ch9/std_ulogic_vector_datatype/
H A Dstd_ulogic_vector_datatype.cpp494 std_ulogic_vector<4> r1, r2, r3, r4, r5, r6, r7, r8; local
507 // r3 = op1 % op2; // Modulus
607 // << "\n" << op1 << "\t % \t\t " << op2 << "\t = " << r3
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc5076 AssertionResult r3 = r1; local
5077 EXPECT_EQ(static_cast<bool>(r3), static_cast<bool>(r1));
5092 AssertionResult r3 = AssertionFailure(); local
5093 EXPECT_FALSE(r3);
5094 EXPECT_STREQ("", r3.message());

Completed in 68 milliseconds