Searched refs:devices (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr54098.c18 struct list_head devices; member in struct:pci_bus
45 const typeof( ((typeof(*dev) *)0)->bus_list ) *__mptr = ((&bus->devices)->next);
49 &dev->bus_list != (&bus->devices);
/haiku-buildtools/gcc/gcc/config/m68k/
H A Dgenopt.sh23 ; Generated automatically by genopt.sh from m68k-devices.def,
57 }' $1/m68k-devices.def
/haiku-buildtools/gcc/libgomp/
H A Dtarget.c70 /* Array of descriptors for all available devices. */
71 static struct gomp_device_descr *devices; variable in typeref:struct:gomp_device_descr
73 /* Total number of available devices. */
76 /* Number of GOMP_OFFLOAD_CAP_OPENMP_400 devices. */
135 return &devices[device_id];
777 /* Load image to all initialized devices. */
780 struct gomp_device_descr *devicep = &devices[i];
821 /* Unload image from all initialized devices. */
825 struct gomp_device_descr *devicep = &devices[i];
1212 corresponding devices, firs
[all...]
/haiku-buildtools/gcc/libgcc/config/microblaze/
H A Dmuldi3_hard.S28 # Multiply operation for 64 bit integers, for devices with hard multiply
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_host.cpp3947 std::bitset<MIC_ENGINES_MAX> devices; local
3991 // get number of devices installed in the system
4001 // fill in the list of devices that can be used for offloading
4015 // fallback to using all installed devices
4016 devices.reset();
4018 devices.set(i);
4026 devices.set(num);
4032 // use all available devices
4037 devices.set(i);
4042 mic_engines_total = devices
[all...]
/haiku-buildtools/gcc/contrib/
H A Dgcc_update90 gcc/config/m68k/m68k-tables.opt: gcc/config/m68k/m68k-devices.def gcc/config/m68k/m68k-isas.def gcc/config/m68k/m68k-microarchs.def gcc/config/m68k/genopt.sh
/haiku-buildtools/gcc/libgcc/config/avr/
H A Dlib1funcs.S2323 ;; Reset RAMPZ to 0 so that EBI devices don't read garbage from RAM
2436 ;; Reset RAMPZ to 0 so that EBI devices don't read garbage from RAM
2627 ;; Reset RAMPZ to 0 so that EBI devices don't read garbage from RAM
2764 ;; Reset RAMPZ to 0 so that EBI devices don't read garbage from RAM
/haiku-buildtools/gcc/
H A Dconfigure1473 enable offloading to devices from comma-separated
/haiku-buildtools/binutils/
H A Dconfigure1476 enable offloading to devices from comma-separated

Completed in 216 milliseconds