Home | History | Annotate | Download | only in config

Lines Matching defs:coproc

9727   int coproc = 0;
11349 coproc = 1;
11355 coproc = 1;
11364 coproc = 1;
11371 coproc = 1;
11387 coproc = 1;
11396 coproc = 1;
11402 coproc = 1;
11408 coproc = 1;
11491 coproc = 1;
11497 coproc = 1;
11506 coproc = 1;
11513 coproc = 1;
11570 coproc = 1;
11580 coproc = 1;
11586 coproc = 1;
11593 coproc = 1;
12227 coproc = 1;
12240 coproc = 1;
12281 to adjust when loading from memory. We set coproc if we must
12285 coproc = 0;
12315 macro_build (ep, s, fmt, coproc ? op[0] + 1 : op[0], -1,
12319 macro_build (ep, s, fmt, coproc ? op[0] : op[0] + 1, -1,
12376 macro_build (&offset_expr, s, fmt, coproc ? op[0] + 1 : op[0],
12385 macro_build (&offset_expr, s, fmt, coproc ? op[0] : op[0] + 1,
12406 macro_build (&offset_expr, s, fmt, coproc ? op[0] + 1 : op[0],
12411 macro_build (&offset_expr, s, fmt, coproc ? op[0] : op[0] + 1,
12448 macro_build (&expr1, s, fmt, coproc ? op[0] + 1 : op[0],
12451 macro_build (&expr1, s, fmt, coproc ? op[0] : op[0] + 1,
12454 macro_build (&offset_expr, s, fmt, coproc ? op[0] + 1 : op[0],
12457 macro_build (&offset_expr, s, fmt, coproc ? op[0] : op[0] + 1,
12500 macro_build (&expr1, s, fmt, coproc ? op[0] + 1 : op[0],
12509 macro_build (&expr1, s, fmt, coproc ? op[0] : op[0] + 1,
12524 macro_build (&offset_expr, s, fmt, coproc ? op[0] + 1 : op[0],
12533 macro_build (&offset_expr, s, fmt, coproc ? op[0] : op[0] + 1,
12556 R4000 uses interlocks to handle coproc delays.
12562 Eg. 4 cycles if load coproc reg from memory, 1 if in cache, etc.