Searched refs:reg_no (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/gspa/gspa/
H A Dgsp_act.c77 o->reg_no = reg;
131 o->reg_no = reg;
H A Dgsp_ass.h97 int16_t reg_no; member in struct:operand
H A Dgsp_inst.c468 if ((op0->reg_no & op1->reg_no & GSPA_REGFILE) == 0) {
470 op1->reg_no ^= GSPA_A0 ^ GSPA_B0;
506 rs = op0->reg_no;
508 rd = op1->reg_no;
680 rd = op1->reg_no;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Dneon-docgen.ml195 let rec analyze_shape_elt reg_no elt =
197 Dreg -> "@var{d" ^ (string_of_int reg_no) ^ "}"
198 | Qreg -> "@var{q" ^ (string_of_int reg_no) ^ "}"
199 | Corereg -> "@var{r" ^ (string_of_int reg_no) ^ "}"
213 "[" ^ (analyze_shape_elt reg_no elt) ^ "]"
214 | Element_of_dreg -> (analyze_shape_elt reg_no Dreg) ^ "[@var{0}]"
215 | Element_of_qreg -> (analyze_shape_elt reg_no Qreg) ^ "[@var{0}]"
216 | All_elements_of_dreg -> (analyze_shape_elt reg_no Dreg) ^ "[]"
217 | Alternatives alts -> (analyze_shape_elt reg_no (List.hd alts))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dm68k.c86 int reg_no; member in struct:m68k_frame
862 current_frame.reg_no = saved;
1075 if (current_frame.reg_no >= MIN_MOVEM_REGS)
1076 fsize_with_regs += current_frame.reg_no * GET_MODE_SIZE (SImode);
1133 if (current_frame.reg_no < MIN_MOVEM_REGS)
1136 offset = current_frame.reg_no * GET_MODE_SIZE (SImode);
1158 if (current_frame.reg_no < MIN_MOVEM_REGS)
1179 current_frame.reg_no, D0_REG,
1184 current_frame.reg_no * -GET_MODE_SIZE (SImode),
1185 current_frame.reg_no, D0_RE
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68k/
H A Dm68k.c86 int reg_no; member in struct:m68k_frame
412 current_frame.reg_no = saved;
540 if (TARGET_COLDFIRE && current_frame.reg_no > 2)
541 fsize_with_regs += current_frame.reg_no * 4;
647 if (current_frame.reg_no <= 2)
697 cfa_offset += current_frame.reg_no * 4;
745 return current_frame.reg_no ? false : true;
798 if (TARGET_COLDFIRE && restore_from_sp && (current_frame.reg_no > 2))
799 fsize_with_regs += current_frame.reg_no * 4;
813 if (current_frame.reg_no <
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dregex.c7670 int reg_no;
7692 reg_no = *p1;
7693 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7699 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7700 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7652 int reg_no; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dregex.c7670 int reg_no;
7692 reg_no = *p1;
7693 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7699 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7700 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7652 int reg_no; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dregex.c7667 int reg_no;
7689 reg_no = *p1;
7690 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7696 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7697 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7649 int reg_no; local
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dregex.c7428 int reg_no;
7450 reg_no = *p1;
7451 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7457 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7458 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7407 int reg_no; local
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dregex.c7879 int reg_no;
7901 reg_no = *p1;
7902 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7908 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7909 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7861 int reg_no; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dregex.c7670 int reg_no;
7692 reg_no = *p1;
7693 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7699 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7700 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7652 int reg_no; local
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A Dregex.c7758 int reg_no;
7780 reg_no = *p1;
7781 assert (reg_no > 0 && reg_no <= MAX_REGNUM);
7787 if (REG_MATCH_NULL_STRING_P (reg_info[reg_no]) == MATCH_NULL_UNSET_VALUE)
7788 REG_MATCH_NULL_STRING_P (reg_info[reg_no]) = ret;
7740 int reg_no; local

Completed in 510 milliseconds