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

  /src/external/gpl3/binutils/dist/opcodes/
tic6x-dis.c 1332 bool offset_is_reg; local
1346 offset_is_reg = (mem_mode & 4) != 0;
1347 if (offset_is_reg)
  /src/external/gpl3/binutils.old/dist/opcodes/
tic6x-dis.c 1332 bool offset_is_reg; local
1346 offset_is_reg = (mem_mode & 4) != 0;
1347 if (offset_is_reg)
  /src/external/gpl3/gdb/dist/opcodes/
tic6x-dis.c 1332 bool offset_is_reg; local
1346 offset_is_reg = (mem_mode & 4) != 0;
1347 if (offset_is_reg)
  /src/external/gpl3/gdb.old/dist/opcodes/
tic6x-dis.c 1332 bool offset_is_reg; local
1346 offset_is_reg = (mem_mode & 4) != 0;
1347 if (offset_is_reg)
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic6x.c 1142 bool offset_is_reg; member in struct:__anon10131
1419 bool offset_is_reg; local
1494 offset_is_reg = false;
1534 offset_is_reg = true;
1538 if (!offset_is_reg)
1572 op->value.mem.offset_is_reg = offset_is_reg;
1573 if (offset_is_reg)
1582 if (offset_is_reg && offset_reg.num >= tic6x_num_registers)
2261 if (op->value.mem.offset_is_reg)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic6x.c 1142 bool offset_is_reg; member in struct:__anon11603
1419 bool offset_is_reg; local
1494 offset_is_reg = false;
1534 offset_is_reg = true;
1538 if (!offset_is_reg)
1572 op->value.mem.offset_is_reg = offset_is_reg;
1573 if (offset_is_reg)
1582 if (offset_is_reg && offset_reg.num >= tic6x_num_registers)
2261 if (op->value.mem.offset_is_reg)
    [all...]

Completed in 21 milliseconds