Home
last modified time | relevance | path

Searched refs:imm7 (Results 1 – 25 of 37) sorted by relevance

12

/netbsd/sys/arch/aarch64/aarch64/
H A Ddb_trace.c389 int64_t imm7 = SignExtend(7, (insn >> 15) & 0x7f, 8); variable
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);
423 lr_off = ssize + imm7;
426 Rt2, imm7);
430 lr_off = ssize + imm7 + 8;
[all …]
H A Ddisasm.c1841 if (imm7 == 0) { in OP5FUNC()
1875 if (imm7 == 0) { in OP5FUNC()
1895 SignExtend(7, imm7, 4)); in OP4FUNC()
1904 SignExtend(7, imm7, 4)); in OP4FUNC()
1909 if (imm7 == 0) { in OP4FUNC()
1919 SignExtend(7, imm7, 4)); in OP4FUNC()
2869 if (imm7 == 0) {
2903 if (imm7 == 0) {
3260 if (imm7 == 0) {
3286 SignExtend(7, imm7, (4 << opc)));
[all …]
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/arm/
H A Dmaverick.c124 imm7 (func_arg *arg, insn_data *data) in imm7() function
125 #define imm7 { imm7 } in imm7() macro
208 mvreg (reg1name, 12), comma, mvreg (reg2name, 16), comma, imm7, \
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dmaverick.c124 imm7 (func_arg *arg, insn_data *data) in imm7() function
125 #define imm7 { imm7 } in imm7() macro
208 mvreg (reg1name, 12), comma, mvreg (reg2name, 16), comma, imm7, \
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/aarch64/
H A Dldst-reg-pair.s46 .irp imm7, -64, -31, -1, 0, 15, 63
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dldst-reg-pair.s46 .irp imm7, -64, -31, -1, 0, 15, 63
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp636 unsigned imm7 = 0; in DecodeTRAP() local
638 imm7 = fieldFromInstruction(insn, 0, 7); in DecodeTRAP()
649 MI.addOperand(MCOperand::createImm(imm7)); in DecodeTRAP()
/netbsd/external/gpl3/gdb/dist/include/opcode/
H A Dnds32.h112 #define N16_TYPE37(op4, rt3, ls, imm7) \ argument
114 | __MF (imm7, 0, 7) | __MF (ls, 7, 1))
/netbsd/external/gpl3/binutils.old/dist/include/opcode/
H A Dnds32.h112 #define N16_TYPE37(op4, rt3, ls, imm7) \ argument
114 | __MF (imm7, 0, 7) | __MF (ls, 7, 1))
/netbsd/external/gpl3/binutils/dist/include/opcode/
H A Dnds32.h112 #define N16_TYPE37(op4, rt3, ls, imm7) \ argument
114 | __MF (imm7, 0, 7) | __MF (ls, 7, 1))
/netbsd/external/gpl3/gdb.old/dist/include/opcode/
H A Dnds32.h112 #define N16_TYPE37(op4, rt3, ls, imm7) \ argument
114 | __MF (imm7, 0, 7) | __MF (ls, 7, 1))
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dbfin-parse.y213 #define imm7(x) EXPR_VALUE (x) macro
240 if (imm7 (reg2) != reg1->regno - 1) in valid_dreg_pair()
1294 if (imm7 ($2) != 0)
1314 $$ = COMPI2OPD (&$1, imm7 ($3), 0);
1319 $$ = COMPI2OPP (&$1, imm7 ($3), 0);
1510 $$ = COMPI2OPP (&$1, imm7 ($3), 1);
1515 $$ = COMPI2OPD (&$1, imm7 ($3), 1);
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dbfin-parse.y213 #define imm7(x) EXPR_VALUE (x) macro
240 if (imm7 (reg2) != reg1->regno - 1) in valid_dreg_pair()
1294 if (imm7 ($2) != 0)
1314 $$ = COMPI2OPD (&$1, imm7 ($3), 0);
1319 $$ = COMPI2OPP (&$1, imm7 ($3), 0);
1510 $$ = COMPI2OPP (&$1, imm7 ($3), 1);
1515 $$ = COMPI2OPD (&$1, imm7 ($3), 1);
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dbfin-parse.y216 #define imm7(x) EXPR_VALUE (x) macro
243 if (imm7 (reg2) != reg1->regno - 1) in valid_dreg_pair()
1297 if (imm7 ($2) != 0)
1317 $$ = COMPI2OPD (&$1, imm7 ($3), 0);
1322 $$ = COMPI2OPP (&$1, imm7 ($3), 0);
1513 $$ = COMPI2OPP (&$1, imm7 ($3), 1);
1518 $$ = COMPI2OPD (&$1, imm7 ($3), 1);
H A Dbfin-parse.c267 #define imm7(x) EXPR_VALUE (x) macro
294 if (imm7 (reg2) != reg1->regno - 1) in valid_dreg_pair()
3596 if (imm7 ((yyvsp[0].expr)) != 0) in yyparse()
3619 (yyval.instr) = COMPI2OPD (&(yyvsp[-3].reg), imm7 ((yyvsp[-1].expr)), 0); in yyparse()
3624 (yyval.instr) = COMPI2OPP (&(yyvsp[-3].reg), imm7 ((yyvsp[-1].expr)), 0); in yyparse()
3851 (yyval.instr) = COMPI2OPP (&(yyvsp[-2].reg), imm7 ((yyvsp[0].expr)), 1); in yyparse()
3856 (yyval.instr) = COMPI2OPD (&(yyvsp[-2].reg), imm7 ((yyvsp[0].expr)), 1); in yyparse()
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dbfin-parse.y213 #define imm7(x) EXPR_VALUE (x) macro
240 if (imm7 (reg2) != reg1->regno - 1) in valid_dreg_pair()
1294 if (imm7 ($2) != 0)
1314 $$ = COMPI2OPD (&$1, imm7 ($3), 0);
1319 $$ = COMPI2OPP (&$1, imm7 ($3), 0);
1510 $$ = COMPI2OPP (&$1, imm7 ($3), 1);
1515 $$ = COMPI2OPD (&$1, imm7 ($3), 1);
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dmep-tdep.c1708 int imm7 = ADD3_16_OFFSET (insn); in mep_analyze_prologue() local
1710 reg[rn] = pv_add_constant (reg[MEP_SP_REGNUM], imm7); in mep_analyze_prologue()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dmep-tdep.c1708 int imm7 = ADD3_16_OFFSET (insn); in mep_analyze_prologue() local
1710 reg[rn] = pv_add_constant (reg[MEP_SP_REGNUM], imm7); in mep_analyze_prologue()
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Dbfin-parse.c259 #define imm7(x) EXPR_VALUE (x) macro
286 if (imm7 (reg2) != reg1->regno - 1) in valid_dreg_pair()
3489 if (imm7 ((yyvsp[0].expr)) != 0) in yyparse()
3512 (yyval.instr) = COMPI2OPD (&(yyvsp[-3].reg), imm7 ((yyvsp[-1].expr)), 0); in yyparse()
3517 (yyval.instr) = COMPI2OPP (&(yyvsp[-3].reg), imm7 ((yyvsp[-1].expr)), 0); in yyparse()
3744 (yyval.instr) = COMPI2OPP (&(yyvsp[-2].reg), imm7 ((yyvsp[0].expr)), 1); in yyparse()
3749 (yyval.instr) = COMPI2OPD (&(yyvsp[-2].reg), imm7 ((yyvsp[0].expr)), 1); in yyparse()
/netbsd/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.c4667 HOST_WIDE_INT imm7 = INTVAL (rhs2) >> 2; in nios2_add_insn_classify() local
4669 if (rem == 0 && (imm7 & ~0x7f) == 0) in nios2_add_insn_classify()
4676 imm7 = -INTVAL(rhs2) >> 2; in nios2_add_insn_classify()
4679 && rem == 0 && (imm7 & ~0x7f) == 0) in nios2_add_insn_classify()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.c4667 HOST_WIDE_INT imm7 = INTVAL (rhs2) >> 2; in nios2_add_insn_classify() local
4669 if (rem == 0 && (imm7 & ~0x7f) == 0) in nios2_add_insn_classify()
4676 imm7 = -INTVAL(rhs2) >> 2; in nios2_add_insn_classify()
4679 && rem == 0 && (imm7 & ~0x7f) == 0) in nios2_add_insn_classify()
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Dbfin-dis.c472 #define imm7(x) fmtconst (c_imm7, x, 0, outf) macro
1768 OUTS (outf, imm7 (src)); in decode_COMPI2opD_0()
1782 OUTS (outf, imm7 (src)); in decode_COMPI2opD_0()
1824 OUTS (outf, imm7 (src)); in decode_COMPI2opP_0()
1838 OUTS (outf, imm7 (src)); in decode_COMPI2opP_0()
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Dbfin-dis.c472 #define imm7(x) fmtconst (c_imm7, x, 0, outf) macro
1768 OUTS (outf, imm7 (src)); in decode_COMPI2opD_0()
1782 OUTS (outf, imm7 (src)); in decode_COMPI2opD_0()
1824 OUTS (outf, imm7 (src)); in decode_COMPI2opP_0()
1838 OUTS (outf, imm7 (src)); in decode_COMPI2opP_0()
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Dbfin-dis.c472 #define imm7(x) fmtconst (c_imm7, x, 0, outf) macro
1768 OUTS (outf, imm7 (src)); in decode_COMPI2opD_0()
1782 OUTS (outf, imm7 (src)); in decode_COMPI2opD_0()
1824 OUTS (outf, imm7 (src)); in decode_COMPI2opP_0()
1838 OUTS (outf, imm7 (src)); in decode_COMPI2opP_0()
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Dbfin-dis.c472 #define imm7(x) fmtconst (c_imm7, x, 0, outf) macro
1768 OUTS (outf, imm7 (src)); in decode_COMPI2opD_0()
1782 OUTS (outf, imm7 (src)); in decode_COMPI2opD_0()
1824 OUTS (outf, imm7 (src)); in decode_COMPI2opP_0()
1838 OUTS (outf, imm7 (src)); in decode_COMPI2opP_0()

12