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

  /src/external/gpl3/binutils/dist/opcodes/
arc-dis.c 43 /* The LIMM if this is being tracked separately. This field is only
44 valid if we find the LIMM operand in the operand list. */
45 unsigned limm; member in struct:arc_operand_iterator
60 /* Instruction length w/o limm field. */
63 /* TRUE if we have limm. */
66 /* LIMM value, if exists. */
67 unsigned limm; member in struct:arc_disassemble_info
110 "r56", "r57", "r58", "r59", "lp_count", "reserved", "LIMM", "pcl"
287 /* Check for LIMM indicator. If it is there, then make sure
379 length in INSN_LEN will be updated if the instruction requires a LIMM
414 unsigned limm = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
arc-dis.c 43 /* The LIMM if this is being tracked separately. This field is only
44 valid if we find the LIMM operand in the operand list. */
45 unsigned limm; member in struct:arc_operand_iterator
60 /* Instruction length w/o limm field. */
63 /* TRUE if we have limm. */
66 /* LIMM value, if exists. */
67 unsigned limm; member in struct:arc_disassemble_info
110 "r56", "r57", "r58", "r59", "lp_count", "reserved", "LIMM", "pcl"
287 /* Check for LIMM indicator. If it is there, then make sure
379 length in INSN_LEN will be updated if the instruction requires a LIMM
414 unsigned limm = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
arc-dis.c 43 /* The LIMM if this is being tracked separately. This field is only
44 valid if we find the LIMM operand in the operand list. */
45 unsigned limm; member in struct:arc_operand_iterator
60 /* Instruction length w/o limm field. */
63 /* TRUE if we have limm. */
66 /* LIMM value, if exists. */
67 unsigned limm; member in struct:arc_disassemble_info
110 "r56", "r57", "r58", "r59", "lp_count", "reserved", "LIMM", "pcl"
287 /* Check for LIMM indicator. If it is there, then make sure
379 length in INSN_LEN will be updated if the instruction requires a LIMM
414 unsigned limm = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
arc-dis.c 43 /* The LIMM if this is being tracked separately. This field is only
44 valid if we find the LIMM operand in the operand list. */
45 unsigned limm; member in struct:arc_operand_iterator
60 /* Instruction length w/o limm field. */
63 /* TRUE if we have limm. */
66 /* LIMM value, if exists. */
67 unsigned limm; member in struct:arc_disassemble_info
110 "r56", "r57", "r58", "r59", "lp_count", "reserved", "LIMM", "pcl"
287 /* Check for LIMM indicator. If it is there, then make sure
379 length in INSN_LEN will be updated if the instruction requires a LIMM
414 unsigned limm = 0; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-arc.c 315 /* TRUE if this fixup is for LIMM operand. */
324 long limm; member in struct:arc_insn
326 bool has_limm; /* Boolean value: TRUE if limm field is valid. */
616 ADD<.f> a,b,limm. */
623 LD<zz><.x><.aa><.di> a, [b, limm] */
630 MOV<.f> b, limm. */
637 SUB<.f> a, b, limm. */
643 MPY<.f> a, b, limm. */
648 MOV<.f><.cc> b, limm. */
653 ADD<.f><.cc> b, b, limm. *
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arc.c 315 /* TRUE if this fixup is for LIMM operand. */
324 long limm; member in struct:arc_insn
326 bool has_limm; /* Boolean value: TRUE if limm field is valid. */
616 ADD<.f> a,b,limm. */
623 LD<zz><.x><.aa><.di> a, [b, limm] */
630 MOV<.f> b, limm. */
637 SUB<.f> a, b, limm. */
643 MPY<.f> a, b, limm. */
648 MOV<.f><.cc> b, limm. */
653 ADD<.f><.cc> b, b, limm. *
    [all...]

Completed in 21 milliseconds