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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn.c176 #define KERNARG_SEGMENT_PTR_ARG 4 macro
209 | (1 << KERNARG_SEGMENT_PTR_ARG)
2115 if (cfun->machine->args.reg[KERNARG_SEGMENT_PTR_ARG] >= 0)
2117 fixed_regs[cfun->machine->args.reg[KERNARG_SEGMENT_PTR_ARG]] = 1;
2118 fixed_regs[cfun->machine->args.reg[KERNARG_SEGMENT_PTR_ARG] + 1] = 1;
2319 cum->args.reg[KERNARG_SEGMENT_PTR_ARG]);
2974 [KERNARG_SEGMENT_PTR_ARG]);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.cc200 #define KERNARG_SEGMENT_PTR_ARG 4 macro
227 | (1 << KERNARG_SEGMENT_PTR_ARG)
2173 if (cfun->machine->args.reg[KERNARG_SEGMENT_PTR_ARG] >= 0)
2175 fixed_regs[cfun->machine->args.reg[KERNARG_SEGMENT_PTR_ARG]] = 1;
2176 fixed_regs[cfun->machine->args.reg[KERNARG_SEGMENT_PTR_ARG] + 1] = 1;
2377 cum->args.reg[KERNARG_SEGMENT_PTR_ARG]);
3167 [KERNARG_SEGMENT_PTR_ARG]);

Completed in 230 milliseconds