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

  /src/usr.bin/tip/
tip.c 110 char *EX;
  /src/usr.sbin/makefs/cd9660/
cd9660_eltorito.h 133 boot_catalog_section_entry_extension EX;
  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 4560 /* An EX form instruction. */
4561 #define EX(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x7ff))
4563 /* The mask for an EX form instruction. */
4564 #define EX_MASK EX (0x3f, 0x7ff)
10314 {"e_slwi", EX(31,112), EX_MASK, PPCVLE, 0, {RA, RS, SH}},
10315 {"e_slwi.", EX(31,113), EX_MASK, PPCVLE, 0, {RA, RS, SH}},
10319 {"e_rlw", EX(31,560), EX_MASK, PPCVLE, 0, {RA, RS, RB}},
10320 {"e_rlw.", EX(31,561), EX_MASK, PPCVLE, 0, {RA, RS, RB}},
10325 {"e_rlwi", EX(31,624), EX_MASK, PPCVLE, 0, {RA, RS, SH}},
10326 {"e_rlwi.", EX(31,625), EX_MASK, PPCVLE, 0, {RA, RS, SH}}
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 4550 /* An EX form instruction. */
4551 #define EX(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x7ff))
4553 /* The mask for an EX form instruction. */
4554 #define EX_MASK EX (0x3f, 0x7ff)
10249 {"e_slwi", EX(31,112), EX_MASK, PPCVLE, 0, {RA, RS, SH}},
10250 {"e_slwi.", EX(31,113), EX_MASK, PPCVLE, 0, {RA, RS, SH}},
10254 {"e_rlw", EX(31,560), EX_MASK, PPCVLE, 0, {RA, RS, RB}},
10255 {"e_rlw.", EX(31,561), EX_MASK, PPCVLE, 0, {RA, RS, RB}},
10260 {"e_rlwi", EX(31,624), EX_MASK, PPCVLE, 0, {RA, RS, SH}},
10261 {"e_rlwi.", EX(31,625), EX_MASK, PPCVLE, 0, {RA, RS, SH}}
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 4460 /* An EX form instruction. */
4461 #define EX(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x7ff))
4463 /* The mask for an EX form instruction. */
4464 #define EX_MASK EX (0x3f, 0x7ff)
10106 {"e_slwi", EX(31,112), EX_MASK, PPCVLE, 0, {RA, RS, SH}},
10107 {"e_slwi.", EX(31,113), EX_MASK, PPCVLE, 0, {RA, RS, SH}},
10111 {"e_rlw", EX(31,560), EX_MASK, PPCVLE, 0, {RA, RS, RB}},
10112 {"e_rlw.", EX(31,561), EX_MASK, PPCVLE, 0, {RA, RS, RB}},
10117 {"e_rlwi", EX(31,624), EX_MASK, PPCVLE, 0, {RA, RS, SH}},
10118 {"e_rlwi.", EX(31,625), EX_MASK, PPCVLE, 0, {RA, RS, SH}}
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 4460 /* An EX form instruction. */
4461 #define EX(op, xop) (OP (op) | (((uint64_t)(xop)) & 0x7ff))
4463 /* The mask for an EX form instruction. */
4464 #define EX_MASK EX (0x3f, 0x7ff)
10095 {"e_slwi", EX(31,112), EX_MASK, PPCVLE, 0, {RA, RS, SH}},
10096 {"e_slwi.", EX(31,113), EX_MASK, PPCVLE, 0, {RA, RS, SH}},
10100 {"e_rlw", EX(31,560), EX_MASK, PPCVLE, 0, {RA, RS, RB}},
10101 {"e_rlw.", EX(31,561), EX_MASK, PPCVLE, 0, {RA, RS, RB}},
10106 {"e_rlwi", EX(31,624), EX_MASK, PPCVLE, 0, {RA, RS, SH}},
10107 {"e_rlwi.", EX(31,625), EX_MASK, PPCVLE, 0, {RA, RS, SH}}
    [all...]

Completed in 60 milliseconds