Searched refs:Call (Results 1 - 8 of 8) sorted by relevance

/gem5/src/arch/hsail/insts/
H A Dpseudo_inst.cc48 // 2. Implement it in the switch statement below (Call::exec).
80 Call::execPseudoInst(Wavefront *w, GPUDynInstPtr gpuDynInst)
181 Call::MagicPrintLane(Wavefront *w)
204 Call::MagicPrintLane64(Wavefront *w)
227 Call::MagicPrintWF32(Wavefront *w)
265 Call::MagicPrintWF32ID(Wavefront *w)
307 Call::MagicPrintWF64(Wavefront *w)
345 Call::MagicPrintWFID64(Wavefront *w)
387 Call::MagicPrintWFFloat(Wavefront *w)
421 Call
[all...]
H A Ddecl.hh1151 class Call : public HsailGPUStaticInst class in namespace:HsailISA
1219 Call(const Brig::BrigInstBase *ib, const BrigObject *obj) function in class:HsailISA::Call
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-function-mockers_test.cc557 EXPECT_CALL(foo, Call());
558 foo.Call();
563 EXPECT_CALL(foo, Call())
566 EXPECT_EQ(1, foo.Call());
567 EXPECT_EQ(2, foo.Call());
572 EXPECT_CALL(foo, Call(1));
573 foo.Call(1);
578 EXPECT_CALL(foo, Call(false, 42))
581 EXPECT_CALL(foo, Call(true, Ge(100)))
583 EXPECT_EQ(1, foo.Call(fals
[all...]
H A Dgmock-actions_test.cc1376 EXPECT_CALL(mock_function, Call());
1378 InvokeWithoutArgs(&mock_function, &testing::MockFunction<void()>::Call),
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h845 // EXPECT_CALL(check, Call("1"));
846 // EXPECT_CALL(check, Call("2"));
850 // check.Call("1");
852 // check.Call("2");
864 // to create std::function proxy forwarding to original object's Call.
869 // EXPECT_CALL(callback, Call("bar")).WillOnce(Return(1));
880 MOCK_METHOD0_T(Call, R());
885 return this->Call();
899 MOCK_METHOD1_T(Call, R(A0));
904 return this->Call(a
[all...]
/gem5/ext/systemc/src/sysc/qt/md/
H A Dhppa.s202 bl $$dyncall,%mrp ; Call `startup'.
222 bl $$dyncall,%mrp ; Call `userf'.
231 bl $$dyncall,%mrp ; Call `cleanup'.
H A Dhppa_b.s46 ; Call the procedure `b_null' with function pointer in a register.
110 ; Call the procedure `b_null' immediate.
H A Dksr1.s301 # Call the integer blocking routine, passing the arguments passed to us

Completed in 26 milliseconds