/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TargetOpcodes.def | 233 /// The following generic opcodes are not supposed to appear after ISel. 247 /// Generic ADD instruction. This is an integer add. 251 /// Generic SUB instruction. This is an integer sub. 254 // Generic multiply instruction. 257 // Generic signed division instruction. 260 // Generic unsigned division instruction. 263 // Generic signed remainder instruction. 266 // Generic unsigned remainder instruction. 269 // Generic signed divrem instruction. 272 // Generic unsigned divrem instruction. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 453 /// \pre \p Res must be a generic virtual register with pointer type. 465 /// \pre \p Res must be a generic virtual register with pointer type. 476 /// \pre \p Res must be a generic virtual register with pointer type 488 /// \pre \p Res must be a generic virtual register with pointer type. 500 /// \pre \p Res and \p Op0 must be generic virtual registers with pointer 502 /// \pre \p Op1 must be a generic virtual register with scalar type. 517 /// \pre \p Op0 must be a generic virtual register with pointer type. 521 /// \post \p Res will either be a new generic virtual register of the same 543 /// \pre \p Res and \p Op0 must be generic virtual registers with pointer 559 /// \pre \p Res and \p Op0 must be generic virtual registers with vector type, [all …]
|
/freebsd/tools/tools/genericize/ |
H A D | genericize.pl | 62 my $generic; 64 $generic = "/usr/src/sys/$machine/conf/GENERIC"; 66 ($generic = $ARGV) =~ s|([^/])+$|GENERIC|; 68 local *GENERIC; 69 open(GENERIC, "<", $generic) 70 or die("$generic: $!\n"); 72 while (<GENERIC>) { 88 die("$generic is for $value, not $machine\n") 116 close(GENERIC);
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_inform.c | 150 if (p_ii->g_or_v.generic.trap_num != in match_inf_rec() 151 p_ii_rec->g_or_v.generic.trap_num) in match_inf_rec() 153 "Differ by InformInfo.Generic.TrapNumber\n"); in match_inf_rec() 154 else if (p_ii->g_or_v.generic.qpn_resp_time_val != in match_inf_rec() 155 p_ii_rec->g_or_v.generic.qpn_resp_time_val) in match_inf_rec() 157 "Differ by InformInfo.Generic.QPNRespTimeVal\n"); in match_inf_rec() 158 else if (p_ii->g_or_v.generic.node_type_msb != in match_inf_rec() 159 p_ii_rec->g_or_v.generic.node_type_msb) in match_inf_rec() 161 "Differ by InformInfo.Generic.NodeTypeMSB\n"); in match_inf_rec() 162 else if (p_ii->g_or_v.generic.node_type_lsb != in match_inf_rec() [all …]
|
H A D | osm_trap_rcv.c | 81 * The generic Aging Tracker mechanism is implemented in the 278 if ((p_ntci->g_or_v.generic.trap_num == CL_HTON16(SM_LINK_INTEGRITY_THRESHOLD_TRAP)) || in log_trap_info() 279 (p_ntci->g_or_v.generic.trap_num == CL_HTON16(SM_BUFFER_OVERRUN_THRESHOLD_TRAP)) || in log_trap_info() 280 (p_ntci->g_or_v.generic.trap_num == CL_HTON16(SM_WATCHDOG_TIMER_EXPIRED_TRAP))) in log_trap_info() 287 "Received Generic Notice type:%u " in log_trap_info() 291 cl_ntoh16(p_ntci->g_or_v.generic.trap_num), in log_trap_info() 292 ib_get_trap_str(p_ntci->g_or_v.generic.trap_num), in log_trap_info() 296 if ((p_ntci->g_or_v.generic.trap_num == CL_HTON16(SM_BAD_PKEY_TRAP)) || in log_trap_info() 297 (p_ntci->g_or_v.generic.trap_num == CL_HTON16(SM_BAD_QKEY_TRAP))) { in log_trap_info() 302 (p_ntci->g_or_v.generic.trap_num == CL_HTON16(257)) ? "P" : "Q", in log_trap_info() [all …]
|
/freebsd/contrib/sendmail/cf/cf/ |
H A D | Makefile | 44 GENERIC=generic-bsd4.4.cf generic-hpux9.cf generic-hpux10.cf \ macro 45 generic-linux.cf generic-mpeix.cf generic-nextstep3.3.cf \ 46 generic-osf1.cf generic-solaris.cf \ 47 generic-sunos4.1.cf generic-ultrix4.cf 54 ALL= submit.cf $(GENERIC) $(OTHER) 59 generic: $(GENERIC) target 97 ${CFDIR}/domain/generic.m4 \ 240 $(GENERIC): $(M4FILES)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | GenericOpcodes.td | 9 // This file defines the generic opcodes used with GlobalISel. 272 // Generic addition. 280 // Generic subtraction. 288 // Generic multiplication. 296 // Generic signed division. 304 // Generic unsigned division. 312 // Generic signed remainder. 320 // Generic unsigned remainder. 328 // Generic signed division and remainder. 336 // Generic unsigned division and remainder. [all …]
|
/freebsd/share/man/man3/ |
H A D | tgmath.3 | 30 .Nd "type-generic macros" 36 provides type-generic macros 56 .Em "generic arguments" . 59 type-generic macro is invoked. 60 If any generic argument has type 67 Else, if any generic argument has type 82 The complex function is called if any of the generic arguments is a 107 complex value to a generic argument invokes undefined behaviour: 160 This prevents the corresponding type-generic macro from working at all.
|
/freebsd/sys/contrib/device-tree/Bindings/ata/ |
H A D | ata-generic.yaml | 4 $id: http://devicetree.org/schemas/ata/ata-generic.yaml# 7 title: Generic Parallel ATA Controller 13 Generic Parallel ATA controllers supporting PIO modes only. 21 - const: ata-generic 34 ata-generic,use16bit: 53 compatible = "arm,vexpress-cf", "ata-generic";
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | generic-xhci.yaml | 4 $id: http://devicetree.org/schemas/usb/generic-xhci.yaml# 15 - description: Generic xHCI device 16 const: generic-xhci 24 - const: generic-xhci 34 - description: Generic xHCI device 81 compatible = "generic-xhci";
|
H A D | usb-uhci.yaml | 7 title: Generic Platform UHCI Controller 15 - const: generic-uhci 23 - const: generic-uhci 48 const: generic-uhci 60 compatible = "generic-uhci"; 69 compatible = "aspeed,ast2500-uhci", "generic-uhci";
|
H A D | usb-xhci.txt | 6 - "generic-xhci" for generic XHCI device 13 When compatible with the generic version, nodes must list the 15 followed by the generic version. 38 compatible = "generic-xhci";
|
H A D | aspeed,usb-vhub.yaml | 20 and 15 generic endpoints, while AST2600 Virtual Hub supports 7 downstream 21 devices and 21 generic endpoints. 46 aspeed,vhub-generic-endpoints: 47 description: Number of generic endpoints supported by the Virtual Hub 108 - aspeed,vhub-generic-endpoints 121 aspeed,vhub-generic-endpoints = <15>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VECallingConv.td | 29 // All arguments get passed in generic registers if there is space. 42 // --> generic 64 bit registers 46 // long double --> pair of generic 64 bit registers 90 // --> generic 64 bit registers 94 // long double --> pair of generic 64 bit registers 105 // vector --> generic vector registers 112 // vector mask --> generic vector mask registers 116 // pair of vector mask --> generic vector mask registers 126 // vector --> generic vector registers 133 // vector mask --> generic vector mask registers [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | nvidia,tegra20-i2c.yaml | 16 - description: Tegra20 has 4 generic I2C controller. This can support 24 generic I2C controller. Driver of DVC I2C controller is only 28 Tegra30 has 5 generic I2C controller. This controller is very much 39 Tegra114 has 5 generic I2C controllers. This controller is very much 52 Tegra124 has 6 generic I2C controllers. These controllers are very 57 Tegra210 has 6 generic I2C controllers. These controllers are very 72 Tegra186 has 9 generic I2C controllers, two of which are in the AON 77 Tegra194 has 8 generic I2C controllers, two of which are in the AON
|
/freebsd/sys/arm/conf/ |
H A D | GENERIC-MMCCAM | 2 # GENERIC-MMCCAM 4 # Custom kernel for GENERIC plus MMCCAM as opposed to the prior MMC stack. 9 include GENERIC 11 ident GENERIC-MMCCAM
|
/freebsd/sys/amd64/conf/ |
H A D | GENERIC-MMCCAM | 2 # GENERIC-MMCCAM 4 # Custom kernel for GENERIC plus MMCCAM as opposed to the prior MMC stack. 9 include GENERIC 11 ident GENERIC-MMCCAM
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | iqs626a.yaml | 63 Specifies the rate at which the trackpad, generic and Hall channels are 93 4: Generic channel 0 94 5: Generic channel 1 95 6: Generic channel 2 170 "^ulp-0|generic-[0-2]|hall$": 202 2: VREG (generic channels only) 207 Enables linearization of the channel's counts (generic and Hall 295 generic channels only). 307 and generic channels only). 315 generic channels only). [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | cdns,macb.yaml | 19 - const: cdns,emac # Generic 25 - const: cdns,gem # Generic 33 - const: cdns,gem # Generic 40 - const: cdns,macb # Generic 47 - const: cdns,macb # Generic 58 - cdns,emac # Generic 59 - cdns,gem # Generic 60 - cdns,macb # Generic
|
/freebsd/crypto/openssl/crypto/perlasm/ |
H A D | x86asm.pl | 33 &generic($opcode,@_) or die "undefined subroutine \&$AUTOLOAD"; 65 { &generic("bswap",@_); } 87 { &::generic("movq",@_); } 98 { &::generic("pextrd",@_); } 106 { &::generic("pinsrd",@_); } 114 { &::generic("pshufb",@_); } 122 { &::generic("palignr",@_); } 130 { &::generic("pclmulqdq",@_); } 138 { &::generic("rdrand",@_); } 146 { &::generic("rdrand",@_); } [all …]
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibsendtrap.c | 80 n->g_or_v.generic.prod_type_lsb = cl_hton16(get_node_type(port)); in build_trap145() 81 n->g_or_v.generic.trap_num = cl_hton16(145); in build_trap145() 89 n->g_or_v.generic.prod_type_lsb = cl_hton16(get_node_type(port)); in build_trap144_local() 90 n->g_or_v.generic.trap_num = cl_hton16(144); in build_trap144_local() 116 n->g_or_v.generic.prod_type_lsb = cl_hton16(get_node_type(port)); in build_trap129() 117 n->g_or_v.generic.trap_num = cl_hton16(129); in build_trap129() 127 n->g_or_v.generic.prod_type_lsb = cl_hton16(get_node_type(port)); in build_trap256_local() 128 n->g_or_v.generic.trap_num = cl_hton16(256); in build_trap256_local() 158 n->g_or_v.generic.prod_type_lsb = cl_hton16(get_node_type(port)); in build_trap257_258() 159 n->g_or_v.generic.trap_num = cl_hton16(trap_num); in build_trap257_258()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_aperture.c | 20 * driver can be active at any given time. Many systems load a generic 22 * During later boot stages, they replace the generic driver with a dedicated, 24 * first has to remove the generic driver. Aperture functions manage 28 * at the top of their probe function. The function removes any generic 76 * generic EFI or VESA drivers, have to register themselves as owners of their 119 * The similar to the previous example, the generic driver claims ownership 123 * If successful, the generic driver is now subject to forced removal by 127 * platform_device_unregister() and the generic driver unloads itself. The 128 * generic driver also has to provide a remove function to make this work. 290 * that is set up by the system firmware and has a generic driver. in aperture_remove_conflicting_devices() [all …]
|
/freebsd/contrib/ntp/libntp/ |
H A D | clocktypes.c | 21 { REFCLK_SPECTRACOM, "Spectracom (generic) Receivers (4)", 23 { REFCLK_TRUETIME, "TrueTime (generic) Receivers (5)", 29 { REFCLK_PARSE, "Generic reference clock driver (8)", 30 "GENERIC" }, 53 { REFCLK_GPS_NMEA, "Generic NMEA GPS Receiver (20)", 79 { REFCLK_DUMBCLOCK, "Dumb generic hh:mm:ss local clock (33)",
|
/freebsd/sys/powerpc/conf/ |
H A D | GENERIC | 2 # GENERIC -- Generic kernel configuration file for FreeBSD/powerpc 21 ident GENERIC 135 device vt # Generic console driver (pulls in OF FB) 191 device cdce # Generic USB over Ethernet 220 device sound # Generic sound driver (required) 231 device virtio # Generic VirtIO bus (required) 240 device hid # Generic HID support 241 device hidbus # Generic HID Bus
|
/freebsd/sys/arm64/conf/ |
H A D | GENERIC-UP | 2 # GENERIC -- Generic kernel configuration file for FreeBSD/arm64 with SMP disabled 20 include GENERIC 21 ident GENERIC-UP
|