RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
Loading...
Searching...
No Matches
rpnx::cortado::branch32_instruction< Operation > Struct Template Reference

A four-byte branch instruction. More...

#include <bytecode.hpp>

Public Attributes

branch_displacement32 displacement
 Target displacement relative to this instruction's opcode.
 

Static Public Attributes

static constexpr opcode operation = Operation
 

Detailed Description

template<opcode Operation>
struct rpnx::cortado::branch32_instruction< Operation >

A four-byte branch instruction.

Definition at line 126 of file bytecode.hpp.

Member Data Documentation

◆ displacement

template<opcode Operation>
branch_displacement32 rpnx::cortado::branch32_instruction< Operation >::displacement

Target displacement relative to this instruction's opcode.

Definition at line 129 of file bytecode.hpp.

◆ operation

template<opcode Operation>
opcode rpnx::cortado::branch32_instruction< Operation >::operation = Operation
staticconstexpr

Definition at line 128 of file bytecode.hpp.


The documentation for this struct was generated from the following file: