Searched refs:cpu_history (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/gas/config/
H A Dtc-s390.c1909 static struct cpu_history struct
1913 } *cpu_history; local
1952 if (cpu_history == NULL)
1953 cpu_history = XNEWVEC (struct cpu_history, MAX_HISTORY);
1959 cpu_history[curr_hist].cpu = current_cpu;
1960 cpu_history[curr_hist].flags = current_flags;
1971 new_cpu = cpu_history[curr_hist].cpu;
1972 new_flags = cpu_history[curr_hist].flags;
H A Dtc-ppc.c4969 static ppc_cpu_t *cpu_history;
4989 if (cpu_history == NULL)
4990 cpu_history = XNEWVEC (ppc_cpu_t, MAX_HISTORY);
4995 cpu_history[curr_hist++] = ppc_cpu;
5002 ppc_cpu = cpu_history[--curr_hist];
4954 static ppc_cpu_t *cpu_history; local
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-ppc.c4037 static unsigned long *cpu_history;
4066 if (cpu_history == NULL)
4067 cpu_history = xmalloc (MAX_HISTORY * sizeof (*cpu_history));
4072 cpu_history[curr_hist++] = ppc_cpu;
4079 ppc_cpu = cpu_history[--curr_hist];
4022 static unsigned long *cpu_history; local

Completed in 125 milliseconds