Home | History | Annotate | Download | only in opcodes

Lines Matching defs:where

57    where N is an estimation on the corresponding 'case' operand in C,
58 and case_address is where execution of that case continues after the
688 CRISv32, where constants are always DWORD-size for
747 /* Get a buffer of somewhat reasonable size where we store
892 number, where the size can depend on different things. */
1255 where = buffer[2] + buffer[3] * 256;
1257 if (where > 32767)
1258 where -= 65536;
1260 where += addr + ((disdata->distype == cris_dis_v32) ? 0 : 4);
1267 info->target = (bfd_vma) where;
1274 (*info->print_address_func) ((bfd_vma) where, info);