HomeSort by: relevance | last modified time | path
    Searched defs:QUEUE_PTR_ARG (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn.cc 198 #define QUEUE_PTR_ARG 3
226 | (1 << QUEUE_PTR_ARG)
1506 cfun->machine->args.reg[QUEUE_PTR_ARG]);
3015 cfun->machine->args.reg[QUEUE_PTR_ARG]);
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn.cc 237 #define QUEUE_PTR_ARG 3
264 | (1 << QUEUE_PTR_ARG)
1882 /* The high bits of the QUEUE_PTR_ARG register are used by
1885 cfun->machine->args.reg[QUEUE_PTR_ARG]);
2551 if (cfun->machine->args.reg[QUEUE_PTR_ARG] >= 0)
2553 fixed_regs[cfun->machine->args.reg[QUEUE_PTR_ARG]] = 1;
2554 fixed_regs[cfun->machine->args.reg[QUEUE_PTR_ARG] + 1] = 1;
3483 cfun->machine->args.reg[QUEUE_PTR_ARG]);
4949 /* Stash a marker in the unused upper 16 bits of QUEUE_PTR_ARG to
4953 if (cfun->machine->args.reg[QUEUE_PTR_ARG] >= 0
    [all...]

Completed in 24 milliseconds