MCPcopy Create free account

hub / github.com/Chemiculs/qengine / functions

Functions3,256 in github.com/Chemiculs/qengine

Methodadd
Adds the register count by a register `group`.
src/qengine/extern/asmjit/core/radefs_p.h:199
Methodadd
See `ConstPool::add()`.
src/qengine/extern/asmjit/core/builder.h:1280
MethodaddArg
Appends an argument of `type` to the function prototype.
src/qengine/extern/asmjit/core/func.h:491
MethodaddArgT
src/qengine/extern/asmjit/core/func.h:497
MethodaddAttributes
Adds `attrs` to the function attributes.
src/qengine/extern/asmjit/core/compiler.h:478
MethodaddBefore
src/qengine/extern/asmjit/core/builder.cpp:209
FunctionaddEncodingOptions
Enables the given encoding `options`.
src/qengine/extern/asmjit/core/emitter.h:456
MethodaddEntryScratchGpRegs
src/qengine/extern/asmjit/core/rapass_p.h:640
FunctionaddFlags
src/qengine/extern/asmjit/core/rastack_p.h:68
MethodaddFlags
Adds `flags` to format flags.
src/qengine/extern/asmjit/core/formatter.h:113
MethodaddFlags
src/qengine/extern/asmjit/core/radefs_p.h:131
MethodaddFlags
Adds tied register flags.
src/qengine/extern/asmjit/core/radefs_p.h:872
MethodaddFlags
src/qengine/extern/asmjit/core/radefs_p.h:1114
MethodaddFlags
Adds `flags` to `FuncValue`.
src/qengine/extern/asmjit/core/func.h:591
MethodaddFlags
Adds the given `flags` to node flags.
src/qengine/extern/asmjit/core/builder.h:608
MethodaddFlags
Adds `flags` to the section flags.
src/qengine/extern/asmjit/core/codeholder.h:192
MethodaddFlags
src/qengine/extern/asmjit/core/rapass_p.h:155
MethodaddFunc
src/qengine/extern/asmjit/core/compiler.cpp:146
MethodaddFuncNode
src/qengine/extern/asmjit/core/compiler.cpp:106
MethodaddFuncRetNode
src/qengine/extern/asmjit/core/compiler.cpp:134
MethodaddInstRWFlags
src/qengine/extern/asmjit/core/rapass_p.h:433
MethodaddInvokeNode
src/qengine/extern/asmjit/core/compiler.cpp:210
MethodaddLabel
Adds the `label` to the list of targets of this JumpAnnotation.
src/qengine/extern/asmjit/core/compiler.h:316
MethodaddLabelId
Adds the `labelId` to the list of targets of this JumpAnnotation.
src/qengine/extern/asmjit/core/compiler.h:318
MethodaddNode
src/qengine/extern/asmjit/core/builder.cpp:148
MethodaddOptions
src/qengine/extern/asmjit/core/builder.h:763
MethodaddOptions
src/qengine/extern/asmjit/core/inst.h:282
MethodaddPass
src/qengine/extern/asmjit/core/builder.cpp:505
FunctionaddPassT
src/qengine/extern/asmjit/core/builder.h:339
FunctionaddUseCount
src/qengine/extern/asmjit/core/rastack_p.h:74
Methodaddress
src/qengine/extern/asmjit/core/codeholder.h:259
MethodaddressTableSection
Returns '.addrtab' section. This section is used exclusively by AsmJit to store absolute 64-bit addresses that cannot be encoded in instructions like
src/qengine/extern/asmjit/core/codeholder.h:840
MethodadvanceLeft
src/qengine/extern/asmjit/core/support.h:295
MethodadvanceRight
src/qengine/extern/asmjit/core/support.h:299
Methodaggregate
src/qengine/extern/asmjit/core/support.h:1696
Methodalign
src/qengine/extern/asmjit/arm/a64assembler.cpp:5039
Methodalign
src/qengine/extern/asmjit/x86/x86assembler.cpp:4995
Functionalignment
src/qengine/extern/asmjit/core/rastack_p.h:64
Methodalignment
Returns minimum alignment.
src/qengine/extern/asmjit/core/constpool.h:217
Methodalignment
Returns the virtual register alignment.
src/qengine/extern/asmjit/core/compilerdefs.h:116
Methodalignment
src/qengine/extern/asmjit/core/rastack_p.h:146
Methodalignment
Returns minimum alignment.
src/qengine/extern/asmjit/core/builder.h:1267
Methodalignment
Returns the minimum section alignment
src/qengine/extern/asmjit/core/codeholder.h:197
FunctionallOnes
src/qengine/extern/asmjit/core/support.h:156
Functionalloc
src/qengine/extern/asmjit/core/virtmem.cpp:134
Methodalloc
src/qengine/extern/asmjit/core/jitallocator.cpp:1140
Methodalloc
Allocates `size` bytes of memory, ideally from an available pool. \note `size` can't be zero, it will assert in debug mode in such case.
src/qengine/extern/asmjit/core/zone.h:536
FunctionallocNoCheckT
src/qengine/extern/asmjit/core/zone.h:309
FunctionallocT
src/qengine/extern/asmjit/core/zone.h:303
MethodallocT
src/qengine/extern/asmjit/core/zone.h:551
MethodallocZeroed
Like `alloc(size)`, but returns zeroed memory.
src/qengine/extern/asmjit/core/zone.h:556
FunctionallocZeroedT
src/qengine/extern/asmjit/core/zone.h:315
MethodallocZeroedT
src/qengine/extern/asmjit/core/zone.h:570
MethodallocationCount
Returns the number of active allocations.
src/qengine/extern/asmjit/core/jitallocator.h:228
Functionallocator
Returns the associated `JitAllocator`.
src/qengine/extern/asmjit/core/jitruntime.h:50
Methodallocator
src/qengine/extern/asmjit/core/rastack_p.h:142
Methodallocator
Returns the allocator that the `CodeHolder` uses. \note This should be only used for AsmJit's purposes. Code holder uses arena allocator to allocate
src/qengine/extern/asmjit/core/codeholder.h:728
Methodallocator
Returns \ref ZoneAllocator used by the register allocator.
src/qengine/extern/asmjit/core/rapass_p.h:778
Methodanalyze_executable_sections
src/qengine/qmorph/qdisasm.hpp:157
MethodandNot
Performs a logical bitwise AND between bits specified in this array and negated bits in `other`. If `other` has less bits than `this` then all remaini
src/qengine/extern/asmjit/core/zonevector.h:599
MethodannotateCode
src/qengine/extern/asmjit/core/rapass.cpp:1865
MethodannotationId
Returns the annotation id.
src/qengine/extern/asmjit/core/compiler.h:301
Methodappend
src/qengine/extern/asmjit/core/zonestack.h:179
Methodappend
Appends `item` to the vector.
src/qengine/extern/asmjit/core/zonevector.h:220
Methodappend
src/qengine/extern/asmjit/core/zonevector.h:529
Functionarch
Returns the target architecture type.
src/qengine/extern/asmjit/core/emitter.h:356
Methodarch
Returns the architecture.
src/qengine/extern/asmjit/core/environment.h:290
Methodarch
Returns the CPU architecture this information relates to.
src/qengine/extern/asmjit/core/cpuinfo.h:765
Methodarch
Returns the target architecture of the function frame.
src/qengine/extern/asmjit/core/func.h:1045
Methodarch
src/qengine/extern/asmjit/core/funcargscontext_p.h:180
Methodarch
Returns the target architecture.
src/qengine/extern/asmjit/core/codeholder.h:739
MethodargCount
Returns the number of function arguments.
src/qengine/extern/asmjit/core/compiler.h:629
MethodargCount
Returns the number of function arguments.
src/qengine/extern/asmjit/core/func.h:432
MethodargPacks
Returns argument packs.
src/qengine/extern/asmjit/core/compiler.h:483
Functionas
src/qengine/extern/asmjit/core/emitter.h:303
Methodas
src/qengine/extern/asmjit/core/builder.h:552
FunctionasInt
src/qengine/extern/asmjit/core/support.h:75
FunctionasNormalized
src/qengine/extern/asmjit/core/support.h:87
MethodasWorkReg
Creates `RAWorkReg` data for the given `vReg`. The function does nothing if `vReg` already contains link to `RAWorkReg`. Called by `constructBlocks()`
src/qengine/extern/asmjit/core/rapass_p.h:1034
FunctionasciiToLower
src/qengine/extern/asmjit/core/support.h:894
FunctionasciiToUpper
src/qengine/extern/asmjit/core/support.h:897
Functionasr
Constructs a `ASR #value` shift (arithmetic shift right).
src/qengine/extern/asmjit/core/archcommons.h:199
MethodassertionFailed
src/qengine/extern/asmjit/core/globals.cpp:122
Methodassign
Replaces the current of the string with `other` string.
src/qengine/extern/asmjit/core/string.h:222
Methodassign
src/qengine/extern/asmjit/core/funcargscontext_p.h:112
MethodassignAll
src/qengine/extern/asmjit/core/func.h:1431
MethodassignArgIndexToWorkRegs
src/qengine/extern/asmjit/core/rapass.cpp:1082
MethodassignHex
Replaces the current of the string by the given `data` converted to a HEX string.
src/qengine/extern/asmjit/core/string.h:247
MethodassignInt
Replaces the current of the string by a formatted integer `i` (signed).
src/qengine/extern/asmjit/core/string.h:237
MethodassignReg
src/qengine/extern/asmjit/core/func.h:681
MethodassignReg
src/qengine/extern/asmjit/core/func.h:1385
MethodassignStack
src/qengine/extern/asmjit/core/func.h:692
MethodassignStack
src/qengine/extern/asmjit/core/func.h:1396
MethodassignStackInPack
src/qengine/extern/asmjit/core/func.h:1412
MethodassignVFormat
Replaces the current of the string by a formatted string `fmt` (va_list version).
src/qengine/extern/asmjit/core/string.h:258
Functionassigned
src/qengine/extern/asmjit/core/raassignment_p.h:171
Methodattributes
Returns function attributes.
src/qengine/extern/asmjit/core/compiler.h:476
Methodattributes
Returns function frame attributes, see `Attributes`.
src/qengine/extern/asmjit/core/func.h:1048
MethodavailableRegCount
src/qengine/extern/asmjit/core/rapass_p.h:1009
MethodavailableRegs
src/qengine/extern/asmjit/core/funcargscontext_p.h:155
← previousnext →1,601–1,700 of 3,256, ranked by callers