Documentation
Dlang.org
MIR_op_t
mirjit
types
An instruction operand (tagged union).
struct
MIR_op_t {
void
*
data
;
ubyte
mode
;
ubyte
value_mode
;
ubyte
[
2
]
_pad0
;
union
U
;
U
u
;
}
Members
Unions
U
union
U
Undocumented in source.
Variables
mode
ubyte
mode
;
MIR_op_mode_t (C bitfield ': 8')
value_mode
ubyte
value_mode
;
MIR_op_mode_t (C bitfield ': 8')
mirjit
types
aliases
MIR_error_func_t
MIR_error_type_t
MIR_insn_code_t
MIR_item_type_t
MIR_op_mode_t
MIR_type_t
structs
MIR_code_reloc_t
MIR_item
MIR_mem_t
MIR_module
MIR_module_list
MIR_op_t
MIR_str_t
MIR_var_t
_MIR_arg_desc_t
unions
MIR_imm_t
MIR_val_t
An instruction operand (tagged union).