Home
last modified time | relevance | path

Searched refs:instruction_ext (Results 1 – 9 of 9) sorted by relevance

/dports/devel/vasm/vasm/
H A Datom.h33 instruction_ext ext;
H A Dvasm.h239 void init_instruction_ext(instruction_ext *);
/dports/devel/vasm/vasm/cpus/z80/
H A Dcpu.h51 } instruction_ext; typedef
H A Dcpu.c1136 void init_instruction_ext(instruction_ext *ext) in init_instruction_ext()
1366 …k *db, int size, section *sec, taddr pc, operand *op1, operand *op2, int add, instruction_ext *ext) in write_opcode()
/dports/devel/vasm/vasm/cpus/x86/
H A Dcpu.h187 } instruction_ext; typedef
H A Dcpu.c1419 memcpy(&newip.ext,&ip->ext,sizeof(instruction_ext)); in copy_instruction()
1722 void init_instruction_ext(instruction_ext *ixp) in init_instruction_ext()
1726 memset(ixp,0,sizeof(instruction_ext)); in init_instruction_ext()
/dports/devel/vasm/vasm/cpus/m68k/
H A Dcpu.h37 } instruction_ext; typedef
H A Dcpu.c190 void init_instruction_ext(instruction_ext *ixp) in init_instruction_ext()
/dports/devel/vasm/vasm/doc/
H A Dinterface.texi675 @item instruction_ext ext;
1192 @item typedef ... instruction_ext;
1316 @item void init_instruction_ext(instruction_ext *);