Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ functions
Functions
4,151 in github.com/FEX-Emu/FEX
⨍
Functions
4,151
◇
Types & classes
7,877
↓ 1 callers
Function
print_man_option
(short, long, desc, default)
FEXCore/Scripts/config_generator.py:85
↓ 1 callers
Function
print_man_options
(options)
FEXCore/Scripts/config_generator.py:121
↓ 1 callers
Function
print_man_tail
()
FEXCore/Scripts/config_generator.py:268
↓ 1 callers
Function
print_options
(options)
FEXCore/Scripts/config_generator.py:52
↓ 1 callers
Function
print_parse_argloader_options
(options)
FEXCore/Scripts/config_generator.py:399
↓ 1 callers
Function
print_parse_enum_options
(options)
FEXCore/Scripts/config_generator.py:483
↓ 1 callers
Function
print_parse_envloader_options
(options)
FEXCore/Scripts/config_generator.py:440
↓ 1 callers
Function
print_parse_jsonloader_options
(options)
FEXCore/Scripts/config_generator.py:460
↓ 1 callers
Function
print_tail
()
FEXCore/Scripts/config_generator.py:36
↓ 1 callers
Function
print_unnamed_options
(options)
FEXCore/Scripts/config_generator.py:68
↓ 1 callers
Function
propertyName
Parse a string to get the name of a property. * @param str Pointer to first character. * @param property The property to assign the name. * @ret
External/tiny-json/tiny-json.c:163
↓ 1 callers
Function
read_default_ldt
Source/Tools/LinuxEmulation/LinuxSyscalls/x64/Thread.cpp:56
↓ 1 callers
Method
read_ldt
Source/Tools/LinuxEmulation/LinuxSyscalls/x64/Thread.cpp:26
↓ 1 callers
Function
realloc
FEXCore/Source/Utils/AllocatorHooks.cpp:32
↓ 1 callers
Function
remainder
Source/Windows/Common/CRT/Musl/remainder.c:6
↓ 1 callers
Function
remquo
Source/Windows/Common/CRT/Musl/remquo.c:7
↓ 1 callers
Function
repack_guest_wl_interface_to_host
ThunkLibs/libwayland-client/Host.cpp:83
↓ 1 callers
Method
ret
unittests/FEXLinuxTests/tests/signal/noexec_protect.64.cpp:39
↓ 1 callers
Method
run
unittests/ThunkLibs/generator.cpp:105
↓ 1 callers
Method
run_one
Source/Common/Async.h:104
↓ 1 callers
Method
should_include_extensionless_file
(self, path: str)
External/code-format-helper/code-format-helper.py:180
↓ 1 callers
Function
sinl
Source/Windows/Common/CRT/Math.cpp:12
↓ 1 callers
Function
softfloat_addMagsExtF80
External/SoftFloat-3e/src/s_addMagsExtF80.c:44
↓ 1 callers
Function
softfloat_eq128
External/SoftFloat-3e/src/primitives.h:231
↓ 1 callers
Function
softfloat_f64UIToCommonNaN
---------------------------------------------------------------------------- | Assuming `uiA' has the bit pattern of a 64-bit floating-point NaN, con
External/SoftFloat-3e/src/s_f64UIToCommonNaN.c:48
↓ 1 callers
Function
softfloat_mul128To256M
External/SoftFloat-3e/include/SoftFloat-3e/opts-GCC.h:88
↓ 1 callers
Function
softfloat_mul64To128
External/SoftFloat-3e/src/s_mul64To128.c:44
↓ 1 callers
Function
softfloat_normSubnormalF64Sig
External/SoftFloat-3e/src/s_normSubnormalF64Sig.c:42
↓ 1 callers
Function
softfloat_shiftRightJam32
External/SoftFloat-3e/src/primitives.h:72
↓ 1 callers
Function
softfloat_shortShiftRight128
External/SoftFloat-3e/src/primitives.h:299
↓ 1 callers
Function
softfloat_shortShiftRightJam64Extra
External/SoftFloat-3e/src/primitives.h:321
↓ 1 callers
Function
softfloat_subMagsExtF80
External/SoftFloat-3e/src/s_subMagsExtF80.c:44
↓ 1 callers
Function
specialcase
Handle cases that may overflow or underflow when computing the result that is scale*(1+TMP) without intermediate rounding. The bit representation
Source/Windows/Common/CRT/Musl/exp2.c:25
↓ 1 callers
Method
stopped
Source/Common/Async.h:99
↓ 1 callers
Function
strname
Add the name of a text property. * @param dest Destination memory. * @param name The name of the property. * @return Pointer to the next char. *
External/tiny-json/tiny-json.c:530
↓ 1 callers
Function
strtoimax
Source/Windows/Common/CRT/Musl/strtoimax.c:9
↓ 1 callers
Function
strtoll
Source/Windows/Common/CRT/String.cpp:59
↓ 1 callers
Function
tanl
Source/Windows/Common/CRT/Math.cpp:8
↓ 1 callers
Function
textValue
Parse a string to get the value of a property when its type is JSON_TEXT. * @param str Pointer to first character ('\"'). * @param property The pr
External/tiny-json/tiny-json.c:178
↓ 1 callers
Function
thread
unittests/FEXLinuxTests/tests/smc/smc-mt-1.cpp:19
↓ 1 callers
Function
timespec32
Source/Tools/LinuxEmulation/LinuxSyscalls/x32/Types.h:156
↓ 1 callers
Function
top16
Top 16 bits of a double. */
Source/Windows/Common/CRT/Musl/log2.c:19
↓ 1 callers
Function
trueValue
Parser a string to get a true value. * If the first character after the value is different of '}' or ']' is set to '\0'. * @param str Pointer to f
External/tiny-json/tiny-json.c:220
↓ 1 callers
Function
ui64_to_extF80
External/SoftFloat-3e/src/ui64_to_extF80.c:42
↓ 1 callers
Function
update_performance_numbers
(performance_json_path, performance_json, new_json_numbers)
Scripts/UpdateInstructionCountJson.py:13
↓ 1 callers
Function
vfprintf
Source/Windows/Common/CRT/IO.cpp:337
↓ 1 callers
Function
vsnprintf
Source/Windows/Common/CRT/String.cpp:110
↓ 1 callers
Method
write_some
* Blocks until at least one byte of data was sent */
Source/Common/AsyncNet.h:73
↓ 1 callers
Method
~move_only_function
FEXCore/include/FEXCore/fextl/functional.h:86
Method
AAAOp
FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:2868
Method
AADOp
FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:2916
Method
AAMOp
FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:2902
Method
AASOp
FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:2885
Method
ABI
(self)
Scripts/GenerateSyscallNumbers.py:42
Method
ADCOp
FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:285
Method
ADDSUBPOp
FEXCore/Source/Interface/Core/OpcodeDispatcher/Vector.cpp:3036
Method
ADDSUBPOpImpl
FEXCore/Source/Interface/Core/OpcodeDispatcher/Vector.cpp:3018
Method
ADXOp
FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:1923
Method
AESDecLastOp
FEXCore/Source/Interface/Core/OpcodeDispatcher/Crypto.cpp:268
Method
AESDecOp
FEXCore/Source/Interface/Core/OpcodeDispatcher/Crypto.cpp:243
Method
AESEncLastOp
FEXCore/Source/Interface/Core/OpcodeDispatcher/Crypto.cpp:218
Method
AESEncOp
FEXCore/Source/Interface/Core/OpcodeDispatcher/Crypto.cpp:193
Method
AESImcOp
FEXCore/Source/Interface/Core/OpcodeDispatcher/Crypto.cpp:183
Method
AESKeyGenAssist
FEXCore/Source/Interface/Core/OpcodeDispatcher/Crypto.cpp:301
Method
AESKeyGenAssistImpl
FEXCore/Source/Interface/Core/OpcodeDispatcher/Crypto.cpp:293
Method
ALUOp
FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:4449
Function
AMDGPU_Handler
Source/Tools/LinuxEmulation/LinuxSyscalls/x32/IoctlEmulation.cpp:222
Method
ANDNBMIOp
FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:1679
Function
AOTGenSection
Source/Tools/FEXLoader/AOT/AOTGenerator.cpp:20
Method
AOTIRCacheEntryLookupResult
FEXCore/include/FEXCore/HLE/SyscallHandler.h:55
Method
AOTIRCaptureCache
FEXCore/Source/Interface/IR/AOTIR.h:56
Method
ARef
FEXCore/Source/Interface/Core/OpcodeDispatcher.h:2641
Method
ASHROp
FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:1590
Method
ASTConsumer
ThunkLibs/Generator/analysis.cpp:621
Method
ASTVisitor
ThunkLibs/Generator/analysis.cpp:598
Method
AVX128_CVTFPR_To_GPR
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:584
Method
AVX128_DefaultAVXState
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:1678
Method
AVX128_ExtendVectorElements
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:770
Method
AVX128_InsertCVTGPR_To_FPR
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:551
Method
AVX128_InsertScalarFCMP
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:681
Method
AVX128_InsertScalarRound
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:1296
Method
AVX128_InsertScalar_CVT_Float_To_Float
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:1044
Method
AVX128_LoadSource_WithOpSize
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:24
Method
AVX128_LoadVSIB
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:56
Method
AVX128_LoadXMMRegister
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:105
Method
AVX128_MASKMOV
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:1603
Method
AVX128_MOVBetweenGPR_FPR
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:704
Method
AVX128_MOVMSK
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:822
Method
AVX128_MOVMSKB
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:874
Method
AVX128_MOVQ
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:377
Method
AVX128_MOVVectorNT
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:347
Method
AVX128_MOVVectorUnaligned
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:533
Method
AVX128_PExtr
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:738
Method
AVX128_PHMINPOSUW
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:1283
Method
AVX128_PINSRImpl
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:903
Method
AVX128_PSIGNImpl
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:616
Method
AVX128_PTest
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:1772
Method
AVX128_RestoreAVXState
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:1667
Method
AVX128_SaveAVXState
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:1658
Method
AVX128_ShiftDoubleImm
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:945
← previous
next →
1,501–1,600 of 4,151, ranked by callers