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

  /src/external/gpl3/binutils/dist/opcodes/
metag-dis.c 194 unsigned int o2r_unit; local
198 o2r_unit = (number & ~O2R_REG_MASK) >> 3;
203 switch (o2r_unit)
221 switch (o2r_unit)
239 switch (o2r_unit)
257 switch (o2r_unit)
  /src/external/gpl3/binutils.old/dist/opcodes/
metag-dis.c 194 unsigned int o2r_unit; local
198 o2r_unit = (number & ~O2R_REG_MASK) >> 3;
203 switch (o2r_unit)
221 switch (o2r_unit)
239 switch (o2r_unit)
257 switch (o2r_unit)
  /src/external/gpl3/gdb.old/dist/opcodes/
metag-dis.c 194 unsigned int o2r_unit; local
198 o2r_unit = (number & ~O2R_REG_MASK) >> 3;
203 switch (o2r_unit)
221 switch (o2r_unit)
239 switch (o2r_unit)
257 switch (o2r_unit)
  /src/external/gpl3/gdb/dist/opcodes/
metag-dis.c 194 unsigned int o2r_unit; local
198 o2r_unit = (number & ~O2R_REG_MASK) >> 3;
203 switch (o2r_unit)
221 switch (o2r_unit)
239 switch (o2r_unit)
257 switch (o2r_unit)

Completed in 40 milliseconds