Home
last modified time | relevance | path

Searched refs:ddi (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/sys/sparc64/sbus/
Ddma_sbus.c175 struct dma_devinfo *ddi; in dma_attach() local
255 if ((ddi = dma_setup_dinfo(dev, dsc, child)) == NULL) in dma_attach()
260 ddi->ddi_obdinfo.obd_name); in dma_attach()
261 dma_destroy_dinfo(ddi); in dma_attach()
266 ddi->ddi_obdinfo.obd_name); in dma_attach()
267 dma_destroy_dinfo(ddi); in dma_attach()
270 device_set_ivars(cdev, ddi); in dma_attach()
284 struct dma_devinfo *ddi; in dma_setup_dinfo() local
289 ddi = malloc(sizeof(*ddi), M_DEVBUF, M_WAITOK | M_ZERO); in dma_setup_dinfo()
290 if (ofw_bus_gen_setup_devinfo(&ddi->ddi_obdinfo, node) != 0) { in dma_setup_dinfo()
[all …]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
Ddiff.c599 struct diff_driver_info_t ddi; member
630 dwi->ddi.anchor, in diff_props_changed()
631 dwi->ddi.orig_path_1, in diff_props_changed()
632 dwi->ddi.orig_path_2, in diff_props_changed()
640 dwi->ddi.session_relpath, in diff_props_changed()
679 const char *path1 = dwi->ddi.orig_path_1; in diff_content_changed()
680 const char *path2 = dwi->ddi.orig_path_2; in diff_content_changed()
688 rel_to_dir, dwi->ddi.anchor, in diff_content_changed()
721 dwi->ddi.orig_path_1, in diff_content_changed()
722 dwi->ddi.session_relpath, in diff_content_changed()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DBuiltins.def113 BUILTIN(__builtin_frexp , "ddi*" , "Fn")
124 BUILTIN(__builtin_ldexp , "ddi" , "Fnc")
136 BUILTIN(__builtin_powi , "ddi" , "Fnc")
264 BUILTIN(__builtin_scalbn , "ddi", "Fnc")
844 LIBBUILTIN(frexp, "ddi*", "fn", "math.h", ALL_LANGUAGES)
848 LIBBUILTIN(ldexp, "ddi", "fne", "math.h", ALL_LANGUAGES)
1020 LIBBUILTIN(scalbn, "ddi", "fne", "math.h", ALL_LANGUAGES)
Darm_neon.td333 def VSHR_N : SInst<"vshr_n", "ddi", "csilUcUsUiUlQcQsQiQlQUcQUsQUiQUl">;
334 def VSHL_N : IInst<"vshl_n", "ddi", "csilUcUsUiUlQcQsQiQlQUcQUsQUiQUl">;
335 def VRSHR_N : SInst<"vrshr_n", "ddi", "csilUcUsUiUlQcQsQiQlQUcQUsQUiQUl">;
338 def VQSHL_N : SInst<"vqshl_n", "ddi", "csilUcUsUiUlQcQsQiQlQUcQUsQUiQUl">;
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
DAArch64InstrNEON.td4334 def ddi : NeonI_Scalar2SameMisc<u, 0b11, opcode,
4425 def ddi : NeonI_ScalarShiftImm_size<u, opcode, asmop, FPR64, shr_imm64> {
4454 def ddi : NeonI_ScalarShiftImm_size<u, opcode, asmop, FPR64, shl_imm64> {
4541 def ddi : NeonI_ScalarShiftImm_size<u, opcode, asmop, FPR64, shr_imm64> {
4550 def ddi : Pat<(v1i64 (opnode (v1i64 FPR64:$Rn), (i32 shr_imm64:$Imm))),
4556 def ddi : Pat<(v1i64 (opnode (v1i64 FPR64:$Rn), (i32 shl_imm64:$Imm))),
4611 def ddi : Pat<(f64 (Dopnode (v1i64 FPR64:$Rn), (i32 shr_imm64:$Imm))),
4621 def ddi : Pat<(v1i64 (Dopnode (v1f64 FPR64:$Rn), (i32 shr_imm64:$Imm))),