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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-s390.c1917 static struct cpu_history struct
1921 } *cpu_history; local
1960 if (cpu_history == NULL)
1961 cpu_history = XNEWVEC (struct cpu_history, MAX_HISTORY);
1967 cpu_history[curr_hist].cpu = current_cpu;
1968 cpu_history[curr_hist].flags = current_flags;
1979 new_cpu = cpu_history[curr_hist].cpu;
1980 new_flags = cpu_history[curr_hist].flags;
H A Dtc-ppc.c5849 static ppc_cpu_t *cpu_history;
5868 if (cpu_history == NULL)
5869 cpu_history = XNEWVEC (ppc_cpu_t, MAX_HISTORY);
5874 cpu_history[curr_hist++] = ppc_cpu;
5881 ppc_cpu = cpu_history[--curr_hist];
5834 static ppc_cpu_t *cpu_history; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-s390.c1911 static struct cpu_history struct
1915 } *cpu_history; local
1954 if (cpu_history == NULL)
1955 cpu_history = XNEWVEC (struct cpu_history, MAX_HISTORY);
1961 cpu_history[curr_hist].cpu = current_cpu;
1962 cpu_history[curr_hist].flags = current_flags;
1973 new_cpu = cpu_history[curr_hist].cpu;
1974 new_flags = cpu_history[curr_hist].flags;
H A Dtc-ppc.c5443 static ppc_cpu_t *cpu_history;
5463 if (cpu_history == NULL)
5464 cpu_history = XNEWVEC (ppc_cpu_t, MAX_HISTORY);
5469 cpu_history[curr_hist++] = ppc_cpu;
5476 ppc_cpu = cpu_history[--curr_hist];
5428 static ppc_cpu_t *cpu_history; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-s390.c1917 static struct cpu_history struct
1921 } *cpu_history; local
1960 if (cpu_history == NULL)
1961 cpu_history = XNEWVEC (struct cpu_history, MAX_HISTORY);
1967 cpu_history[curr_hist].cpu = current_cpu;
1968 cpu_history[curr_hist].flags = current_flags;
1979 new_cpu = cpu_history[curr_hist].cpu;
1980 new_flags = cpu_history[curr_hist].flags;
H A Dtc-ppc.c5849 static ppc_cpu_t *cpu_history;
5868 if (cpu_history == NULL)
5869 cpu_history = XNEWVEC (ppc_cpu_t, MAX_HISTORY);
5874 cpu_history[curr_hist++] = ppc_cpu;
5881 ppc_cpu = cpu_history[--curr_hist];
5834 static ppc_cpu_t *cpu_history; local

Completed in 156 milliseconds