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

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Drx-dis.c305 int slsb, dlsb, width; local
308 slsb = (imm & 0x1f);
309 slsb = (slsb >= 0x10?(slsb ^ 0x1f) + 1:slsb);
310 slsb = dlsb - slsb;
311 slsb = (slsb <
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Drx-dis.c305 int slsb, dlsb, width; local
308 slsb = (imm & 0x1f);
309 slsb = (slsb >= 0x10?(slsb ^ 0x1f) + 1:slsb);
310 slsb = dlsb - slsb;
311 slsb = (slsb <
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Drx-dis.c305 int slsb, dlsb, width; local
308 slsb = (imm & 0x1f);
309 slsb = (slsb >= 0x10?(slsb ^ 0x1f) + 1:slsb);
310 slsb = dlsb - slsb;
311 slsb = (slsb <
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Drx-dis.c305 int slsb, dlsb, width; local
308 slsb = (imm & 0x1f);
309 slsb = (slsb >= 0x10?(slsb ^ 0x1f) + 1:slsb);
310 slsb = dlsb - slsb;
311 slsb = (slsb <
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-rx.c961 int slsb = s.X_add_number;
966 ((dlsb - slsb) & 0x1f));
967 if ((slsb + width) > 32)
968 as_warn (_("Value %d and %d out of range"), slsb, width);
960 int slsb = s.X_add_number; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-rx.c961 int slsb = s.X_add_number;
966 ((dlsb - slsb) & 0x1f));
967 if ((slsb + width) > 32)
968 as_warn (_("Value %d and %d out of range"), slsb, width);
960 int slsb = s.X_add_number; local
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-rx.c948 int slsb = s.X_add_number;
953 ((dlsb - slsb) & 0x1f));
954 if ((slsb + width) > 32)
955 as_warn (_("Value %d and %d out of range"), slsb, width);
947 int slsb = s.X_add_number; local

Completed in 235 milliseconds