Home
last modified time | relevance | path

Searched refs:S_STD1 (Results 1 – 3 of 3) sorted by relevance

/dports/devel/vasm/vasm/cpus/m68k/
H A Dcpu.h299 #define S_STD1 S_STD+4 /* 1st word, bits 6-7, b=1,w=2,l=3 */ macro
300 #define S_HI S_STD1+4 /* 1st word, bits 9-10 */
H A Dopcodes.h348 "ext", {D_}, {{RLO}, {0x4800,0},1|WL|S_STD1,m68000up|mcf},
349 "extb", {D_}, {{RLO}, {0x4900,0},1|L|S_STD1,m68020up|cpu32|mcf},
H A Dcpu.c4542 case S_STD1: in eval_instruction()