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

  /src/sys/arch/aarch64/aarch64/
db_trace.c 387 /* stp x??,x??,[sp,#-imm7]! */
389 int64_t imm7 = SignExtend(7, (insn >> 15) & 0x7f, 8); local
393 TRACE_DEBUG("stp x30,Xn[sp,#%ld]!\n", imm7);
395 ssize += -imm7;
398 TRACE_DEBUG("stp Xn,x30,[sp,#%ld]!\n", imm7);
400 ssize += -imm7;
403 ssize += -imm7;
404 TRACE_DEBUG("stp Xn,Xn,[sp,#%ld]!\n", imm7);
417 /* stp x??,x??,[sp,#imm7] */
419 int64_t imm7 = SignExtend(7, (insn >> 15) & 0x7f, 8) local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/Disassembler/
SparcDisassembler.cpp 636 unsigned imm7 = 0; local
638 imm7 = fieldFromInstruction(insn, 0, 7);
647 // Decode RS1 | IMM7.
649 MI.addOperand(MCOperand::createImm(imm7));
  /src/external/gpl3/gdb/dist/gdb/
mep-tdep.c 1552 /* ADD3 Rn,SP,imm7.align4 0100_nnnn_0iii_ii00 xxxx_xxxx_xxxx_xxxx */
1722 int imm7 = ADD3_16_OFFSET (insn);
1724 reg[rn] = pv_add_constant (reg[MEP_SP_REGNUM], imm7);
1717 int imm7 = ADD3_16_OFFSET (insn); local
  /src/external/gpl3/gdb.old/dist/gdb/
mep-tdep.c 1552 /* ADD3 Rn,SP,imm7.align4 0100_nnnn_0iii_ii00 xxxx_xxxx_xxxx_xxxx */
1722 int imm7 = ADD3_16_OFFSET (insn);
1724 reg[rn] = pv_add_constant (reg[MEP_SP_REGNUM], imm7);
1717 int imm7 = ADD3_16_OFFSET (insn); local
  /src/external/gpl3/binutils/dist/gas/config/
bfin-parse.c 267 #define imm7(x) EXPR_VALUE (x) macro
294 if (imm7 (reg2) != reg1->regno - 1)
3590 if (imm7 ((yyvsp[0].expr)) != 0)
3612 notethat ("COMPI2opD: dregs = imm7 (x) \n");
3613 (yyval.instr) = COMPI2OPD (&(yyvsp[-3].reg), imm7 ((yyvsp[-1].expr)), 0);
3617 notethat ("COMPI2opP: pregs = imm7 (x)\n");
3618 (yyval.instr) = COMPI2OPP (&(yyvsp[-3].reg), imm7 ((yyvsp[-1].expr)), 0);
3844 notethat ("COMPI2opP: pregs += imm7\n");
3845 (yyval.instr) = COMPI2OPP (&(yyvsp[-2].reg), imm7 ((yyvsp[0].expr)), 1);
3849 notethat ("COMPI2opD: dregs += imm7\n")
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
bfin-dis.c 93 { "imm7", 7, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0},
472 #define imm7(x) fmtconst (c_imm7, x, 0, outf) macro
1768 OUTS (outf, imm7 (src));
1782 OUTS (outf, imm7 (src));
1824 OUTS (outf, imm7 (src));
1838 OUTS (outf, imm7 (src));
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.c 267 #define imm7(x) EXPR_VALUE (x) macro
294 if (imm7 (reg2) != reg1->regno - 1)
3590 if (imm7 ((yyvsp[0].expr)) != 0)
3612 notethat ("COMPI2opD: dregs = imm7 (x) \n");
3613 (yyval.instr) = COMPI2OPD (&(yyvsp[-3].reg), imm7 ((yyvsp[-1].expr)), 0);
3617 notethat ("COMPI2opP: pregs = imm7 (x)\n");
3618 (yyval.instr) = COMPI2OPP (&(yyvsp[-3].reg), imm7 ((yyvsp[-1].expr)), 0);
3844 notethat ("COMPI2opP: pregs += imm7\n");
3845 (yyval.instr) = COMPI2OPP (&(yyvsp[-2].reg), imm7 ((yyvsp[0].expr)), 1);
3849 notethat ("COMPI2opD: dregs += imm7\n")
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
bfin-dis.c 93 { "imm7", 7, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0},
472 #define imm7(x) fmtconst (c_imm7, x, 0, outf) macro
1768 OUTS (outf, imm7 (src));
1782 OUTS (outf, imm7 (src));
1824 OUTS (outf, imm7 (src));
1838 OUTS (outf, imm7 (src));
  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.cc 4719 HOST_WIDE_INT imm7 = INTVAL (rhs2) >> 2;
4721 if (rem == 0 && (imm7 & ~0x7f) == 0)
4728 imm7 = -INTVAL(rhs2) >> 2;
4731 && rem == 0 && (imm7 & ~0x7f) == 0)
4708 HOST_WIDE_INT imm7 = INTVAL (rhs2) >> 2; local
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2.cc 4713 HOST_WIDE_INT imm7 = INTVAL (rhs2) >> 2;
4715 if (rem == 0 && (imm7 & ~0x7f) == 0)
4722 imm7 = -INTVAL(rhs2) >> 2;
4725 && rem == 0 && (imm7 & ~0x7f) == 0)
4702 HOST_WIDE_INT imm7 = INTVAL (rhs2) >> 2; local
  /src/external/gpl3/gdb/dist/opcodes/
bfin-dis.c 93 { "imm7", 7, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0},
472 #define imm7(x) fmtconst (c_imm7, x, 0, outf) macro
1768 OUTS (outf, imm7 (src));
1782 OUTS (outf, imm7 (src));
1824 OUTS (outf, imm7 (src));
1838 OUTS (outf, imm7 (src));
  /src/external/gpl3/gdb/dist/sim/bfin/
bfin-sim.c 171 { "imm7", 7, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0},
326 #define imm7(x) fmtconst_val (c_imm7, x, 0) macro
2876 int imm = imm7 (src);
2880 TRACE_DECODE (cpu, "%s: imm7:%#x", __func__, imm);
2907 int imm = imm7 (src);
  /src/external/gpl3/gdb.old/dist/opcodes/
bfin-dis.c 93 { "imm7", 7, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0},
472 #define imm7(x) fmtconst (c_imm7, x, 0, outf) macro
1768 OUTS (outf, imm7 (src));
1782 OUTS (outf, imm7 (src));
1824 OUTS (outf, imm7 (src));
1838 OUTS (outf, imm7 (src));
  /src/external/gpl3/gdb.old/dist/sim/bfin/
bfin-sim.c 171 { "imm7", 7, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0},
326 #define imm7(x) fmtconst_val (c_imm7, x, 0) macro
2876 int imm = imm7 (src);
2880 TRACE_DECODE (cpu, "%s: imm7:%#x", __func__, imm);
2907 int imm = imm7 (src);

Completed in 72 milliseconds