Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RPCSX/rpcsx
/ functions
Functions
22,732 in github.com/RPCSX/rpcsx
⨍
Functions
22,732
◇
Types & classes
5,891
↓ 76 callers
Function
load
rpcs3/Loader/PSF.cpp:178
↓ 76 callers
Function
uread
rpcsx/orbis-kernel-config/orbis-config.hpp:84
↓ 74 callers
Method
begin
rpcs3/Emu/RSX/RSXThread.cpp:754
↓ 74 callers
Function
gv_bcst32
rx/include/rx/simd.hpp:94
↓ 74 callers
Method
size
rpcs3/Emu/RSX/Common/io_buffer.h:75
↓ 74 callers
Method
width
rpcs3/Emu/RSX/VK/vkutils/image.cpp:144
↓ 73 callers
Method
test_stopped
Process thread state (pause)
rpcs3/Emu/CPU/CPUThread.h:77
↓ 71 callers
Method
find
kernel/cellos/src/sys_event.cpp:94
↓ 71 callers
Function
getBits
rx/include/rx/bits.hpp:5
↓ 71 callers
Function
get_string
rpcs3/Loader/PSF.cpp:369
↓ 71 callers
Function
gv_add8
rpcs3/util/simd.hpp:743
↓ 71 callers
Method
store
Atomically write data
rpcs3/util/atomic.hpp:1317
↓ 70 callers
Method
beginAddress
rx/include/rx/AddressRange.hpp:61
↓ 70 callers
Method
size
kernel/orbis/include/orbis/Budget.hpp:132
↓ 69 callers
Function
_mm_xor_si128
Computes the bitwise XOR of the 128-bit value in a and the 128-bit value in b. https://msdn.microsoft.com/en-us/library/fzt08www(v=vs.100).aspx
rpcs3/Emu/CPU/sse2neon.h:6472
↓ 69 callers
Method
cend
rx/include/rx/StaticString.hpp:103
↓ 69 callers
Method
clear
rpcs3/Emu/Cell/SPUThread.h:464
↓ 69 callers
Function
close
rpcs3/Emu/Memory/vm.cpp:2237
↓ 68 callers
Method
add
rpcs3/Emu/Cell/SPUCommonRecompiler.cpp:697
↓ 68 callers
Method
write_resp
kernel/cellos/src/sys_uart.cpp:1954
↓ 67 callers
Function
_mm_and_si128
Computes the bitwise AND of the 128-bit value in a and the 128-bit value in b. r := a & b https://msdn.microsoft.com/en-us/library/vstudio/6d1txsa8(
rpcs3/Emu/CPU/sse2neon.h:3123
↓ 67 callers
Method
pop_back
rpcs3/Emu/RSX/Common/simple_array.hpp:228
↓ 66 callers
Method
insert
rpcsx/gpu/lib/gcn-shader/include/shader/ir/Builder.hpp:134
↓ 65 callers
Function
Read32
rpcs3/Crypto/unself.cpp:23
↓ 65 callers
Function
spu_branch_target
rpcs3/Emu/Cell/SPUOpcodes.h:29
↓ 64 callers
Method
func_addr
rpcs3/Emu/Cell/PPUFunction.h:310
↓ 64 callers
Method
set
rpcs3/Emu/Cell/SPUThread.cpp:1130
↓ 63 callers
Method
get
ps3fw/sys_libc_.cpp:23
↓ 63 callers
Method
getAsInt32
rpcsx/gpu/lib/gcn-shader/include/shader/ir/Operand.hpp:95
↓ 62 callers
Function
is_stopped
Test stopped state
rpcs3/Emu/CPU/CPUThread.h:41
↓ 61 callers
Method
load
kernel/cellos/src/sys_net.cpp:289
↓ 60 callers
Function
alloc
rpcs3/Emu/Memory/vm.cpp:1100
↓ 60 callers
Method
format
rpcs3/Emu/RSX/VK/vkutils/image.cpp:174
↓ 59 callers
Method
load
rpcs3/Emu/Cell/SPUThread.cpp:7302
↓ 59 callers
Method
notify_all
rpcs3/util/atomic.cpp:1284
↓ 59 callers
Method
where
kernel/orbis/src/KernelContext.cpp:141
↓ 58 callers
Method
get
rpcsx/gpu/lib/gcn-shader/include/shader/eval.hpp:56
↓ 58 callers
Method
getParent
rpcsx/gpu/lib/gcn-shader/include/shader/ir/Impl.hpp:193
↓ 58 callers
Method
to_string
rpcs3/Emu/Io/camera_config.cpp:61
↓ 57 callers
Method
erase
kernel/orbis/src/umtx.cpp:94
↓ 57 callers
Function
sha1_update
* SHA-1 process buffer */
rpcs3/Crypto/sha1.cpp:228
↓ 56 callers
Method
remove
rpcs3/Emu/RSX/GL/glutils/fbo.cpp:37
↓ 56 callers
Method
reset
rpcs3/Emu/RSX/VK/vkutils/sync.cpp:158
↓ 56 callers
Method
set_text
rpcs3/Emu/RSX/Overlays/overlay_controls.cpp:375
↓ 54 callers
Function
LI
rpcs3/Emu/Cell/PPUOpcodes.h:1001
↓ 54 callers
Method
clear
rpcs3/Emu/RSX/VK/VKTextureCache.cpp:385
↓ 54 callers
Method
end
rpcsx/gpu/lib/vk/include/vk.hpp:601
↓ 53 callers
Method
addr
rpcs3/Emu/NP/np_event_data.h:37
↓ 53 callers
Method
clear
ps3fw/cellSysCache.cpp:99
↓ 53 callers
Method
decode
rpcs3/Emu/Cell/PPUInterpreter.cpp:8032
↓ 53 callers
Method
get
Get memory mapped by map_self()
rpcs3/util/vm.hpp:107
↓ 53 callers
Method
set_font
rpcs3/Emu/RSX/Overlays/overlay_controls.cpp:222
↓ 53 callers
Function
sys_memory_get_page_attribute
kernel/cellos/src/sys_memory.cpp:235
↓ 52 callers
Function
_mm_or_si128
Computes the bitwise OR of the 128-bit value in a and the 128-bit value in b. r := a | b https://msdn.microsoft.com/en-us/library/vstudio/ew8ty0db(v
rpcs3/Emu/CPU/sse2neon.h:5018
↓ 52 callers
Method
end
rpcs3/Emu/RSX/Common/ranged_map.hpp:233
↓ 52 callers
Function
get_current_renderer
rpcs3/Emu/RSX/VK/VKHelpers.cpp:81
↓ 52 callers
Method
read
rpcs3/Emu/GDB.cpp:213
↓ 52 callers
Function
sys_mutex_unlock
kernel/cellos/src/sys_mutex.cpp:300
↓ 51 callers
Function
av_error_to_string
rpcs3/util/media_utils.cpp:123
↓ 51 callers
Function
call
rpcs3/Emu/Cell/PPUFunction.h:190
↓ 51 callers
Function
get_cpuid
rpcs3/util/sysinfo.cpp:36
↓ 51 callers
Function
get_current_renderer
rpcs3/Emu/RSX/RSXThread.h:490
↓ 51 callers
Function
open
rpcsx/ops.cpp:297
↓ 51 callers
Method
write
Write the data to the file and return the amount of data actually written
rpcs3/util/File.h:351
↓ 50 callers
Function
append_log_message
rpcs3/util/bin_patch.cpp:153
↓ 50 callers
Function
get_pad_thread
rpcs3/Input/pad_thread.h:90
↓ 50 callers
Method
reserve
Reserve memory for serialization
rpcs3/util/serialization.hpp:113
↓ 49 callers
Method
find
rpcs3/Emu/Cell/SPUCommonRecompiler.cpp:1952
↓ 49 callers
Function
write
rpcsx/cpu/cell/ppu/semantic/ppu.cpp:153
↓ 48 callers
Method
aspect
rpcs3/Emu/RSX/VK/vkutils/image.cpp:189
↓ 48 callers
Method
begin
rpcs3/Emu/RSX/GL/GLDraw.cpp:709
↓ 48 callers
Function
busy_wait
Synchronization helper (cache-friendly busy waiting)
rx/include/rx/asm.hpp:283
↓ 48 callers
Method
fetch_add
rpcs3/util/atomic.hpp:1340
↓ 48 callers
Function
yield
rx/include/rx/asm.hpp:280
↓ 47 callers
Method
add
rpcs3/Emu/RSX/VK/vkutils/chip_class.cpp:121
↓ 47 callers
Method
contains
rx/include/rx/AddressRange.hpp:40
↓ 47 callers
Method
size
rpcs3/Crypto/unedat.h:151
↓ 46 callers
Function
STD
rpcs3/Emu/Cell/PPUOpcodes.h:890
↓ 46 callers
Method
create
rpcs3/Emu/RSX/GL/GLCompute.cpp:53
↓ 46 callers
Method
size
rpcs3/Emu/RSX/GL/glutils/buffer_object.h:135
↓ 45 callers
Method
cbegin
rx/include/rx/StaticString.hpp:102
↓ 45 callers
Method
getFalse
rpcsx/gpu/lib/gcn-shader/include/shader/SpvConverter.hpp:67
↓ 45 callers
Method
is_error
rpcs3/Emu/NP/rpcn_client.h:53
↓ 45 callers
Method
to_string
rpcs3/util/Config.cpp:566
↓ 44 callers
Function
Read64
rpcs3/Crypto/unself.cpp:30
↓ 44 callers
Function
_mm_setzero_si128
Sets the 128-bit value to zero https://msdn.microsoft.com/en-us/library/vstudio/ys7dw0kh(v=vs.100).aspx
rpcs3/Emu/CPU/sse2neon.h:5336
↓ 44 callers
Function
get_address
rpcs3/Emu/RSX/RSXThread.cpp:131
↓ 44 callers
Function
get_yaml_node_location
rpcs3/util/yaml.cpp:62
↓ 44 callers
Function
gv_xor32
rpcs3/util/simd.hpp:636
↓ 44 callers
Method
release
rpcs3/Emu/Cell/PPUThread.cpp:264
↓ 43 callers
Function
cast
rpcsx/cpu/cell/ppu/semantic/ppu.cpp:158
↓ 42 callers
Function
_mm_and_ps
Computes the bitwise AND of the four single-precision, floating-point values of a and b. r0 := a0 & b0 r1 := a1 & b1 r2 := a2 & b2 r3 := a3 & b3 htt
rpcs3/Emu/CPU/sse2neon.h:1049
↓ 42 callers
Method
eq
rpcs3/Emu/CPU/CPUTranslator.h:524
↓ 42 callers
Function
replace_all
rpcs3/util/StrUtil.h:45
↓ 41 callers
Method
is_writing
Checks if this instance is currently used for serialization
rpcs3/util/serialization.hpp:89
↓ 41 callers
Method
pop
Pop unconditionally (loading last value), may require notification If the SPU tries to insert a value, do it instead the SPU
rpcs3/Emu/Cell/SPUThread.h:316
↓ 40 callers
Function
createHddCharacterDevice
rpcsx/iodev/hdd.cpp:149
↓ 40 callers
Method
erase
rpcs3/util/Config.cpp:678
↓ 40 callers
Method
get_internal_format
rpcs3/Emu/RSX/GL/glutils/image.h:313
↓ 40 callers
Method
load
rpcs3/Emu/RSX/VK/VKDMA.cpp:163
← previous
next →
101–200 of 22,732, ranked by callers