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

  /src/external/gpl3/binutils/dist/opcodes/
cris-dis.c 95 static long last_immediate = 0;
569 last_immediate = number;
581 last_immediate = number;
1351 case_offset = last_immediate;
1356 case_offset = -last_immediate;
1360 no_of_case_offsets = last_immediate + 1;
94 static long last_immediate = 0; variable
  /src/external/gpl3/binutils.old/dist/opcodes/
cris-dis.c 95 static long last_immediate = 0;
569 last_immediate = number;
581 last_immediate = number;
1351 case_offset = last_immediate;
1356 case_offset = -last_immediate;
1360 no_of_case_offsets = last_immediate + 1;
94 static long last_immediate = 0; variable
  /src/external/gpl3/gdb/dist/opcodes/
cris-dis.c 95 static long last_immediate = 0;
569 last_immediate = number;
581 last_immediate = number;
1351 case_offset = last_immediate;
1356 case_offset = -last_immediate;
1360 no_of_case_offsets = last_immediate + 1;
94 static long last_immediate = 0; variable
  /src/external/gpl3/gdb.old/dist/opcodes/
cris-dis.c 95 static long last_immediate = 0;
569 last_immediate = number;
581 last_immediate = number;
1351 case_offset = last_immediate;
1356 case_offset = -last_immediate;
1360 no_of_case_offsets = last_immediate + 1;
94 static long last_immediate = 0; variable

Completed in 17 milliseconds