HomeSort by relevance Sort by last modified time
    Searched refs:limm (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
pseudos.s 7 brgt r0, 0x3F, @.L1 ; Encode as BRLT limm,b,s9
8 brgt r0, -2, @.L1 ; Encode as BRLT limm,b,s9
9 brgt -2, r0, @.L1 ; Encode as BRLT c,limm,s9
10 brgt -2, -1, @.L1 ; Encode as BRGE limm,u6+1,s9
11 brgt -2, 0x3E, @.L1 ; Encode as BRGE limm,u6+1,s9
15 brhi r1, 0x3F, @.L1 ; BRHI b,limm,s9 Encode as BRLO limm,b,s9
16 brhi r1, -2, @.L1 ; BRHI b,limm,s9 Encode as BRLO limm,b,s9
17 brhi -2, r0, @.L1 ; BRHI limm,c,s9 Encode as BRLO c,limm,s
    [all...]
mov.s 15 # limm values
  /toolchain/binutils/binutils-2.27/opcodes/
arc-dis.c 81 "r56", "r57", "ACCL", "ACCH", "lp_count", "rezerved", "LIMM", "pcl"
195 /* Check for LIMM indicator. If it is there, then make sure
268 unsigned limm = 0; local
305 limm = ARRANGE_ENDIAN (info, buffer);
310 if ((limm & arc_long_opcodes[i].limm_mask)
315 insn[1] = limm;
323 length in INSN_LEN will be updated if the instruction requires a LIMM
341 increased by 4 if the instruction requires a LIMM, and the LIMM value
594 /* Read the limm operand, if required. *
    [all...]
aarch64-tbl.h     [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-arc.c 300 /* TRUE if this fixup is for LIMM operand. */
309 long limm; member in struct:arc_insn
312 bfd_boolean has_limm; /* Boolean value: TRUE if limm field is
566 ADD<.f> a,b,limm. */
573 LD<zz><.x><.aa><.di> a, [b, limm] */
580 MOV<.f> b, limm. */
587 SUB<.f> a, b, limm. */
593 MPY<.f> a, b, limm. */
598 MOV<.f><.cc> b, limm. */
603 ADD<.f><.cc> b, b, limm. *
    [all...]

Completed in 189 milliseconds