Home | History | Annotate | Download | only in config

Lines Matching refs:CTRL

48    24-bit (CTRL)
167 {0x800000 - 8, -0x800000, 4, 0}, /* State 2: compare (reg) & branch (ctrl). */
184 /* Branch-prediction bits for CTRL/COBR format opcodes. */
549 /* get_cdisp: handle displacement for a COBR or CTRL instruction.
551 Parse displacement for a COBR or CTRL instruction.
563 char *ifmtP, /* "COBR" or "CTRL" (for use in error message). */
565 int numbits, /* # bits of displacement (13 for COBR, 24 for CTRL). */
1520 get_cdisp (targP, "CTRL", opcode, 24, 0, 0);
1605 opcode of CTRL/COBR format instructions. */
1656 case CTRL:
1694 get_cdisp (args[1], "CTRL", oP->opcode, 24, 0, 1);