Searched refs:reglist (Results 1 - 25 of 51) sorted by relevance

123

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dstm32l4xx-fix-ldm.s18 @ in reglist)
41 @ in reglist)
49 @ in reglist)
66 @ in reglist)
72 @ LDM CASE #4 (used when pc is not in reglist and rx is in
79 @ LDM CASE #5 (used when pc is not in reglist and rx is not in
89 @ LDM CASE #5 bis (used when pc is not in reglist and rx is in
98 @ LDM CASE #6 (used when pc is in reglist and rx is in
107 @ LDM CASE #6 bis (used when pc is in reglist and rx is in
115 @ LDM CASE #7 (used when pc is in reglist an
[all...]
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Ddiff.c759 add_regexp (struct regexp_list *reglist, char const *pattern)
762 char const *m = re_compile_pattern (pattern, patlen, reglist->buf);
768 char *regexps = reglist->regexps;
769 size_t len = reglist->len;
770 bool multiple_regexps = reglist->multiple_regexps = regexps != 0;
771 size_t newlen = reglist->len = len + 2 * multiple_regexps + patlen;
772 size_t size = reglist->size;
782 reglist->size = size;
783 reglist->regexps = regexps = xrealloc (regexps, size);
798 summarize_regexp_list (struct regexp_list *reglist)
758 add_regexp(struct regexp_list *reglist, char const *pattern) argument
797 summarize_regexp_list(struct regexp_list *reglist) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dnios2-dis.c850 unsigned long reglist = 0; local
861 reglist = ((i << 14) & 0x00ffc000);
863 reglist |= (1 << 28);
865 reglist |= (1u << 31);
868 reglist = i << 2;
874 reglist |= (1u << 31);
876 reglist |= (1 << 28);
880 reglist |= nios2_r2_reg_range_mappings[val];
894 if (reglist & (1u << k))
H A Daarch64-dis.c431 info->reglist.first_regno = extract_field (self->fields[0], code, 0);
433 info->reglist.num_regs = extract_field (FLD_len, code, 0) + 1;
468 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
476 info->reglist.num_regs = data[value].num_regs;
492 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
498 info->reglist.num_regs = get_opcode_dependent_value (inst->opcode);
499 assert (info->reglist.num_regs >= 1 && info->reglist.num_regs <= 4);
502 if (info->reglist.num_regs == 1 && value == (aarch64_insn) 1)
503 info->reglist
[all...]
H A Daarch64-asm.c202 insert_field (self->fields[0], code, info->reglist.first_regno, 0);
204 insert_field (FLD_len, code, info->reglist.num_regs - 1, 0);
221 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
226 switch (info->reglist.num_regs)
236 value = info->reglist.num_regs == 4 ? 0x3 : 0x8;
266 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
269 if (is_ld1r && info->reglist.num_regs == 2)
290 assert (info->reglist.has_index);
293 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
299 QSsize = info->reglist
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dnios2-dis.c846 unsigned long reglist = 0; local
857 reglist = ((i << 14) & 0x00ffc000);
859 reglist |= (1 << 28);
861 reglist |= (1u << 31);
864 reglist = i << 2;
870 reglist |= (1u << 31);
872 reglist |= (1 << 28);
876 reglist |= nios2_r2_reg_range_mappings[val];
890 if (reglist & (1u << k))
H A Daarch64-asm.c191 insert_field (self->fields[0], code, info->reglist.first_regno, 0);
193 insert_field (FLD_len, code, info->reglist.num_regs - 1, 0);
210 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
215 switch (info->reglist.num_regs)
225 value = info->reglist.num_regs == 4 ? 0x3 : 0x8;
255 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
258 if (is_ld1r && info->reglist.num_regs == 2)
279 assert (info->reglist.has_index);
282 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
288 QSsize = info->reglist
[all...]
H A Daarch64-dis.c419 info->reglist.first_regno = extract_field (self->fields[0], code, 0);
421 info->reglist.num_regs = extract_field (FLD_len, code, 0) + 1;
456 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
464 info->reglist.num_regs = data[value].num_regs;
480 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
486 info->reglist.num_regs = get_opcode_dependent_value (inst->opcode);
487 assert (info->reglist.num_regs >= 1 && info->reglist.num_regs <= 4);
490 if (info->reglist.num_regs == 1 && value == (aarch64_insn) 1)
491 info->reglist
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dnios2-dis.c850 unsigned long reglist = 0; local
861 reglist = ((i << 14) & 0x00ffc000);
863 reglist |= (1 << 28);
865 reglist |= (1u << 31);
868 reglist = i << 2;
874 reglist |= (1u << 31);
876 reglist |= (1 << 28);
880 reglist |= nios2_r2_reg_range_mappings[val];
894 if (reglist & (1u << k))
H A Daarch64-asm.c202 insert_field (self->fields[0], code, info->reglist.first_regno, 0);
204 insert_field (FLD_len, code, info->reglist.num_regs - 1, 0);
221 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
226 switch (info->reglist.num_regs)
236 value = info->reglist.num_regs == 4 ? 0x3 : 0x8;
266 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
269 if (is_ld1r && info->reglist.num_regs == 2)
290 assert (info->reglist.has_index);
293 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
299 QSsize = info->reglist
[all...]
H A Daarch64-dis.c430 info->reglist.first_regno = extract_field (self->fields[0], code, 0);
432 info->reglist.num_regs = extract_field (FLD_len, code, 0) + 1;
467 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
475 info->reglist.num_regs = data[value].num_regs;
491 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
497 info->reglist.num_regs = get_opcode_dependent_value (inst->opcode);
498 assert (info->reglist.num_regs >= 1 && info->reglist.num_regs <= 4);
501 if (info->reglist.num_regs == 1 && value == (aarch64_insn) 1)
502 info->reglist
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dnios2-dis.c850 unsigned long reglist = 0; local
861 reglist = ((i << 14) & 0x00ffc000);
863 reglist |= (1 << 28);
865 reglist |= (1u << 31);
868 reglist = i << 2;
874 reglist |= (1u << 31);
876 reglist |= (1 << 28);
880 reglist |= nios2_r2_reg_range_mappings[val];
894 if (reglist & (1u << k))
H A Daarch64-dis.c440 info->reglist.first_regno = extract_field (self->fields[0], code, 0);
442 info->reglist.num_regs = extract_field (FLD_len, code, 0) + 1;
477 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
485 info->reglist.num_regs = data[value].num_regs;
501 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
507 info->reglist.num_regs = get_opcode_dependent_value (inst->opcode);
508 assert (info->reglist.num_regs >= 1 && info->reglist.num_regs <= 4);
511 if (info->reglist.num_regs == 1 && value == (aarch64_insn) 1)
512 info->reglist
[all...]
H A Daarch64-asm.c202 insert_field (self->fields[0], code, info->reglist.first_regno, 0);
204 insert_field (FLD_len, code, info->reglist.num_regs - 1, 0);
221 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
226 switch (info->reglist.num_regs)
236 value = info->reglist.num_regs == 4 ? 0x3 : 0x8;
266 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
269 if (is_ld1r && info->reglist.num_regs == 2)
290 assert (info->reglist.has_index);
293 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
299 QSsize = info->reglist
[all...]
/netbsd-current/sys/arch/m68k/fpe/
H A Dfpu_emulate.c330 int reglist; local
334 reglist = (insn->is_word1 & 0x1c00) >> 10;
344 if (reglist != 1 && reglist != 2 && reglist != 4 &&
351 if (reglist & 4) {
371 if (reglist & 2) {
391 if (reglist & 1) {
420 int reglist, regmask, regnum; local
442 reglist
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dnios2-tdep.c604 unsigned long mach, unsigned int *reglist,
613 *reglist = 1 << 31;
615 *reglist |= (1 << 28);
619 *reglist |= nios2_r2_reg_range_mappings[val];
632 *reglist = ((rawmask << 14) & 0x00ffc000);
634 *reglist |= (1 << 28);
636 *reglist |= (1 << 31);
639 *reglist = rawmask << 2;
654 unsigned long mach, unsigned int *reglist,
663 *reglist
603 nios2_match_stwm(uint32_t insn, const struct nios2_opcode *op, unsigned long mach, unsigned int *reglist, int *ra, int *imm, int *wb, int *id) argument
653 nios2_match_ldwm(uint32_t insn, const struct nios2_opcode *op, unsigned long mach, unsigned int *reglist, int *ra, int *imm, int *wb, int *id, int *ret) argument
1242 unsigned int reglist; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dnios2-tdep.c604 unsigned long mach, unsigned int *reglist,
613 *reglist = 1 << 31;
615 *reglist |= (1 << 28);
619 *reglist |= nios2_r2_reg_range_mappings[val];
632 *reglist = ((rawmask << 14) & 0x00ffc000);
634 *reglist |= (1 << 28);
636 *reglist |= (1 << 31);
639 *reglist = rawmask << 2;
654 unsigned long mach, unsigned int *reglist,
663 *reglist
603 nios2_match_stwm(uint32_t insn, const struct nios2_opcode *op, unsigned long mach, unsigned int *reglist, int *ra, int *imm, int *wb, int *id) argument
653 nios2_match_ldwm(uint32_t insn, const struct nios2_opcode *op, unsigned long mach, unsigned int *reglist, int *ra, int *imm, int *wb, int *id, int *ret) argument
1242 unsigned int reglist; local
[all...]
/netbsd-current/sys/arch/hp300/stand/common/
H A Dite_sti.c118 u_int addr, eaddr, reglist, tmp; local
159 reglist = parseword1(va, 0x60);
161 tmp = parseword1(va, (reglist & ~3) + i * 0x10);
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Ddiff.c732 add_regexp (reglist, pattern)
733 struct regexp_list **reglist;
747 r->next = *reglist;
748 *reglist = r;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dm68k-parse.y111 %type <mask> reglist ireglist reglistpair
192 | reglist
607 reglist: label
619 /* We use ireglist when we know we are looking at a reglist, and we
621 reglist to reduce to reglistreg, it would be ambiguous whether a
H A Dtc-nios2.c1561 /* This function parses a reglist for ldwm/stwm and push.n/pop.n
1648 as_bad ("invalid register set in reglist");
1656 as_bad ("reglist must include ra (r31)");
1663 as_bad ("reglist must include at least one register");
1667 /* OK, reglist passed validation. */
2701 unsigned long reglist = nios2_parse_reglist (buf, op);
2704 if (reglist == 0)
2711 if (reglist & 0x00003ffc)
2712 mask = reglist >> 2;
2716 mask = (reglist
2695 unsigned long reglist = nios2_parse_reglist (buf, op); local
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dm68k-parse.y111 %type <mask> reglist ireglist reglistpair
192 | reglist
607 reglist: label
619 /* We use ireglist when we know we are looking at a reglist, and we
621 reglist to reduce to reglistreg, it would be ambiguous whether a
H A Dtc-nios2.c1556 /* This function parses a reglist for ldwm/stwm and push.n/pop.n
1643 as_bad ("invalid register set in reglist");
1651 as_bad ("reglist must include ra (r31)");
1658 as_bad ("reglist must include at least one register");
1662 /* OK, reglist passed validation. */
2696 unsigned long reglist = nios2_parse_reglist (buf, op);
2699 if (reglist == 0)
2706 if (reglist & 0x00003ffc)
2707 mask = reglist >> 2;
2711 mask = (reglist
2690 unsigned long reglist = nios2_parse_reglist (buf, op); local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dm68k-parse.y111 %type <mask> reglist ireglist reglistpair
192 | reglist
607 reglist: label
619 /* We use ireglist when we know we are looking at a reglist, and we
621 reglist to reduce to reglistreg, it would be ambiguous whether a
H A Dtc-nios2.c1561 /* This function parses a reglist for ldwm/stwm and push.n/pop.n
1648 as_bad ("invalid register set in reglist");
1656 as_bad ("reglist must include ra (r31)");
1663 as_bad ("reglist must include at least one register");
1667 /* OK, reglist passed validation. */
2701 unsigned long reglist = nios2_parse_reglist (buf, op);
2704 if (reglist == 0)
2711 if (reglist & 0x00003ffc)
2712 mask = reglist >> 2;
2716 mask = (reglist
2695 unsigned long reglist = nios2_parse_reglist (buf, op); local
[all...]

Completed in 718 milliseconds

123