HomeSort by relevance Sort by last modified time
    Searched full:p_field (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gas/config/
tc-tic30.c 654 unsigned p_field; /* Value of p field in multiply add/sub instructions. */ member in struct:tic30_par_insn
946 p_insn.p_field = 0x00000000; /* Ind * Ind, Rn +/- Rn. */
948 p_insn.p_field = 0x01000000; /* Ind * Rn, Ind +/- Rn. */
950 p_insn.p_field = 0x03000000; /* Ind * Rn, Rn +/- Ind. */
955 p_insn.p_field = 0x02000000; /* Rn * Rn, Ind +/- Ind. */
959 p_insn.p_field = 0x01000000; /* Rn * Ind, Ind +/- Rn. */
970 p_insn.p_field = 0x03000000; /* Rn * Ind, Rn +/- Ind. */
979 debug ("P field: %08X\n", p_insn.p_field);
1038 p_insn.opcode |= p_insn.p_field;
1044 switch (p_insn.p_field)
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
tic30-dis.c 56 #define P_FIELD 0x03000000
550 switch (insn_word & P_FIELD)

Completed in 175 milliseconds