Searched refs:rtz (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/amd64/linux32/ |
| H A D | linux32_machdep.c | 407 struct timezone rtz; in linux_gettimeofday() local 417 rtz.tz_minuteswest = 0; in linux_gettimeofday() 418 rtz.tz_dsttime = 0; in linux_gettimeofday() 419 error = copyout(&rtz, uap->tzp, sizeof(rtz)); in linux_gettimeofday()
|
| /freebsd/sys/kern/ |
| H A D | kern_time.c | 688 struct timezone rtz; in sys_gettimeofday() local 696 rtz.tz_minuteswest = 0; in sys_gettimeofday() 697 rtz.tz_dsttime = 0; in sys_gettimeofday() 698 error = copyout(&rtz, uap->tzp, sizeof (rtz)); in sys_gettimeofday()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoV.td | 1506 defm VFCVT_RTZ_XU_F_V : VCVTI_FV_VS2<"vfcvt.rtz.xu.f.v", 0b010010, 0b00110>; 1507 defm VFCVT_RTZ_X_F_V : VCVTI_FV_VS2<"vfcvt.rtz.x.f.v", 0b010010, 0b00111>; 1521 defm VFWCVT_RTZ_XU_F_V : VWCVTI_FV_VS2<"vfwcvt.rtz.xu.f.v", 0b010010, 0b01110>; 1522 defm VFWCVT_RTZ_X_F_V : VWCVTI_FV_VS2<"vfwcvt.rtz.x.f.v", 0b010010, 0b01111>; 1534 defm VFNCVT_RTZ_XU_F_W : VNCVTI_FV_VS2<"vfncvt.rtz.xu.f.w", 0b010010, 0b10110>; 1535 defm VFNCVT_RTZ_X_F_W : VNCVTI_FV_VS2<"vfncvt.rtz.x.f.w", 0b010010, 0b10111>;
|
| H A D | RISCVInstrInfoZfa.td | 48 let DiagnosticString = "operand must be 'rtz' floating-point rounding mode";
|
| /freebsd/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 951 struct timezone rtz; in freebsd32_gettimeofday() local 961 rtz.tz_minuteswest = 0; in freebsd32_gettimeofday() 962 rtz.tz_dsttime = 0; in freebsd32_gettimeofday() 963 error = copyout(&rtz, uap->tzp, sizeof (rtz)); in freebsd32_gettimeofday()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAMDGPU.td | 469 // and always uses rtz, so is not suitable for implementing the OpenCL 2205 // llvm.amdgcn.interp.p10.rtz.f16 <p>, <i>, <p0>, <high> 2214 // llvm.amdgcn.interp.p2.rtz.f16 <p>, <j>, <tmp>, <high>
|