Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capstone-engine/capstone
/ functions
Functions
12,151 in github.com/capstone-engine/capstone
⨍
Functions
12,151
◇
Types & classes
3,652
Function
m_NaN
Match an arbitrary NaN constant. This includes quiet and signalling nans. For vectors, this includes constants with undefined elements.
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:616
Function
m_Neg
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:645
Function
m_NegZeroFP
Match a floating-point negative zero. For vectors, this includes constants with undefined elements.
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:692
Function
m_NegatedPower2
Match a integer or vector negated power-of-2. For vectors, this includes constants with undefined elements.
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:556
Function
m_Negative
Match an integer or vector of negative values. For vectors, this includes constants with undefined elements.
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:467
Function
m_NonInf
Match a non-infinity FP constant, i.e. finite or NaN. For vectors, this includes constants with undefined elements.
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:643
Function
m_NonNaN
Match a non-NaN FP constant. For vectors, this includes constants with undefined elements.
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:625
Function
m_NonNegative
Match an integer or vector of non-negative values. For vectors, this includes constants with undefined elements.
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:479
Function
m_NonPositive
Match an integer or vector of non-positive values. For vectors, this includes constants with undefined elements.
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:503
Function
m_NonZeroFP
Match a floating-point non-zero. For vectors, this includes constants with undefined elements.
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:701
Function
m_Not
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:2286
Function
m_Not
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:653
Function
m_NotForbidUndef
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:2312
Function
m_OneNonDBGUse
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:59
Function
m_OneUse
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:45
Function
m_OrdFMax
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1907
Function
m_OrdFMin
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1922
Function
m_Poison
Match an arbitrary poison constant.
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:139
Function
m_PosZeroFP
Match a floating-point positive zero. For vectors, this includes constants with undefined elements.
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:683
Function
m_Power2
Match an integer or vector power-of-2. For vectors, this includes constants with undefined elements.
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:544
Function
m_Power2OrZero
Match an integer or vector of 0 or power-of-2 values. For vectors, this includes constants with undefined elements.
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:568
Function
m_Pred
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:312
Function
m_SDiv
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1073
Function
m_SExtOrSelf
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1650
Function
m_SIToFP
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1677
Function
m_SRem
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1091
Function
m_SelectCst
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1479
Function
m_Shift
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1306
Function
m_Shl
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1121
Function
m_Shr
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1313
Function
m_Shuffle
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1560
Function
m_SignMask
Match an integer or vector with only the sign bit(s) set. For vectors, this includes constants with undefined elements.
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:580
Function
m_Signum
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:2402
Function
m_Specific
Match if we have a specific specified value.
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:780
Function
m_SpecificBB
Match a specific basic block value.
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:896
Function
m_SpecificICst
Matches a constant equal to \p RequestedValue.
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:149
Function
m_SpecificICstOrSplat
Matches a \p RequestedValue constant or a constant splat of \p RequestedValue.
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:185
Function
m_SpecificICstSplat
Matches a constant splat of \p RequestedValue.
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:165
Function
m_SpecificIntAllowUndef
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:871
Function
m_SpecificInt_ICMP
Match an integer or vector with every element comparing 'pred' (eg/ne/...) to Threshold. For vectors, this includes constants with undefined elements.
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:603
Method
m_SpecificMask
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1541
Function
m_SpecificType
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:604
Method
m_SplatOrUndefMask
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1547
Function
m_Store
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1579
Function
m_StrictlyPositive
Match an integer or vector of strictly positive values. For vectors, this includes constants with undefined elements.
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:491
Function
m_TruncOrSelf
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1626
Function
m_Type
suite/synctools/tablegen/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:311
Function
m_UAddWithOverflow
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:2026
Function
m_UDiv
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1067
Function
m_UIToFP
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1672
Function
m_URem
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1085
Function
m_UnOp
Match an arbitrary unary operation and ignore it.
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:79
Function
m_UnconditionalBr
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1720
Function
m_Undef
Match an arbitrary undef constant. This matches poison as well. If this is an aggregate and contains a non-aggregate element that is neither undef nor
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:136
Function
m_UnordFMax
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1937
Function
m_UnordFMin
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1952
Function
m_VScale
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:2487
Function
m_WithOverflowInst
Match a with overflow intrinsic, capturing it if we match.
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:732
Function
m_ZExtOrSExtOrSelf
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1663
Function
m_ZExtOrSelf
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:1644
Function
m_c_Add
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:2235
Function
m_c_And
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:2249
Function
m_c_BinOp
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:2213
Function
m_c_FAdd
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:2354
Function
m_c_FMul
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:2361
Function
m_c_ICmp
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:2220
Function
m_c_LogicalAnd
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:2545
Function
m_c_LogicalOr
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:2563
Function
m_c_MaxOrMin
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:2342
Function
m_c_Mul
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:2242
Function
m_c_Or
suite/synctools/tablegen/include/llvm/IR/PatternMatch.h:2256
Function
main
suite/capstone_get_setup.c:17
Function
main
()
suite/regress/regress.py:13
Function
main
suite/regress/invalid_read_in_print_operand.c:5
Function
main
suite/benchmark/test_file_benchmark.c:7
Function
main
suite/benchmark/test_iter_benchmark.c:95
Function
main
suite/cstest/src/main.c:438
Function
main
suite/arm/test_arm_regression.c:384
Function
main
suite/fuzz/driverbin.c:11
Function
main
suite/fuzz/drivermc.c:11
Function
main
suite/fuzz/onefile.c:7
Function
main
suite/fuzz/fuzz_decode_platform.c:11
Function
main
suite/fuzz/fuzz_harness.c:12
Function
main
suite/synctools/arm64_gen_vreg.c:15
Function
main
suite/synctools/disassemblertables2.c:114
Function
main
suite/synctools/strinforeduce/strinforeduce.cpp:87
Function
main
contrib/m68k_instruction_tbl_gen/M68KInstructionTblGen.c:463
Function
main
tests/test_sparc.c:147
Function
main
tests/test_ppc.c:189
Function
main
tests/test_mos65xx.c:226
Function
main
tests/test_skipdata.c:159
Function
main
tests/test_basic.c:418
Function
main
tests/test_customized_mnem.c:84
Function
main
tests/test_iter.c:345
Function
main
tests/test_sh.c:260
Function
main
tests/test_m68k.c:212
Function
main
tests/test_x86.c:459
Function
main
tests/test_bpf.c:183
Function
main
tests/test_evm.c:120
Function
main
tests/test_tricore.c:141
← previous
next →
9,501–9,600 of 12,151, ranked by callers