MCPcopy Create free account

hub / github.com/FEX-Emu/FEX / functions

Functions4,151 in github.com/FEX-Emu/FEX

↓ 1 callersFunctionprint_man_option
(short, long, desc, default)
FEXCore/Scripts/config_generator.py:85
↓ 1 callersFunctionprint_man_options
(options)
FEXCore/Scripts/config_generator.py:121
↓ 1 callersFunctionprint_man_tail
()
FEXCore/Scripts/config_generator.py:268
↓ 1 callersFunctionprint_options
(options)
FEXCore/Scripts/config_generator.py:52
↓ 1 callersFunctionprint_parse_argloader_options
(options)
FEXCore/Scripts/config_generator.py:399
↓ 1 callersFunctionprint_parse_enum_options
(options)
FEXCore/Scripts/config_generator.py:483
↓ 1 callersFunctionprint_parse_envloader_options
(options)
FEXCore/Scripts/config_generator.py:440
↓ 1 callersFunctionprint_parse_jsonloader_options
(options)
FEXCore/Scripts/config_generator.py:460
↓ 1 callersFunctionprint_tail
()
FEXCore/Scripts/config_generator.py:36
↓ 1 callersFunctionprint_unnamed_options
(options)
FEXCore/Scripts/config_generator.py:68
↓ 1 callersFunctionpropertyName
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 callersFunctionread_default_ldt
Source/Tools/LinuxEmulation/LinuxSyscalls/x64/Thread.cpp:56
↓ 1 callersMethodread_ldt
Source/Tools/LinuxEmulation/LinuxSyscalls/x64/Thread.cpp:26
↓ 1 callersFunctionrealloc
FEXCore/Source/Utils/AllocatorHooks.cpp:32
↓ 1 callersFunctionremainder
Source/Windows/Common/CRT/Musl/remainder.c:6
↓ 1 callersFunctionremquo
Source/Windows/Common/CRT/Musl/remquo.c:7
↓ 1 callersFunctionrepack_guest_wl_interface_to_host
ThunkLibs/libwayland-client/Host.cpp:83
↓ 1 callersMethodret
unittests/FEXLinuxTests/tests/signal/noexec_protect.64.cpp:39
↓ 1 callersMethodrun
unittests/ThunkLibs/generator.cpp:105
↓ 1 callersMethodrun_one
Source/Common/Async.h:104
↓ 1 callersMethodshould_include_extensionless_file
(self, path: str)
External/code-format-helper/code-format-helper.py:180
↓ 1 callersFunctionsinl
Source/Windows/Common/CRT/Math.cpp:12
↓ 1 callersFunctionsoftfloat_addMagsExtF80
External/SoftFloat-3e/src/s_addMagsExtF80.c:44
↓ 1 callersFunctionsoftfloat_eq128
External/SoftFloat-3e/src/primitives.h:231
↓ 1 callersFunctionsoftfloat_f64UIToCommonNaN
---------------------------------------------------------------------------- | Assuming `uiA' has the bit pattern of a 64-bit floating-point NaN, con
External/SoftFloat-3e/src/s_f64UIToCommonNaN.c:48
↓ 1 callersFunctionsoftfloat_mul128To256M
External/SoftFloat-3e/include/SoftFloat-3e/opts-GCC.h:88
↓ 1 callersFunctionsoftfloat_mul64To128
External/SoftFloat-3e/src/s_mul64To128.c:44
↓ 1 callersFunctionsoftfloat_normSubnormalF64Sig
External/SoftFloat-3e/src/s_normSubnormalF64Sig.c:42
↓ 1 callersFunctionsoftfloat_shiftRightJam32
External/SoftFloat-3e/src/primitives.h:72
↓ 1 callersFunctionsoftfloat_shortShiftRight128
External/SoftFloat-3e/src/primitives.h:299
↓ 1 callersFunctionsoftfloat_shortShiftRightJam64Extra
External/SoftFloat-3e/src/primitives.h:321
↓ 1 callersFunctionsoftfloat_subMagsExtF80
External/SoftFloat-3e/src/s_subMagsExtF80.c:44
↓ 1 callersFunctionspecialcase
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 callersMethodstopped
Source/Common/Async.h:99
↓ 1 callersFunctionstrname
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 callersFunctionstrtoimax
Source/Windows/Common/CRT/Musl/strtoimax.c:9
↓ 1 callersFunctionstrtoll
Source/Windows/Common/CRT/String.cpp:59
↓ 1 callersFunctiontanl
Source/Windows/Common/CRT/Math.cpp:8
↓ 1 callersFunctiontextValue
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 callersFunctionthread
unittests/FEXLinuxTests/tests/smc/smc-mt-1.cpp:19
↓ 1 callersFunctiontimespec32
Source/Tools/LinuxEmulation/LinuxSyscalls/x32/Types.h:156
↓ 1 callersFunctiontop16
Top 16 bits of a double. */
Source/Windows/Common/CRT/Musl/log2.c:19
↓ 1 callersFunctiontrueValue
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 callersFunctionui64_to_extF80
External/SoftFloat-3e/src/ui64_to_extF80.c:42
↓ 1 callersFunctionupdate_performance_numbers
(performance_json_path, performance_json, new_json_numbers)
Scripts/UpdateInstructionCountJson.py:13
↓ 1 callersFunctionvfprintf
Source/Windows/Common/CRT/IO.cpp:337
↓ 1 callersFunctionvsnprintf
Source/Windows/Common/CRT/String.cpp:110
↓ 1 callersMethodwrite_some
* Blocks until at least one byte of data was sent */
Source/Common/AsyncNet.h:73
↓ 1 callersMethod~move_only_function
FEXCore/include/FEXCore/fextl/functional.h:86
MethodAAAOp
FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:2868
MethodAADOp
FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:2916
MethodAAMOp
FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:2902
MethodAASOp
FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:2885
MethodABI
(self)
Scripts/GenerateSyscallNumbers.py:42
MethodADCOp
FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:285
MethodADDSUBPOp
FEXCore/Source/Interface/Core/OpcodeDispatcher/Vector.cpp:3036
MethodADDSUBPOpImpl
FEXCore/Source/Interface/Core/OpcodeDispatcher/Vector.cpp:3018
MethodADXOp
FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:1923
MethodAESDecLastOp
FEXCore/Source/Interface/Core/OpcodeDispatcher/Crypto.cpp:268
MethodAESDecOp
FEXCore/Source/Interface/Core/OpcodeDispatcher/Crypto.cpp:243
MethodAESEncLastOp
FEXCore/Source/Interface/Core/OpcodeDispatcher/Crypto.cpp:218
MethodAESEncOp
FEXCore/Source/Interface/Core/OpcodeDispatcher/Crypto.cpp:193
MethodAESImcOp
FEXCore/Source/Interface/Core/OpcodeDispatcher/Crypto.cpp:183
MethodAESKeyGenAssist
FEXCore/Source/Interface/Core/OpcodeDispatcher/Crypto.cpp:301
MethodAESKeyGenAssistImpl
FEXCore/Source/Interface/Core/OpcodeDispatcher/Crypto.cpp:293
MethodALUOp
FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:4449
FunctionAMDGPU_Handler
Source/Tools/LinuxEmulation/LinuxSyscalls/x32/IoctlEmulation.cpp:222
MethodANDNBMIOp
FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:1679
FunctionAOTGenSection
Source/Tools/FEXLoader/AOT/AOTGenerator.cpp:20
MethodAOTIRCacheEntryLookupResult
FEXCore/include/FEXCore/HLE/SyscallHandler.h:55
MethodAOTIRCaptureCache
FEXCore/Source/Interface/IR/AOTIR.h:56
MethodARef
FEXCore/Source/Interface/Core/OpcodeDispatcher.h:2641
MethodASHROp
FEXCore/Source/Interface/Core/OpcodeDispatcher.cpp:1590
MethodASTConsumer
ThunkLibs/Generator/analysis.cpp:621
MethodASTVisitor
ThunkLibs/Generator/analysis.cpp:598
MethodAVX128_CVTFPR_To_GPR
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:584
MethodAVX128_DefaultAVXState
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:1678
MethodAVX128_ExtendVectorElements
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:770
MethodAVX128_InsertCVTGPR_To_FPR
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:551
MethodAVX128_InsertScalarFCMP
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:681
MethodAVX128_InsertScalarRound
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:1296
MethodAVX128_InsertScalar_CVT_Float_To_Float
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:1044
MethodAVX128_LoadSource_WithOpSize
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:24
MethodAVX128_LoadVSIB
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:56
MethodAVX128_LoadXMMRegister
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:105
MethodAVX128_MASKMOV
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:1603
MethodAVX128_MOVBetweenGPR_FPR
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:704
MethodAVX128_MOVMSK
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:822
MethodAVX128_MOVMSKB
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:874
MethodAVX128_MOVQ
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:377
MethodAVX128_MOVVectorNT
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:347
MethodAVX128_MOVVectorUnaligned
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:533
MethodAVX128_PExtr
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:738
MethodAVX128_PHMINPOSUW
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:1283
MethodAVX128_PINSRImpl
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:903
MethodAVX128_PSIGNImpl
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:616
MethodAVX128_PTest
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:1772
MethodAVX128_RestoreAVXState
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:1667
MethodAVX128_SaveAVXState
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:1658
MethodAVX128_ShiftDoubleImm
FEXCore/Source/Interface/Core/OpcodeDispatcher/AVX_128.cpp:945
← previousnext →1,501–1,600 of 4,151, ranked by callers