Searched refs:fp_offset (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_loopfilter.c458 double fp_offset /* clock offset (s) */
479 record_loop_stats(fp_offset, drift_comp, clock_jitter,
494 if (fabs(fp_offset) > clock_panic && clock_panic > 0 &&
498 fp_offset, clock_panic);
515 if ( ( fp_offset > clock_max_fwd && clock_max_fwd > 0)
516 || (-fp_offset > clock_max_back && clock_max_back > 0)) {
517 step_systime(fp_offset);
519 fp_offset);
520 printf("ntpd: time set %+.6fs\n", fp_offset);
522 adj_systime(fp_offset);
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Darm-tdep.c672 int regno, sp_offset, fp_offset, ip_offset; local
776 sp_offset = fp_offset = ip_offset = 0;
845 fp_offset = -imm + ip_offset;
904 cache->frameoffset = fp_offset - sp_offset;
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c5937 delta = oplist[i].fp_offset * caf;
5945 delta = oplist[i].fp_offset * daf;
5955 pc = oplist[i].fp_offset;
5961 pc += oplist[i].fp_offset;
5962 printf(": %jd to %08jx", (intmax_t) oplist[i].fp_offset,
5968 (uintmax_t) oplist[i].fp_offset);
5973 (intmax_t) (oplist[i].fp_offset * daf));
5980 printf(": %ju", (uintmax_t) oplist[i].fp_offset);
5983 printf(": %jd", (intmax_t) (oplist[i].fp_offset * daf));
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf.h195 Dwarf_Signed fp_offset; member in struct:__anon425
H A Dlibdwarf_frame.c952 fop[*count].fp_offset = (x); \
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp3721 // i32 fp_offset;
3742 // l->fp_offset > 304 - num_fp * 16 go to step 7.
3749 llvm::Value *gp_offset = nullptr, *fp_offset = nullptr;
3759 fp_offset = CGF.Builder.CreateLoad(fp_offset_p, "fp_offset");
3762 FitsInFP = CGF.Builder.CreateICmpULE(fp_offset, FitsInFP, "fits_in_fp");
3776 // an offset of l->gp_offset and/or l->fp_offset. This may require
3804 llvm::Value *FPAddr = CGF.Builder.CreateGEP(RegSaveArea, fp_offset);
3842 RegAddr = Address(CGF.Builder.CreateGEP(RegSaveArea, fp_offset),
3853 Address RegAddrLo = Address(CGF.Builder.CreateGEP(RegSaveArea, fp_offset),
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c10701 int fp_offset = 0;
10769 fp_offset = 4;
10774 -fp_offset));
10793 fp_offset = args_to_push;
10802 plus_constant (stack_pointer_rtx, fp_offset));
10928 insn = GEN_INT (-(4 + args_to_push + fp_offset));
10685 int fp_offset = 0; local
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c74 offsetT fp_offset; member in struct:__anon82
3074 unwind.fp_offset = 0;
3726 unwind.fp_offset = unwind.frame_size - offset;
3798 unwind.fp_offset = unwind.frame_size - offset;
3800 unwind.fp_offset -= offset;
17321 unwind.pending_offset += unwind.fp_offset - unwind.frame_size;

Completed in 223 milliseconds