Home | History | Annotate | Download | only in fpe

Lines Matching defs:extword

219 	unsigned short extword;
221 if (ufetch_short((void *)(insn->is_pc + insn->is_advance), &extword))
226 ea->ea_idxreg = (extword >> 12) & 0xf;
228 if ((extword & 0x0800) == 0) {
236 idx <<= ((extword >> 9) & 3);
238 if ((extword & 0x100) == 0) {
240 basedisp = (extword & 0xff);
251 if (extword & 0x80) {
254 bd_size = ((extword >> 4) & 3) - 1;
255 od_size = (extword & 3) - 1;
265 switch (extword & 0x44) {
280 __func__, extword));