Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OFFTKP/felix86
/ functions
Functions
12,280 in github.com/OFFTKP/felix86
⨍
Functions
12,280
◇
Types & classes
3,539
↓ 36 callers
Method
SLTIU
external/biscuit/src/assembler.cpp:633
↓ 36 callers
Method
XORI
external/biscuit/src/assembler.cpp:755
↓ 36 callers
Method
guardColour
external/Catch2/src/catch2/internal/catch_console_colour.cpp:34
↓ 36 callers
Method
scratchFPR
src/felix86/v2/recompiler.cpp:969
↓ 35 callers
Method
GetString
Gets the text streamed to this object so far as an std::string. Each '\0' character in the buffer is replaced with "\\0".
external/fmt/test/gtest/gmock-gtest-all.cc:2673
↓ 35 callers
Function
system_error
external/fmt/include/fmt/format.h:4169
↓ 34 callers
Method
Emit16
Emits a 16-bit value into the code buffer.
external/biscuit/include/biscuit/code_buffer.hpp:195
↓ 34 callers
Method
clearFlag
src/felix86/v2/recompiler.cpp:2537
↓ 34 callers
Method
data
external/fmt/test/fuzzing/fuzzer-common.h:74
↓ 34 callers
Function
is_object
@brief return whether value is an object @sa https://json.nlohmann.me/api/basic_json/is_object/
external/json/nlohmann/json.hpp:20660
↓ 34 callers
Function
safe_sprintf
external/fmt/test/util.h:22
↓ 34 callers
Method
zydisToRef
src/felix86/v2/recompiler.cpp:1002
↓ 33 callers
Function
Equals
external/Catch2/extras/catch_amalgamated.hpp:12943
↓ 33 callers
Function
MakePolymorphicMatcher
external/fmt/test/gtest/gtest/gtest.h:6799
↓ 33 callers
Method
SLLW
external/biscuit/src/assembler.cpp:852
↓ 33 callers
Method
VMOR
external/biscuit/src/assembler_vector.cpp:407
↓ 33 callers
Method
VNSRL
external/biscuit/src/assembler_vector.cpp:754
↓ 33 callers
Method
begin
external/fmt/test/gtest/gmock/gmock.h:8845
↓ 33 callers
Method
end
external/fmt/test/gtest/gmock/gmock.h:8846
↓ 33 callers
Method
lock
src/felix86/common/freelist.hpp:18
↓ 33 callers
Method
str
external/Catch2/tests/SelfTest/IntrospectiveTests/Reporters.tests.cpp:33
↓ 32 callers
Method
Has
external/biscuit/src/cpuinfo.cpp:817
↓ 32 callers
Function
IsRV32
Internal helpers for siloing away particular comparisons for behavior.
external/biscuit/src/assembler_util.hpp:228
↓ 32 callers
Function
testStringForMatching
external/Catch2/tests/SelfTest/UsageTests/Matchers.tests.cpp:32
↓ 32 callers
Function
write
external/fmt/include/fmt/chrono.h:422
↓ 31 callers
Method
SEQZ
external/biscuit/src/assembler.cpp:573
↓ 31 callers
Function
TEST_CASE
external/Catch2/tests/ExtraTests/X20-AssertionStartingEventGoesBeforeAssertionIsEvaluated.cpp:55
↓ 31 callers
Method
VSLL
external/biscuit/src/assembler_vector.cpp:940
↓ 31 callers
Function
const_check
external/fmt/include/fmt/base.h:365
↓ 31 callers
Function
find
external/json/nlohmann/json.hpp:19291
↓ 31 callers
Function
isnan
external/Catch2/extras/catch_amalgamated.cpp:4997
↓ 31 callers
Method
updateSign
src/felix86/v2/recompiler.cpp:2638
↓ 31 callers
Method
updateZero
src/felix86/v2/recompiler.cpp:2628
↓ 30 callers
Method
BEQZ
external/biscuit/src/assembler.cpp:109
↓ 30 callers
Function
Indent
external/fmt/test/gtest/gmock-gtest-all.cc:6063
↓ 30 callers
Method
NOP
external/biscuit/src/assembler.cpp:532
↓ 30 callers
Function
WithinAbs
external/Catch2/extras/catch_amalgamated.cpp:8211
↓ 30 callers
Method
data
Returns a pointer to the output buffer content. No terminating null character is appended.
external/fmt/include/fmt/format.h:4110
↓ 30 callers
Method
key
external/json/nlohmann/json.hpp:7339
↓ 29 callers
Function
GetUnitTestImpl
Convenience function for accessing the global UnitTest implementation object.
external/fmt/test/gtest/gmock-gtest-all.cc:1359
↓ 29 callers
Method
close
external/Catch2/extras/catch_amalgamated.cpp:6744
↓ 29 callers
Method
count
external/fmt/include/fmt/base.h:1799
↓ 29 callers
Method
getPreferences
external/biscuit/tests/externals/catch/catch.hpp:17106
↓ 29 callers
Method
out
external/fmt/include/fmt/chrono.h:1316
↓ 29 callers
Function
set
external/fmt/include/fmt/base.h:985
↓ 29 callers
Method
substr
Returns a substring of [start, start + length). If start + length > size(), then the substring is [start, size()). If start > size(), then the substri
external/Catch2/src/catch2/internal/catch_stringref.hpp:82
↓ 28 callers
Function
GTEST_LOCK_EXCLUDED_
external/fmt/test/gtest/gmock-gtest-all.cc:6433
↓ 28 callers
Method
MatchAndExplain
external/fmt/test/gtest/gmock/gmock.h:4317
↓ 28 callers
Method
SNEZ
external/biscuit/src/assembler.cpp:646
↓ 28 callers
Method
addRow
external/biscuit/tests/externals/catch/catch.hpp:16688
↓ 28 callers
Method
get
external/biscuit/tests/externals/catch/catch.hpp:12437
↓ 28 callers
Function
get_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
external/json/nlohmann/json.hpp:8821
↓ 28 callers
Function
impl
Accessors for the implementation object.
external/fmt/test/gtest/gtest/gtest.h:11333
↓ 28 callers
Function
is_feature_enabled
src/felix86/common/feature.cpp:21
↓ 28 callers
Method
testSpec
external/Catch2/extras/catch_amalgamated.cpp:6992
↓ 28 callers
Function
verifyRegions
tests/Unit/mmap.cpp:62
↓ 27 callers
Function
Contains
external/Catch2/extras/catch_amalgamated.hpp:12184
↓ 27 callers
Method
SetFlag
src/felix86/common/state.hpp:354
↓ 27 callers
Method
VSRL
external/biscuit/src/assembler_vector.cpp:972
↓ 27 callers
Method
begin
external/Catch2/tests/SelfTest/IntrospectiveTests/ToString.tests.cpp:20
↓ 27 callers
Method
compile
src/felix86/v2/recompiler.cpp:425
↓ 27 callers
Method
data
Returns the current start pointer. May not be null-terminated.
external/Catch2/src/catch2/internal/catch_stringref.hpp:92
↓ 27 callers
Function
fakeTestCase
external/Catch2/tests/SelfTest/IntrospectiveTests/TestSpec.tests.cpp:23
↓ 27 callers
Method
getResultType
external/Catch2/extras/catch_amalgamated.cpp:655
↓ 27 callers
Function
swap
@brief exchanges the values @sa https://json.nlohmann.me/api/basic_json/swap/
external/json/nlohmann/json.hpp:22765
↓ 27 callers
Function
trim
external/Catch2/extras/catch_amalgamated.cpp:6296
↓ 27 callers
Method
type
external/fmt/include/fmt/base.h:734
↓ 26 callers
Function
IsValidSigned12BitImm
S-type and I-type immediates are 12 bits in size
external/biscuit/src/assembler_util.hpp:20
↓ 26 callers
Method
LBU
external/biscuit/src/assembler.cpp:400
↓ 26 callers
Function
RangeEquals
external/Catch2/extras/catch_amalgamated.hpp:12652
↓ 26 callers
Function
WithinULP
external/Catch2/extras/catch_amalgamated.cpp:8203
↓ 26 callers
Method
count
external/biscuit/tests/externals/catch/catch.hpp:8911
↓ 26 callers
Method
getResultType
external/Catch2/src/catch2/catch_assertion_result.cpp:45
↓ 26 callers
Method
getST
src/felix86/v2/recompiler.cpp:3123
↓ 26 callers
Function
is_constant_evaluated
external/fmt/include/fmt/base.h:348
↓ 26 callers
Function
lock
external/xbyak/xbyak/xbyak_mnemonic.h:656
↓ 26 callers
Method
scopedElement
external/biscuit/tests/externals/catch/catch.hpp:15668
↓ 26 callers
Method
updateParity
src/felix86/v2/recompiler.cpp:2618
↓ 25 callers
Method
VADD
external/biscuit/src/assembler_vector.cpp:277
↓ 25 callers
Function
WithinRel
external/Catch2/extras/catch_amalgamated.cpp:8215
↓ 25 callers
Function
as_written
external/Catch2/tests/SelfTest/IntrospectiveTests/TextFlow.tests.cpp:18
↓ 25 callers
Function
lea
external/xbyak/xbyak/xbyak_mnemonic.h:651
↓ 25 callers
Function
ulpDistance
external/Catch2/extras/catch_amalgamated.hpp:9622
↓ 25 callers
Method
width
external/Catch2/extras/catch_amalgamated.hpp:11161
↓ 24 callers
Function
CMOV
src/felix86/v2/handlers.cpp:88
↓ 24 callers
Method
RORI
external/biscuit/src/assembler.cpp:1484
↓ 24 callers
Method
SH
external/biscuit/src/assembler.cpp:589
↓ 24 callers
Method
SUB
external/biscuit/src/assembler.cpp:710
↓ 24 callers
Method
VMSLT
external/biscuit/src/assembler_vector.cpp:569
↓ 24 callers
Method
VMV_SX
external/biscuit/src/assembler_vector.cpp:682
↓ 24 callers
Function
ZyanVectorGetPointer
external/zydis/dependencies/zycore/src/Vector.c:356
↓ 24 callers
Function
__ptrace
src/felix86/hle/ptrace.cpp:341
↓ 24 callers
Method
count
external/Catch2/src/catch2/internal/catch_clara.hpp:125
↓ 24 callers
Function
hashstr
src/felix86/tools/generate_strace_switch.cpp:8
↓ 24 callers
Function
if
external/json/nlohmann/json.hpp:22947
↓ 24 callers
Method
indent
external/Catch2/extras/catch_amalgamated.cpp:4464
↓ 24 callers
Function
range
external/Catch2/extras/catch_amalgamated.hpp:8616
↓ 24 callers
Method
vsplat
src/felix86/v2/recompiler.cpp:1489
↓ 24 callers
Method
writeMemory
src/felix86/v2/recompiler.cpp:2982
↓ 23 callers
Method
BNE
external/biscuit/src/assembler.cpp:174
← previous
next →
201–300 of 12,280, ranked by callers