HomeSort by: relevance | last modified time | path
    Searched refs:slot_num (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
lra-spills.cc 88 int slot_num; member in struct:pseudo_slot
145 unsigned int slot_num = pseudo_slots[i].slot_num; local
146 x = slots[slot_num].mem;
149 x = assign_stack_local (BLKmode, slots[slot_num].size,
150 slots[slot_num].align);
151 slots[slot_num].mem = x;
204 slot_num1 = pseudo_slots[regno1].slot_num;
205 slot_num2 = pseudo_slots[regno2].slot_num;
320 /* Add pseudo REGNO to slot SLOT_NUM. *
    [all...]
data-streamer-out.cc 92 s_slot.slot_num = 0;
113 new_slot->slot_num = start;
122 return old_slot->slot_num + 1;
ira-color.cc 4585 int i, regno, num, slot_num;
4646 slot_num = 1;
4655 fprintf (ira_dump_file, " Slot %d (freq,size):", slot_num);
4656 slot_num++;
4661 ALLOCNO_HARD_REGNO (a) = -slot_num;
4679 ira_spilled_reg_stack_slots_num = slot_num - 1;
4936 int slot_num, best_slot_num;
4951 slot_num = -ALLOCNO_HARD_REGNO (allocno) - 2;
4952 if (slot_num != -1)
4954 slot = &ira_spilled_reg_stack_slots[slot_num];
    [all...]
lto-streamer-out.cc 2898 unsigned slot_num; local
2901 streamer_tree_cache_lookup (ob->writer_cache, t, &slot_num);
2902 gcc_assert (slot_num != (unsigned)-1);
2903 data[index + 1] = slot_num;
2978 unsigned slot_num; local
2994 streamer_tree_cache_lookup (cache, t, &slot_num);
2995 gcc_assert (slot_num != (unsigned)-1);
3066 lto_write_data (&slot_num, 4);
lto-streamer.h 660 unsigned int slot_num; member in struct:string_slot
  /src/external/gpl3/gcc.old/dist/gcc/
lra-spills.cc 88 int slot_num; member in struct:pseudo_slot
145 unsigned int slot_num = pseudo_slots[i].slot_num; local
146 x = slots[slot_num].mem;
149 x = assign_stack_local (BLKmode, slots[slot_num].size,
150 slots[slot_num].align);
151 slots[slot_num].mem = x;
204 slot_num1 = pseudo_slots[regno1].slot_num;
205 slot_num2 = pseudo_slots[regno2].slot_num;
320 /* Add pseudo REGNO to slot SLOT_NUM. *
    [all...]
data-streamer-out.cc 90 s_slot.slot_num = 0;
111 new_slot->slot_num = start;
120 return old_slot->slot_num + 1;
ira-color.cc 4547 int i, regno, num, slot_num;
4608 slot_num = 1;
4617 fprintf (ira_dump_file, " Slot %d (freq,size):", slot_num);
4618 slot_num++;
4623 ALLOCNO_HARD_REGNO (a) = -slot_num;
4641 ira_spilled_reg_stack_slots_num = slot_num - 1;
4898 int slot_num, best_slot_num;
4913 slot_num = -ALLOCNO_HARD_REGNO (allocno) - 2;
4914 if (slot_num != -1)
4916 slot = &ira_spilled_reg_stack_slots[slot_num];
    [all...]
lto-streamer-out.cc 2874 unsigned slot_num; local
2877 streamer_tree_cache_lookup (ob->writer_cache, t, &slot_num);
2878 gcc_assert (slot_num != (unsigned)-1);
2879 data[index + 1] = slot_num;
2954 unsigned slot_num; local
2970 streamer_tree_cache_lookup (cache, t, &slot_num);
2971 gcc_assert (slot_num != (unsigned)-1);
3042 lto_write_data (&slot_num, 4);
lto-streamer.h 656 unsigned int slot_num; member in struct:string_slot
  /src/external/gpl3/gdb.old/dist/gdb/
ia64-tdep.c 885 int slot_num; local
889 slot_num = (psr_value >> 41) & 3;
891 return pc_value | (slot_num * SLOT_MULTIPLIER);
897 int slot_num = (int) (new_pc & 0xf) / SLOT_MULTIPLIER; local
902 psr_value |= (ULONGEST)(slot_num & 0x3) << 41;
2068 ULONGEST slot_num = 0; local
2087 slot_num = pc & 0x3LL;
2088 psr |= (CORE_ADDR)slot_num << 41;
  /src/external/gpl3/gdb/dist/gdb/
ia64-tdep.c 885 int slot_num; local
889 slot_num = (psr_value >> 41) & 3;
891 return pc_value | (slot_num * SLOT_MULTIPLIER);
897 int slot_num = (int) (new_pc & 0xf) / SLOT_MULTIPLIER; local
902 psr_value |= (ULONGEST)(slot_num & 0x3) << 41;
2068 ULONGEST slot_num = 0; local
2087 slot_num = pc & 0x3LL;
2088 psr |= (CORE_ADDR)slot_num << 41;
  /src/sys/dev/pci/
mpiireg.h 954 u_int16_t slot_num; member in struct:mpii_msg_sas_oper_request

Completed in 43 milliseconds