HomeSort by: relevance | last modified time | path
    Searched refs:reglist (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/sys/arch/m68k/fpe/
fpu_emulate.c 338 int reglist; local
345 reglist = (insn->is_word1 & 0x1c00) >> 10;
364 * If reglist is 0b000, treat it as FPIAR. This is not specification
367 if (reglist == 0)
368 reglist = 1;
370 if (reglist == 7) {
372 } else if (reglist == 3 || reglist == 5 || reglist == 6) {
392 if (reglist != 1)
450 int reglist, regmask, regnum; local
    [all...]
  /src/external/gpl2/diffutils/dist/src/
diff.c 756 /* Append to REGLIST the regexp PATTERN. */
759 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)
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-dis.c 489 info->reglist.first_regno = extract_field (self->fields[0], code, 0);
491 info->reglist.num_regs = extract_field (FLD_len, code, 0) + 1;
492 info->reglist.stride = 1;
527 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
535 info->reglist.num_regs = data[value].num_regs;
536 info->reglist.stride = 1;
552 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
558 info->reglist.num_regs = get_opcode_dependent_value (inst->opcode);
559 assert (info->reglist.num_regs >= 1 && info->reglist.num_regs <= 4)
    [all...]
aarch64-asm.c 221 insert_field (self->fields[0], code, info->reglist.first_regno, 0);
223 insert_field (FLD_len, code, info->reglist.num_regs - 1, 0);
240 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
245 switch (info->reglist.num_regs)
255 value = info->reglist.num_regs == 4 ? 0x3 : 0x8;
285 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
288 if (is_ld1r && info->reglist.num_regs == 2)
304 insert_field (self->fields[0], code, info->reglist.first_regno, 0);
320 assert (info->reglist.has_index);
323 insert_field (FLD_Rt, code, info->reglist.first_regno, 0)
    [all...]
aarch64-opc.c 1624 if (opnd->reglist.num_regs != num_regs)
1629 if (opnd->reglist.stride != stride)
2049 if (((opnd->reglist.first_regno % num) != 0)
2051 && opnd->reglist.first_regno > 15)
2053 && opnd->reglist.first_regno < 16))
2068 num = 16 | (opnd->reglist.stride - 1);
2069 if ((opnd->reglist.first_regno & ~num) != 0)
2095 if (opnd->reglist.first_regno > 7)
2431 num_bytes = (is_ld1r ? 1 : prev->reglist.num_regs)
2434 num_bytes = prev->reglist.num_reg
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-dis.c 488 info->reglist.first_regno = extract_field (self->fields[0], code, 0);
490 info->reglist.num_regs = extract_field (FLD_len, code, 0) + 1;
491 info->reglist.stride = 1;
526 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
534 info->reglist.num_regs = data[value].num_regs;
535 info->reglist.stride = 1;
551 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
557 info->reglist.num_regs = get_opcode_dependent_value (inst->opcode);
558 assert (info->reglist.num_regs >= 1 && info->reglist.num_regs <= 4)
    [all...]
aarch64-asm.c 223 insert_field (self->fields[0], code, info->reglist.first_regno, 0);
225 insert_field (FLD_len, code, info->reglist.num_regs - 1, 0);
242 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
247 switch (info->reglist.num_regs)
257 value = info->reglist.num_regs == 4 ? 0x3 : 0x8;
287 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
290 if (is_ld1r && info->reglist.num_regs == 2)
306 insert_field (self->fields[0], code, info->reglist.first_regno, 0);
322 assert (info->reglist.has_index);
325 insert_field (FLD_Rt, code, info->reglist.first_regno, 0)
    [all...]
aarch64-opc.c 1615 if (opnd->reglist.num_regs != num_regs)
1620 if (opnd->reglist.stride != stride)
2006 if ((opnd->reglist.first_regno % num) != 0)
2021 num = 16 | (opnd->reglist.stride - 1);
2022 if ((opnd->reglist.first_regno & ~num) != 0)
2367 num_bytes = (is_ld1r ? 1 : prev->reglist.num_regs)
2370 num_bytes = prev->reglist.num_regs
2674 if (!value_in_range_p (opnd->reglist.index, 0, num))
2707 if (opnd->reglist.stride != 1)
3511 ? ((inst->operands[0].reglist.first_regn
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-dis.c 488 info->reglist.first_regno = extract_field (self->fields[0], code, 0);
490 info->reglist.num_regs = extract_field (FLD_len, code, 0) + 1;
491 info->reglist.stride = 1;
526 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
534 info->reglist.num_regs = data[value].num_regs;
535 info->reglist.stride = 1;
551 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
557 info->reglist.num_regs = get_opcode_dependent_value (inst->opcode);
558 assert (info->reglist.num_regs >= 1 && info->reglist.num_regs <= 4)
    [all...]
aarch64-asm.c 223 insert_field (self->fields[0], code, info->reglist.first_regno, 0);
225 insert_field (FLD_len, code, info->reglist.num_regs - 1, 0);
242 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
247 switch (info->reglist.num_regs)
257 value = info->reglist.num_regs == 4 ? 0x3 : 0x8;
287 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
290 if (is_ld1r && info->reglist.num_regs == 2)
306 insert_field (self->fields[0], code, info->reglist.first_regno, 0);
322 assert (info->reglist.has_index);
325 insert_field (FLD_Rt, code, info->reglist.first_regno, 0)
    [all...]
aarch64-opc.c 1612 if (opnd->reglist.num_regs != num_regs)
1617 if (opnd->reglist.stride != stride)
2001 if ((opnd->reglist.first_regno % num) != 0)
2017 num = 16 | (opnd->reglist.stride - 1);
2018 if ((opnd->reglist.first_regno & ~num) != 0)
2363 num_bytes = (is_ld1r ? 1 : prev->reglist.num_regs)
2366 num_bytes = prev->reglist.num_regs
2665 if (!value_in_range_p (opnd->reglist.index, 0, num))
2698 if (opnd->reglist.stride != 1)
3502 ? ((inst->operands[0].reglist.first_regn
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-dis.c 486 info->reglist.first_regno = extract_field (self->fields[0], code, 0);
488 info->reglist.num_regs = extract_field (FLD_len, code, 0) + 1;
489 info->reglist.stride = 1;
524 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
532 info->reglist.num_regs = data[value].num_regs;
533 info->reglist.stride = 1;
549 info->reglist.first_regno = extract_field (FLD_Rt, code, 0);
555 info->reglist.num_regs = get_opcode_dependent_value (inst->opcode);
556 assert (info->reglist.num_regs >= 1 && info->reglist.num_regs <= 4)
    [all...]
aarch64-asm.c 221 insert_field (self->fields[0], code, info->reglist.first_regno, 0);
223 insert_field (FLD_len, code, info->reglist.num_regs - 1, 0);
240 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
245 switch (info->reglist.num_regs)
255 value = info->reglist.num_regs == 4 ? 0x3 : 0x8;
285 insert_field (FLD_Rt, code, info->reglist.first_regno, 0);
288 if (is_ld1r && info->reglist.num_regs == 2)
304 insert_field (self->fields[0], code, info->reglist.first_regno, 0);
320 assert (info->reglist.has_index);
323 insert_field (FLD_Rt, code, info->reglist.first_regno, 0)
    [all...]
aarch64-opc.c 1615 if (opnd->reglist.num_regs != num_regs)
1620 if (opnd->reglist.stride != stride)
2006 if ((opnd->reglist.first_regno % num) != 0)
2021 num = 16 | (opnd->reglist.stride - 1);
2022 if ((opnd->reglist.first_regno & ~num) != 0)
2367 num_bytes = (is_ld1r ? 1 : prev->reglist.num_regs)
2370 num_bytes = prev->reglist.num_regs
2674 if (!value_in_range_p (opnd->reglist.index, 0, num))
2707 if (opnd->reglist.stride != 1)
3511 ? ((inst->operands[0].reglist.first_regn
    [all...]
  /src/sys/arch/hp300/stand/common/
ite_sti.c 115 u_int addr, eaddr, reglist, tmp; local
156 reglist = parseword1(va, 0x60);
158 tmp = parseword1(va, (reglist & ~3) + i * 0x10);
  /src/external/gpl2/xcvs/dist/diff/
diff.c 729 /* Add the compiled form of regexp PATTERN to REGLIST. */
732 add_regexp (reglist, pattern)
733 struct regexp_list **reglist;
747 r->next = *reglist;
748 *reglist = r;
  /src/external/gpl3/binutils/dist/gas/config/
m68k-parse.y 111 %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
tc-riscv.c 1351 reglist_lookup_internal (char *reglist)
1359 char *token = strtok_r (reglist, ",", &save_tok);
1439 char *reglist = strdup (*s); local
1440 if (reglist != NULL)
1442 char *token = strtok (reglist, "}");
1446 *reg_list = reglist_lookup_internal (reglist);
1454 free (reglist);
tc-aarch64-ginsn.c 70 dw2reg_num = opnd->reglist.first_regno + 64;
  /src/external/gpl3/binutils.old/dist/gas/config/
m68k-parse.y 111 %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
tc-riscv.c 1351 reglist_lookup_internal (char *reglist)
1359 char *token = strtok_r (reglist, ",", &save_tok);
1439 char *reglist = strdup (*s); local
1440 if (reglist != NULL)
1442 char *token = strtok (reglist, "}");
1446 *reg_list = reglist_lookup_internal (reglist);
1454 free (reglist);
tc-aarch64-ginsn.c 70 dw2reg_num = opnd->reglist.first_regno + 64;
  /src/external/gpl3/gdb.old/dist/gdb/arch/
arm-get-next-pcs.c 865 unsigned long reglist = bits (this_instr, 0, 14); local
866 offset = count_one_bits_l (reglist) * 4;
  /src/external/gpl3/gdb/dist/gdb/arch/
arm-get-next-pcs.c 962 unsigned long reglist = bits (this_instr, 0, 14); local
963 offset = count_one_bits_l (reglist) * 4;
  /src/sys/dev/pci/
machfb.c 1016 struct reglist { struct
1020 static const struct reglist reglist_tab[] = {
1031 static const struct reglist plllist_tab[] = {
1050 const struct reglist *r;

Completed in 70 milliseconds

1 2