HomeSort by: relevance | last modified time | path
    Searched defs:b_start (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
loongarch-coder.c 80 int len = 0, width, b_start; local
84 b_start = strtol (bit_field_1, &bit_field_1, 10);
91 t <<= sizeof (t) * 8 - width - b_start;
125 int width, b_start; local
143 b_start = strtol (bit_field_1, &bit_field_1, 10);
149 i = (b_start == 32) ? 0 : (i << b_start);
loongarch-coder.c 80 int len = 0, width, b_start; local
84 b_start = strtol (bit_field_1, &bit_field_1, 10);
91 t <<= sizeof (t) * 8 - width - b_start;
125 int width, b_start; local
143 b_start = strtol (bit_field_1, &bit_field_1, 10);
149 i = (b_start == 32) ? 0 : (i << b_start);
  /src/external/gpl3/binutils.old/dist/opcodes/
loongarch-coder.c 80 int len = 0, width, b_start; local
84 b_start = strtol (bit_field_1, &bit_field_1, 10);
91 t <<= sizeof (t) * 8 - width - b_start;
125 int width, b_start; local
143 b_start = strtol (bit_field_1, &bit_field_1, 10);
149 i = (b_start == 32) ? 0 : (i << b_start);
loongarch-coder.c 80 int len = 0, width, b_start; local
84 b_start = strtol (bit_field_1, &bit_field_1, 10);
91 t <<= sizeof (t) * 8 - width - b_start;
125 int width, b_start; local
143 b_start = strtol (bit_field_1, &bit_field_1, 10);
149 i = (b_start == 32) ? 0 : (i << b_start);
  /src/external/gpl3/gdb/dist/opcodes/
loongarch-coder.c 80 int len = 0, width, b_start; local
84 b_start = strtol (bit_field_1, &bit_field_1, 10);
91 t <<= sizeof (t) * 8 - width - b_start;
125 int width, b_start; local
143 b_start = strtol (bit_field_1, &bit_field_1, 10);
149 i = (b_start == 32) ? 0 : (i << b_start);
loongarch-coder.c 80 int len = 0, width, b_start; local
84 b_start = strtol (bit_field_1, &bit_field_1, 10);
91 t <<= sizeof (t) * 8 - width - b_start;
125 int width, b_start; local
143 b_start = strtol (bit_field_1, &bit_field_1, 10);
149 i = (b_start == 32) ? 0 : (i << b_start);
  /src/external/gpl3/gdb.old/dist/opcodes/
loongarch-coder.c 80 int len = 0, width, b_start; local
84 b_start = strtol (bit_field_1, &bit_field_1, 10);
91 t <<= sizeof (t) * 8 - width - b_start;
125 int width, b_start; local
143 b_start = strtol (bit_field_1, &bit_field_1, 10);
149 i = (b_start == 32) ? 0 : (i << b_start);
loongarch-coder.c 80 int len = 0, width, b_start; local
84 b_start = strtol (bit_field_1, &bit_field_1, 10);
91 t <<= sizeof (t) * 8 - width - b_start;
125 int width, b_start; local
143 b_start = strtol (bit_field_1, &bit_field_1, 10);
149 i = (b_start == 32) ? 0 : (i << b_start);
  /src/external/gpl3/gdb/dist/gdb/
symfile.c 3109 CORE_ADDR b_start = b->addr ();
3112 return (a_start < b_end && b_start < a_end);
3102 CORE_ADDR b_start = b->addr (); local
symfile.c 3109 CORE_ADDR b_start = b->addr ();
3112 return (a_start < b_end && b_start < a_end);
3102 CORE_ADDR b_start = b->addr (); local
  /src/external/gpl3/gdb.old/dist/gdb/
symfile.c 3098 CORE_ADDR b_start = b->addr ();
3101 return (a_start < b_end && b_start < a_end);
3091 CORE_ADDR b_start = b->addr (); local
symfile.c 3098 CORE_ADDR b_start = b->addr ();
3101 return (a_start < b_end && b_start < a_end);
3091 CORE_ADDR b_start = b->addr (); local

Completed in 58 milliseconds