MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / get

Method get

ps3fw/sys_libc_.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22 template <typename T>
23 T get(usz index) const
24 {
25 const u32 i = static_cast<u32>(index) + g_count;
26 return ppu_gpr_cast<T>(i < 8 ? ctx->gpr[3 + i] : +*ctx->get_stack_arg(i));
27 }
28
29 void skip(usz extra)
30 {

Callers 15

get_bufferMethod · 0.45
enqueueMethod · 0.45
saveMethod · 0.45
operator->Method · 0.45
execMethod · 0.45
cellVdecGetPictureExtFunction · 0.45
cellVdecGetPicItemFunction · 0.45
cellVpostExecFunction · 0.45
cellCameraGetTypeFunction · 0.45
cellCameraReadExFunction · 0.45

Calls 1

get_stack_argMethod · 0.80

Tested by

no test coverage detected