Home
last modified time | relevance | path

Searched full:extdst (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/display/imx/
H A Dfsl,imx8qxp-dc-pixel-engine.yaml53 "^extdst@[0-9a-f]+$":
59 const: fsl,imx8qxp-dc-extdst
161 extdst@56180980 {
162 compatible = "fsl,imx8qxp-dc-extdst";
176 extdst@561809c0 {
177 compatible = "fsl,imx8qxp-dc-extdst";
191 extdst@56180a00 {
192 compatible = "fsl,imx8qxp-dc-extdst";
206 extdst@56180a40 {
207 compatible = "fsl,imx8qxp-dc-extdst";
H A Dfsl,imx8qxp-dc-extdst.yaml4 $id: http://devicetree.org/schemas/display/imx/fsl,imx8qxp-dc-extdst.yaml#
17 | | ExtDst Unit |
35 const: fsl,imx8qxp-dc-extdst
65 extdst@56180980 {
66 compatible = "fsl,imx8qxp-dc-extdst";
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp6016 Register ExtDst = B.getMRI()->createGenericVirtualRegister(S32); in legalizeBufferLoad() local
6017 B.buildUnmerge({ExtDst, StatusDst}, LoadDstReg); in legalizeBufferLoad()
6018 B.buildTrunc(Dst, ExtDst); in legalizeBufferLoad()