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

  /src/external/gpl3/binutils/dist/bfd/
elf32-metag.c 1216 int opcode, op_shift, op_extended, l1, l2; local
1314 op_shift = 3;
1316 op_shift = 2;
1319 op_shift = 1;
1321 op_shift = 0;
1324 srel = srel >> op_shift;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-metag.c 1216 int opcode, op_shift, op_extended, l1, l2; local
1314 op_shift = 3;
1316 op_shift = 2;
1319 op_shift = 1;
1321 op_shift = 0;
1324 srel = srel >> op_shift;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-metag.c 1216 int opcode, op_shift, op_extended, l1, l2; local
1314 op_shift = 3;
1316 op_shift = 2;
1319 op_shift = 1;
1321 op_shift = 0;
1324 srel = srel >> op_shift;
  /src/external/gpl3/gdb/dist/bfd/
elf32-metag.c 1216 int opcode, op_shift, op_extended, l1, l2; local
1314 op_shift = 3;
1316 op_shift = 2;
1319 op_shift = 1;
1321 op_shift = 0;
1324 srel = srel >> op_shift;

Completed in 20 milliseconds