AsmJit
Low-Latency Machine Code Generation
Roadmap
Docs
Parser
Support
GitHub
API Reference
Index
Class List
Build Instructions
Breaking Changes
Core
Assembler
Builder
Compiler
Function
Logging
Error Handling
Instruction DB
Virtual Memory
Support
Utilities
X86 Backend
ARM Commons
AArch64 Backend
UJIT
Index
⭢
UJIT
⭢
asmjit::ujit::Condition
asmjit::ujit::Condition Class Reference
[¶]
Condition represents either a condition or an assignment operation that can be checked.
Public Members
Members
UniOpCond
op
CondCode
cond
Operand
a
Operand
b
Member Functions
Construction & Destruction
Condition
(UniOpCond op, CondCode cond,
const
Operand
& a,
const
Operand
& b)
noexcept
Condition
(
const
Condition
& other)
noexcept
= default
Overloaded Operators
Condition
&
operator=
(
const
Condition
& other)
noexcept
= default