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
Universal JIT
Index
⭢
Universal JIT
⭢
asmjit::ujit::UniCondition
asmjit::ujit::UniCondition 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
UniCondition
(
UniOpCond
op,
CondCode
cond,
const
Operand
& a,
const
Operand
& b)
noexcept
UniCondition
(
const
UniCondition
& other)
noexcept
= default
Overloaded Operators
UniCondition
&
operator=
(
const
UniCondition
& other)
noexcept
= default