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

/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c6869 int pipe_slot;
6873 for (pipe_slot = 0; pipe_slot < 4; pipe_slot++)
6874 if ((mask & (1 << pipe_slot)) != 0)
6876 if (pipe_slot == 4)
6880 ultra_pipe.group[pipe_slot] = *ip;
6881 ultra_pipe.codes[pipe_slot] = type;
6887 ultra_pipe.free_slot_mask = (mask & ~(1 << pipe_slot));
6889 ultra_pipe.commit[pipe_slot]
6844 int pipe_slot; local
[all...]

Completed in 93 milliseconds