MCPcopy Create free account

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

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

↓ 18 callersFunctionFromTo
unittests/APITests/Allocator.cpp:33
↓ 18 callersMethodGetSegmentFromIndex
FEXCore/include/FEXCore/Core/CoreState.h:151
↓ 18 callersFunctionX80SoftFloat
FEXCore/Source/Common/SoftFloat.h:44
↓ 17 callersMethodGetID
FEXCore/Source/Interface/IR/IntrusiveIRList.h:175
↓ 17 callersFunctionGetTLS
Source/Windows/WOW64/Module.cpp:142
↓ 17 callersFunctionLoadFile
FEXCore/Source/Utils/FileLoading.cpp:108
↓ 17 callersMethodRunCPUIDFunction
FEXCore/Source/Interface/Context/Context.cpp:42
↓ 17 callersFunctionencodeHex
Source/Tools/LinuxEmulation/LinuxSyscalls/GdbServer.cpp:158
↓ 16 callersFunctionGetPc
Source/Tools/LinuxEmulation/ArchHelpers/MContext.h:122
↓ 16 callersFunctionInstallToTable
FEXCore/Source/Interface/Core/OpcodeDispatcher.h:2661
↓ 15 callersMethodConstant
FEXCore/Source/Interface/IR/IREmitter.h:201
↓ 15 callersFunctionExecWithInfo
Source/Tools/FEXRootFSFetcher/Main.cpp:631
↓ 15 callersFunctionGenFlagsDstSize
FEXCore/Source/Interface/Core/X86Tables/X86Tables.h:397
↓ 15 callersFunctionGetDataDirectory
Source/Common/Config.cpp:548
↓ 15 callersFunctionHasSyscallError
Source/Tools/LinuxEmulation/LinuxSyscalls/Syscalls.h:556
↓ 15 callersFunctionSetPc
Source/Tools/LinuxEmulation/ArchHelpers/MContext.h:130
↓ 15 callersFunctionWinAPIReturn
Source/Windows/Common/Priv.h:15
↓ 15 callersFunctionappendHex
Source/Tools/LinuxEmulation/LinuxSyscalls/GdbServer.cpp:154
↓ 15 callersMethodunlock
FEXCore/include/FEXCore/Utils/SignalScopeGuards.h:38
↓ 14 callersFunctionf128_div
External/SoftFloat-3e/src/f128_div.c:44
↓ 14 callersMethodlock
FEXCore/include/FEXCore/Utils/SignalScopeGuards.h:34
↓ 14 callersMethodpop
FEXCore/Source/Interface/IR/Passes/x87StackOptimizationPass.cpp:87
↓ 13 callersFunctionDLLEXPORT_FUNC
Source/Windows/Common/WinAPI/Sync.cpp:19
↓ 13 callersMethodDestroyThread
Source/Tools/LinuxEmulation/LinuxSyscalls/ThreadManager.cpp:235
↓ 13 callersMethodErase
FEXCore/Source/Utils/BucketList.h:104
↓ 13 callersFunctionGenerateTable
FEXCore/Source/Interface/Core/X86Tables/X86Tables.h:524
↓ 13 callersMethodGetHeader
FEXCore/Source/Interface/IR/IntrusiveIRList.h:187
↓ 13 callersMethodIsAddressInCodeBuffer
FEXCore/Source/Interface/Context/Context.cpp:54
↓ 13 callersMethodRemove
FEXCore/Source/Interface/IR/IREmitter.cpp:152
↓ 13 callersFunctionVirtualAlloc
FEXCore/include/FEXCore/Utils/AllocatorHooks.h:31
↓ 13 callersFunctionatoa
Copy a null-terminated string. * @param dest Destination memory block. * @param src Source string. * @return Pointer to the null character of th
External/tiny-json/tiny-json.c:481
↓ 13 callersFunctionmtherr
External/cephes/src/128bit/mtherr.c:61
↓ 12 callersFunctionClearICache
FEXCore/Source/Utils/ArchHelpers/Arm64.cpp:122
↓ 12 callersFunctionDLLEXPORT_FUNC
Source/Windows/Common/WinAPI/Misc.cpp:43
↓ 12 callersFunctionDeleteRepackedStructArray
ThunkLibs/libvulkan/Host.cpp:287
↓ 12 callersMethodFindSymbol
Source/Tools/LinuxEmulation/VDSO_Emulation.cpp:424
↓ 12 callersFunctionGetRmReg
FEXCore/Source/Utils/ArchHelpers/Arm64.cpp:118
↓ 12 callersFunctionInstallHandler
FEXCore/Source/Utils/LogManager.cpp:16
↓ 12 callersMethodIsNone
FEXCore/Source/Interface/Core/X86Tables/X86Tables.h:123
↓ 12 callersFunctionLoadEffectiveAddress
FEXCore/Source/Interface/Core/Addressing.cpp:10
↓ 12 callersFunctionReadRegU64
Source/Windows/Common/CPUFeatures.cpp:24
↓ 12 callersFunctionSyscallRet
Source/Tools/LinuxEmulation/VDSO_Emulation.cpp:48
↓ 12 callersFunctionUnhandledIoctl
Source/Tools/LinuxEmulation/LinuxSyscalls/x32/IoctlEmulation.cpp:29
↓ 12 callersMethodWrite
* @brief Write Bytes to File * * @param Buffer The buffer to write. * @param Bytes The number of bytes to write. * * @return The number
FEXCore/include/FEXCore/Utils/File.h:71
↓ 12 callersFunctioncephes_f128_ldexpl
External/cephes/src/128bit/floorll.c:263
↓ 12 callersFunctionjson_getValue
Get the value of a json property. * The type of property cannot be JSON_OBJ or JSON_ARRAY. * @param json A valid handler of a json property. * @
External/tiny-json/tiny-json.h:89
↓ 11 callersFunctionAskForConfirmation
Source/Tools/FEXRootFSFetcher/Main.cpp:643
↓ 11 callersFunctionDLLEXPORT_FUNC
Source/Windows/Common/WinAPI/Alloc.cpp:118
↓ 11 callersFunctionExitError
(msg)
FEXCore/Scripts/json_ir_generator.py:7
↓ 11 callersFunctionParseExtendedVolatileMetadata
Source/Common/VolatileMetadata.cpp:12
↓ 11 callersMethodReconstructXMMRegisters
FEXCore/Source/Interface/Core/Core.cpp:249
↓ 11 callersMethodSetFDHandler
Source/Tools/LinuxEmulation/LinuxSyscalls/x32/IoctlEmulation.cpp:128
↓ 11 callersFunctionexit
Source/Windows/Common/CRT/Misc.cpp:91
↓ 11 callersFunctionf128_complement_sign
External/SoftFloat-3e/include/SoftFloat-3e/softfloat.h:319
↓ 11 callersFunctionjson_getChild
Get the first property of a JSON object or array. * @param json A valid handler of a json property. * Its type must be JSON_OBJ or JSO
External/tiny-json/tiny-json.h:128
↓ 11 callersFunctionjson_getSibling
Get the next sibling of a JSON property that is within a JSON object or array. * @param json A valid handler of a json property. * @retval The han
External/tiny-json/tiny-json.h:104
↓ 11 callersFunctionto_string
FEXCore/include/FEXCore/fextl/fmt.h:22
↓ 10 callersMethodAcquireLock
This needs to be taken before reads or writes to L2, L3, CodePages, and before writes to L1. Concurrent access from a thread that this LookupCache doe
FEXCore/Source/Interface/Core/LookupCache.h:258
↓ 10 callersMethodGuestMmap
Source/Tools/LinuxEmulation/LinuxSyscalls/SyscallsSMCTracking.cpp:197
↓ 10 callersMethodInsert
FEXCore/include/FEXCore/Utils/IntervalList.h:54
↓ 10 callersMethodInvalidateAlignedInterval
Source/Windows/Common/InvalidationTracker.cpp:135
↓ 10 callersFunctionParseArgumentsFromString
* @brief Parses a string of arguments, returning a vector of string_views. * * @param ArgumentString The string of arguments to parse * * @return
FEXHeaderUtils/FEXHeaderUtils/StringArgumentParser.h:18
↓ 10 callersFunctionRunTest
unittests/FEXLinuxTests/tests/signal/eflags_signal.cpp:213
↓ 10 callersFunctionSetupAndCallTest
unittests/FEXLinuxTests/tests/signal/signal_flags.cpp:116
↓ 10 callersFunctionVirtualFree
FEXCore/include/FEXCore/Utils/AllocatorHooks.h:51
↓ 10 callersMethodbegin
FEXCore/include/FEXCore/Utils/IntervalList.h:39
↓ 10 callersFunctionsnprintf
Source/Windows/Common/CRT/String.cpp:119
↓ 10 callersFunctiontest_shared
unittests/FEXLinuxTests/tests/smc/smc-common.h:65
↓ 10 callersFunctiontgkill
FEXHeaderUtils/FEXHeaderUtils/Syscalls.h:72
↓ 9 callersMethodCreateThread
Source/Tools/LinuxEmulation/LinuxSyscalls/ThreadManager.cpp:163
↓ 9 callersMethodEmpty
FEXCore/include/FEXCore/Utils/IntervalList.h:50
↓ 9 callersFunctionErrnoReturn
Source/Windows/Common/CRT/IO.cpp:50
↓ 9 callersFunctionEvaluateReturnAddress
Evaluate if a glibc hooked allocation should fault.
FEXCore/Source/Utils/AllocatorOverride.cpp:95
↓ 9 callersFunctionExitWithStatus
(Status)
Scripts/InstallFEX.py:338
↓ 9 callersFunctionGet
FEXCore/Source/Interface/Config/Config.cpp:430
↓ 9 callersMethodGetBlocks
FEXCore/Source/Interface/IR/IntrusiveIRList.h:298
↓ 9 callersFunctionGetCurrentTEB
Source/Windows/Common/Priv.h:7
↓ 9 callersMethodIsHostKernelVersionAtLeast
Source/Tools/LinuxEmulation/LinuxSyscalls/Syscalls.h:217
↓ 9 callersMethodReconstructCompactedEFLAGS
FEXCore/Source/Interface/Core/Core.cpp:173
↓ 9 callersMethodSetFlagsFromCompactedEFLAGS
FEXCore/Source/Interface/Core/Core.cpp:298
↓ 9 callersMethodSetXMMRegistersFromState
FEXCore/Source/Interface/Core/Core.cpp:274
↓ 9 callersFunctionVerifyIsReadableOrNull
Source/Tools/LinuxEmulation/LinuxSyscalls/Syscalls.h:601
↓ 9 callersFunctionVerifyIsWritableOrNull
Source/Tools/LinuxEmulation/LinuxSyscalls/Syscalls.h:607
↓ 9 callersFunctioncephes_f128_polevll
Polynomial evaluator: * P[0] x^n + P[1] x^(n-1) + ... + P[n] */
External/cephes/src/128bit/polevll.c:57
↓ 9 callersFunctionjson_getName
Get the name of a json property. * @param json A valid handler of a json property. * @retval Pointer to null-terminated if property has name. *
External/tiny-json/tiny-json.h:81
↓ 9 callersFunctionmalloc
Source/Windows/Common/CRT/Alloc.cpp:30
↓ 9 callersFunctionsoftfloat_mul64ByShifted32To128
External/SoftFloat-3e/src/primitives.h:569
↓ 9 callersFunctionsoftfloat_normSubnormalExtF80Sig
External/SoftFloat-3e/src/s_normSubnormalExtF80Sig.c:42
↓ 8 callersFunctionCauseInt
unittests/FEXLinuxTests/tests/signal/sigtest_siginfo.32.cpp:14
↓ 8 callersFunctionCreateAppLayer
Source/Common/Config.cpp:329
↓ 8 callersFunctionGenSizeDstSize
FEXCore/Source/Interface/Core/X86Tables/X86Tables.h:73
↓ 8 callersFunctionGenSizeSrcSize
FEXCore/Source/Interface/Core/X86Tables/X86Tables.h:74
↓ 8 callersFunctionGetConfigFileLocation
Source/Common/Config.cpp:609
↓ 8 callersFunctionGetOpAddr
FEXCore/Source/Interface/Core/X86Tables/X86Tables.h:76
↓ 8 callersMethodGetSSACount
FEXCore/Source/Interface/IR/IntrusiveIRList.h:170
↓ 8 callersFunctionGuardSignalDeferringSectionWithFallback
FEXCore/include/FEXCore/Utils/SignalScopeGuards.h:219
↓ 8 callersFunctionLoad
Source/Tools/FEXServer/ArgumentLoader.cpp:13
↓ 8 callersFunctionReloadMetaLayer
FEXCore/Source/Interface/Config/Config.cpp:339
↓ 8 callersFunctionSetNamespace
(Arch)
Scripts/DefinitionExtract.py:202
↓ 8 callersFunctionSetNamespace
(Arch)
Scripts/StructPackVerifier.py:174
← previousnext →101–200 of 4,151, ranked by callers