Home
last modified time | relevance | path

Searched refs:vrs (Results 1 – 25 of 33) sorted by relevance

12

/netbsd/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dunwind-arm.c33 #define VRS_PC(vrs) ((vrs)->core.r[R_PC]) argument
34 #define VRS_SP(vrs) ((vrs)->core.r[R_SP]) argument
35 #define VRS_RETURN(vrs) ((vrs)->core.r[R_LR]) argument
236 ptr = (_uw *) vrs->core.r[R_SP]; in _Unwind_VRS_Pop()
241 vrs->core.r[i] = *(ptr++); in _Unwind_VRS_Pop()
327 sp = (_uw *) vrs->core.r[R_SP]; in _Unwind_VRS_Pop()
353 vrs->core.r[R_SP] = (_uw) sp; in _Unwind_VRS_Pop()
396 sp = (_uw *) vrs->core.r[R_SP]; in _Unwind_VRS_Pop()
403 vrs->core.r[R_SP] = (_uw) sp; in _Unwind_VRS_Pop()
431 sp = (_uw *) vrs->core.r[R_SP]; in _Unwind_VRS_Pop()
[all …]
/netbsd/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dunwind-arm.c33 #define VRS_PC(vrs) ((vrs)->core.r[R_PC]) argument
34 #define VRS_SP(vrs) ((vrs)->core.r[R_SP]) argument
35 #define VRS_RETURN(vrs) ((vrs)->core.r[R_LR]) argument
236 ptr = (_uw *) vrs->core.r[R_SP]; in _Unwind_VRS_Pop()
241 vrs->core.r[i] = *(ptr++); in _Unwind_VRS_Pop()
327 sp = (_uw *) vrs->core.r[R_SP]; in _Unwind_VRS_Pop()
353 vrs->core.r[R_SP] = (_uw) sp; in _Unwind_VRS_Pop()
396 sp = (_uw *) vrs->core.r[R_SP]; in _Unwind_VRS_Pop()
403 vrs->core.r[R_SP] = (_uw) sp; in _Unwind_VRS_Pop()
431 sp = (_uw *) vrs->core.r[R_SP]; in _Unwind_VRS_Pop()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/c6x/
H A Dunwind-c6x.c34 #define VRS_PC(vrs) ((vrs)->core.pc) argument
35 #define VRS_SP(vrs) ((vrs)->core.reg[R_SP]) argument
36 #define VRS_RETURN(vrs) ((vrs)->core.reg[R_B3]) argument
63 restore_non_core_regs (phase1_vrs * vrs __attribute__((unused))) in restore_non_core_regs() argument
89 phase1_vrs *vrs = (phase1_vrs *) context; in _Unwind_VRS_Get() local
98 *(_uw *) valuep = vrs->core.pc; in _Unwind_VRS_Get()
103 *(_uw *) valuep = vrs->core.reg[regno]; in _Unwind_VRS_Get()
120 phase1_vrs *vrs = (phase1_vrs *) context; in _Unwind_VRS_Set() local
129 vrs->core.pc = *(_uw *) valuep; in _Unwind_VRS_Set()
135 vrs->core.reg[regno] = *(_uw *) valuep; in _Unwind_VRS_Set()
/netbsd/external/gpl3/gcc/dist/libgcc/config/c6x/
H A Dunwind-c6x.c34 #define VRS_PC(vrs) ((vrs)->core.pc) argument
35 #define VRS_SP(vrs) ((vrs)->core.reg[R_SP]) argument
36 #define VRS_RETURN(vrs) ((vrs)->core.reg[R_B3]) argument
63 restore_non_core_regs (phase1_vrs * vrs __attribute__((unused))) in restore_non_core_regs() argument
89 phase1_vrs *vrs = (phase1_vrs *) context; in _Unwind_VRS_Get() local
98 *(_uw *) valuep = vrs->core.pc; in _Unwind_VRS_Get()
103 *(_uw *) valuep = vrs->core.reg[regno]; in _Unwind_VRS_Get()
120 phase1_vrs *vrs = (phase1_vrs *) context; in _Unwind_VRS_Set() local
129 vrs->core.pc = *(_uw *) valuep; in _Unwind_VRS_Set()
135 vrs->core.reg[regno] = *(_uw *) valuep; in _Unwind_VRS_Set()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-evrp-analyze.c188 auto_vec<std::pair<tree, value_range_equiv *>, 8> vrs; in record_ranges_from_incoming_edge() local
197 vrs.safe_push (std::make_pair (asserts[i].name, vr)); in record_ranges_from_incoming_edge()
206 for (unsigned i = 0; i < vrs.length (); ++i) in record_ranges_from_incoming_edge()
212 = get_value_range (vrs[i].first); in record_ranges_from_incoming_edge()
214 tem.intersect (vrs[i].second); in record_ranges_from_incoming_edge()
217 vr_values->free_value_range (vrs[i].second); in record_ranges_from_incoming_edge()
220 push_value_range (vrs[i].first, vrs[i].second); in record_ranges_from_incoming_edge()
225 && (SSA_NAME_IS_DEFAULT_DEF (vrs[i].first) in record_ranges_from_incoming_edge()
226 || (gimple_bb (SSA_NAME_DEF_STMT (vrs[i].first)) in record_ranges_from_incoming_edge()
229 set_ssa_range_info (vrs[i].first, vrs[i].second); in record_ranges_from_incoming_edge()
[all …]
H A Dgimple-ssa-evrp-analyze.cc186 auto_vec<std::pair<tree, value_range_equiv *>, 8> vrs; in record_ranges_from_incoming_edge() local
195 vrs.safe_push (std::make_pair (asserts[i].name, vr)); in record_ranges_from_incoming_edge()
204 for (unsigned i = 0; i < vrs.length (); ++i) in record_ranges_from_incoming_edge()
210 = get_value_range (vrs[i].first); in record_ranges_from_incoming_edge()
212 tem.intersect (vrs[i].second); in record_ranges_from_incoming_edge()
215 free_value_range (vrs[i].second); in record_ranges_from_incoming_edge()
218 push_value_range (vrs[i].first, vrs[i].second); in record_ranges_from_incoming_edge()
223 && (SSA_NAME_IS_DEFAULT_DEF (vrs[i].first) in record_ranges_from_incoming_edge()
224 || (gimple_bb (SSA_NAME_DEF_STMT (vrs[i].first)) in record_ranges_from_incoming_edge()
227 set_ssa_range_info (vrs[i].first, vrs[i].second); in record_ranges_from_incoming_edge()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-evrp-analyze.c188 auto_vec<std::pair<tree, value_range_equiv *>, 8> vrs; in record_ranges_from_incoming_edge() local
197 vrs.safe_push (std::make_pair (asserts[i].name, vr)); in record_ranges_from_incoming_edge()
206 for (unsigned i = 0; i < vrs.length (); ++i) in record_ranges_from_incoming_edge()
212 = get_value_range (vrs[i].first); in record_ranges_from_incoming_edge()
214 tem.intersect (vrs[i].second); in record_ranges_from_incoming_edge()
217 vr_values->free_value_range (vrs[i].second); in record_ranges_from_incoming_edge()
220 push_value_range (vrs[i].first, vrs[i].second); in record_ranges_from_incoming_edge()
225 && (SSA_NAME_IS_DEFAULT_DEF (vrs[i].first) in record_ranges_from_incoming_edge()
226 || (gimple_bb (SSA_NAME_DEF_STMT (vrs[i].first)) in record_ranges_from_incoming_edge()
229 set_ssa_range_info (vrs[i].first, vrs[i].second); in record_ranges_from_incoming_edge()
[all …]
H A Dgimple-loop-versioning.cc1487 loop_versioning::prune_loop_conditions (class loop *loop, vr_values *vrs) in prune_loop_conditions() argument
1497 const value_range_equiv *vr = vrs->get_value_range (name); in prune_loop_conditions()
/netbsd/sys/kern/
H A Dsubr_disk_mbr.c259 uint64_t vrs; in scan_iso_vrs_session() local
268 vrs = ((32*1024 + sector_size - 1) / sector_size) in scan_iso_vrs_session()
272 if (read_sector(a, vrs * blks, 1)) in scan_iso_vrs_session()
282 vrs += inc; in scan_iso_vrs_session()
283 if (read_sector(a, vrs * blks, 1)) in scan_iso_vrs_session()
294 vrs += inc; in scan_iso_vrs_session()
295 if (read_sector(a, vrs * blks, 1)) in scan_iso_vrs_session()
/netbsd/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-arm-common.inc126 static void restore_non_core_regs (phase1_vrs * vrs);
432 unwind_phase2 (_Unwind_Control_Block * ucbp, phase2_vrs * vrs)
439 if (get_eit_entry (ucbp, VRS_PC(vrs)) != _URC_OK)
442 UCB_SAVED_CALLSITE_ADDR (ucbp) = VRS_PC(vrs);
451 (_US_UNWIND_FRAME_STARTING, ucbp, (_Unwind_Context *) vrs);
455 (_US_UNWIND_FRAME_STARTING, ucbp, (_Unwind_Context *) vrs);
465 vrs->core.r[FDPIC_REGNUM] = _Unwind_gnu_Find_got (VRS_PC (vrs));
468 uw_restore_core_regs (vrs, &vrs->core);
/netbsd/external/gpl3/gcc/dist/libgcc/
H A Dunwind-arm-common.inc122 static void restore_non_core_regs (phase1_vrs * vrs);
428 unwind_phase2 (_Unwind_Control_Block * ucbp, phase2_vrs * vrs)
435 if (get_eit_entry (ucbp, VRS_PC(vrs)) != _URC_OK)
438 UCB_SAVED_CALLSITE_ADDR (ucbp) = VRS_PC(vrs);
447 (_US_UNWIND_FRAME_STARTING, ucbp, (_Unwind_Context *) vrs);
451 (_US_UNWIND_FRAME_STARTING, ucbp, (_Unwind_Context *) vrs);
461 vrs->core.r[FDPIC_REGNUM] = _Unwind_gnu_Find_got (VRS_PC (vrs));
464 uw_restore_core_regs (vrs, &vrs->core);
/netbsd/external/bsd/flex/dist/doc/
H A DMakefile.am8 *.op *.ops *.pg *.toc *.tp *.tps *.vr *.vrs
H A DMakefile.in368 *.op *.ops *.pg *.toc *.tp *.tps *.vr *.vrs
/netbsd/sys/fs/udf/
H A Dudf_subr.c3536 struct vrs_desc *vrs; in udf_validate_session_start() local
3618 vrs = (struct vrs_desc *) pos; in udf_validate_session_start()
3642 vrs = (struct vrs_desc *) (buffer); in udf_validate_session_start()
3643 vrs->struct_type = 0; in udf_validate_session_start()
3644 vrs->version = 1; in udf_validate_session_start()
3645 memcpy(vrs->identifier,VRS_BEA01, 5); in udf_validate_session_start()
3648 vrs->struct_type = 0; in udf_validate_session_start()
3649 vrs->version = 1; in udf_validate_session_start()
3651 memcpy(vrs->identifier,VRS_NSR02, 5); in udf_validate_session_start()
3657 vrs->struct_type = 0; in udf_validate_session_start()
[all …]
/netbsd/external/gpl2/groff/dist/doc/
H A DMakefile.in146 *.tp *.tps *.tr *.vr *.vrs
/netbsd/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.h733 int vrs; /* vr so far */ member
738 ((CUM).gprs=0, (CUM).fprs=0, (CUM).vrs=0)
/netbsd/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.h753 int vrs; /* vr so far */ member
758 ((CUM).gprs=0, (CUM).fprs=0, (CUM).vrs=0)
/netbsd/external/gpl2/gettext/dist/gettext-tools/doc/
H A DMakefile.am137 gettext.vr gettext.vrs
H A DMakefile.in464 gettext.vrs
675 gettext.tps gettext.vr gettext.vrs gettext.dvi gettext.pdf \
/netbsd/external/gpl3/gdb/dist/readline/readline/doc/
H A DMakefile.in191 *.pgs *.bt *.bts *.rw *.rws *.fns *.kys *.tps *.vrs *.o \
/netbsd/external/gpl3/gdb.old/dist/readline/readline/doc/
H A DMakefile.in191 *.pgs *.bt *.bts *.rw *.rws *.fns *.kys *.tps *.vrs *.o \
/netbsd/sbin/fsck_udf/
H A Dmain.c1138 struct vrs_desc *vrs; in udf_check_vrs9660() local
1173 vrs = (struct vrs_desc *) pos; in udf_check_vrs9660()
1174 if (strncmp((const char *) vrs->identifier, VRS_BEA01, 5) == 0) in udf_check_vrs9660()
1176 if (strncmp((const char *) vrs->identifier, VRS_NSR02, 5) == 0) in udf_check_vrs9660()
1178 if (strncmp((const char *) vrs->identifier, VRS_NSR03, 5) == 0) in udf_check_vrs9660()
1180 if (strncmp((const char *) vrs->identifier, VRS_TEA01, 5) == 0) { in udf_check_vrs9660()
/netbsd/external/bsd/file/dist/magic/magdir/
H A Dwordprocessors147 !:mime application/x-wordperfect-vrs
149 !:ext vrs
/netbsd/external/gpl2/xcvs/dist/doc/
H A DMakefile.in607 cvs.pgs cvs.tmp cvs.toc cvs.tp cvs.tps cvs.vr cvs.vrs \
611 cvsclient.tp cvsclient.tps cvsclient.vr cvsclient.vrs
/netbsd/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A DMakefile.in559 autosprintf.tps autosprintf.vr autosprintf.vrs \

12