Home
last modified time | relevance | path

Searched refs:selp (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_lpc.c499 struct pcisel *selp = NULL; in pci_lpc_init() local
525 selp = &sel; in pci_lpc_init()
527 vendor = pci_config_read_reg(selp, nvl, PCIR_VENDOR, 2, LPC_VENDOR); in pci_lpc_init()
528 device = pci_config_read_reg(selp, nvl, PCIR_DEVICE, 2, LPC_DEV); in pci_lpc_init()
529 revid = pci_config_read_reg(selp, nvl, PCIR_REVID, 1, LPC_REVID); in pci_lpc_init()
530 subvendor = pci_config_read_reg(selp, nvl, PCIR_SUBVEND_0, 2, in pci_lpc_init()
532 subdevice = pci_config_read_reg(selp, nvl, PCIR_SUBDEV_0, 2, in pci_lpc_init()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.td731 // Selection instructions (selp)
736 // selp instructions that don't have any pattern matches; we explicitly use
742 !strconcat("selp.", TypeStr, " \t$dst, $a, $b, $p;"), []>;
745 !strconcat("selp.", TypeStr, " \t$dst, $a, $b, $p;"), []>;
748 !strconcat("selp.", TypeStr, " \t$dst, $a, $b, $p;"), []>;
751 !strconcat("selp.", TypeStr, " \t$dst, $a, $b, $p;"), []>;
759 !strconcat("selp.", TypeStr, " \t$dst, $a, $b, $p;"),
764 !strconcat("selp.", TypeStr, " \t$dst, $a, $b, $p;"),
769 !strconcat("selp.", TypeStr, " \t$dst, $a, $b, $p;"),
774 !strconcat("selp.", TypeStr, " \t$dst, $a, $b, $p;"),
[all …]
H A DNVPTXIntrinsics.td89 "selp.u32 \t$dst, 1, 0, %p2; \n\t",
98 "selp.u32 \t$dst, 1, 0, %p2; \n\t",