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

  /src/external/gpl3/binutils/dist/opcodes/
microblaze-opc.h 119 short delay_slots; /* Info about delay slots needed after this instr. */ member in struct:op_code_struct
  /src/external/gpl3/binutils.old/dist/opcodes/
microblaze-opc.h 119 short delay_slots; /* Info about delay slots needed after this instr. */ member in struct:op_code_struct
  /src/external/gpl3/gdb.old/dist/opcodes/
microblaze-opc.h 119 short delay_slots; /* Info about delay slots needed after this instr. */ member in struct:op_code_struct
  /src/external/gpl3/gdb/dist/opcodes/
microblaze-opc.h 119 short delay_slots; /* Info about delay slots needed after this instr. */ member in struct:op_code_struct
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic54x.c 4829 static int delay_slots = 0; /* How many delay slots left to fill? */ local
4866 if (delay_slots != 0)
4868 if (words > delay_slots)
4874 delay_slots),
4875 words, delay_slots);
4876 delay_slots = 0;
4879 delay_slots -= words;
4941 if (delay_slots)
4943 if (words > delay_slots)
4951 delay_slots),
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic54x.c 4829 static int delay_slots = 0; /* How many delay slots left to fill? */ local
4866 if (delay_slots != 0)
4868 if (words > delay_slots)
4874 delay_slots),
4875 words, delay_slots);
4876 delay_slots = 0;
4879 delay_slots -= words;
4941 if (delay_slots)
4943 if (words > delay_slots)
4951 delay_slots),
    [all...]

Completed in 56 milliseconds