Searched refs:op_shift (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-metag.c1217 int opcode, op_shift, op_extended, l1, l2; local
1315 op_shift = 3;
1317 op_shift = 2;
1320 op_shift = 1;
1322 op_shift = 0;
1325 srel = srel >> op_shift;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-metag.c1217 int opcode, op_shift, op_extended, l1, l2; local
1315 op_shift = 3;
1317 op_shift = 2;
1320 op_shift = 1;
1322 op_shift = 0;
1325 srel = srel >> op_shift;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-metag.c1217 int opcode, op_shift, op_extended, l1, l2; local
1315 op_shift = 3;
1317 op_shift = 2;
1320 op_shift = 1;
1322 op_shift = 0;
1325 srel = srel >> op_shift;
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Drx-parse.y414 | SHLR { sub_op = 0; } op_shift
415 | SHAR { sub_op = 1; } op_shift
416 | SHLL { sub_op = 2; } op_shift
1092 op_shift
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Drx-parse.y414 | SHLR { sub_op = 0; } op_shift
415 | SHAR { sub_op = 1; } op_shift
416 | SHLL { sub_op = 2; } op_shift
1092 op_shift
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Drx-parse.y414 | SHLR { sub_op = 0; } op_shift
415 | SHAR { sub_op = 1; } op_shift
416 | SHLL { sub_op = 2; } op_shift
1092 op_shift
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-metag.c1217 int opcode, op_shift, op_extended, l1, l2; local
1315 op_shift = 3;
1317 op_shift = 2;
1320 op_shift = 1;
1322 op_shift = 0;
1325 srel = srel >> op_shift;

Completed in 270 milliseconds