FFmpeg
Data Fields
RasmOp Union Reference

Runtime assembler for AArch64. More...

#include <rasm.h>

Data Fields

uint8_t u8 [8]
 
uint16_t u16 [4]
 
uint32_t u32 [2]
 
uint64_t u64
 

Detailed Description

Runtime assembler for AArch64.

Provides an instruction-level IR and builder API tailored to the needs of the swscale dynamic pipeline. NOTE: Currently only a static file backend, which emits GNU assembler text, has been implemented.

Definition at line 43 of file rasm.h.

Field Documentation

◆ u8

uint8_t RasmOp::u8[8]

Definition at line 44 of file rasm.h.

Referenced by a64op_veclist().

◆ u16

uint16_t RasmOp::u16[4]

Definition at line 45 of file rasm.h.

◆ u32

uint32_t RasmOp::u32[2]

Definition at line 46 of file rasm.h.

◆ u64

uint64_t RasmOp::u64

Definition at line 47 of file rasm.h.


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