T.I.M | Toolchain Documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
asm_opcode_args Union Reference

Union types for all different types of argument/operand combinations used. More...

#include <asm.h>

Data Fields

asm_args_single_imm immediate
 
asm_args_single_imm_label immediate_label
 
asm_args_reg_single reg
 
asm_args_reg_single_imm reg_immediate
 
asm_args_reg_double reg_reg
 
asm_args_reg_double_imm reg_reg_immediate
 
asm_args_reg_tripple reg_reg_reg
 

Detailed Description

Union types for all different types of argument/operand combinations used.

Field Documentation

asm_args_single_imm asm_opcode_args::immediate
asm_args_single_imm_label asm_opcode_args::immediate_label
asm_args_reg_single asm_opcode_args::reg
asm_args_reg_single_imm asm_opcode_args::reg_immediate
asm_args_reg_double asm_opcode_args::reg_reg
asm_args_reg_double_imm asm_opcode_args::reg_reg_immediate
asm_args_reg_tripple asm_opcode_args::reg_reg_reg

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