/freebsd/sys/contrib/device-tree/src/arm/socionext/ |
H A D | uniphier-ld4.dtsi | 3 // Device Tree Source for UniPhier LD4 SoC 12 compatible = "socionext,uniphier-ld4"; 211 compatible = "socionext,uniphier-ld4-mioctrl", 216 compatible = "socionext,uniphier-ld4-mio-clock"; 221 compatible = "socionext,uniphier-ld4-mio-reset"; 227 compatible = "socionext,uniphier-ld4-perictrl", 232 compatible = "socionext,uniphier-ld4-peri-clock"; 237 compatible = "socionext,uniphier-ld4-peri-reset"; 338 compatible = "socionext,uniphier-ld4-soc-glue", 343 compatible = "socionext,uniphier-ld4-pinctrl"; [all …]
|
H A D | uniphier-ld4-ref.dts | 3 // Device Tree Source for UniPhier LD4 Reference Board 9 #include "uniphier-ld4.dtsi" 14 model = "UniPhier LD4 Reference Board"; 15 compatible = "socionext,uniphier-ld4-ref", "socionext,uniphier-ld4";
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aes-ia64.S | 83 # define LDKEY ld4 132 { .mmi; (p0) ld4 te33=[te33] // 2/0:te3[s3&0xff] 135 { .mmi; (p0) ld4 te30=[te30] // 2/1:te3[s0] 138 { .mmi; (p0) ld4 te22=[te22] // 3/0:te2[s2>>8] 141 { .mmi; (p0) ld4 te23=[te23] // 3/1:te2[s3>>8] 144 { .mmi; (p0) ld4 te20=[te20] // 4/2:te2[s0>>8] 147 { .mmi; (p0) ld4 te00=[te00] // 4/0:te0[s0>>24] 150 { .mmi; (p0) ld4 te21=[te21] // 5/3:te2[s1>>8] 153 { .mmi; (p0) ld4 te01=[te01] // 5/1:te0[s1>>24] 156 { .mmi; (p0) ld4 te11=[te11] // 6/0:te1[s1>>16] [all …]
|
/freebsd/crypto/openssl/crypto/chacha/asm/ |
H A D | chacha-ia64.pl | 57 { .mlx; ld4 @k[4]=[$key],8 59 { .mlx; ld4 @k[5]=[@k[11]],8 61 { .mlx; ld4 @k[6]=[$key],8 63 { .mlx; ld4 @k[7]=[@k[11]],8 65 { .mmi; ld4 @k[8]=[$key],8 66 ld4 @k[9]=[@k[11]],8 68 { .mmi; ld4 @k[10]=[$key] 69 ld4 @k[11]=[@k[11]] 71 { .mmi; ld4 @k[12]=[$counter],8 72 ld4 @k[13]=[@k[15]],8 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/socionext/ |
H A D | uniphier.yaml | 17 - description: LD4 SoC boards 20 - socionext,uniphier-ld4-ref 21 - const: socionext,uniphier-ld4
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | socionext,uniphier-clock.yaml | 17 - socionext,uniphier-ld4-clock 29 - socionext,uniphier-ld4-mio-clock 40 - socionext,uniphier-ld4-peri-clock
|
/freebsd/sys/contrib/device-tree/Bindings/reset/ |
H A D | socionext,uniphier-reset.yaml | 17 - socionext,uniphier-ld4-reset 29 - socionext,uniphier-ld4-mio-reset 41 - socionext,uniphier-ld4-peri-reset
|
/freebsd/sys/contrib/device-tree/Bindings/soc/socionext/ |
H A D | socionext,uniphier-sysctrl.yaml | 21 - socionext,uniphier-ld4-sysctrl 53 const: socionext,uniphier-ld4-sysctrl 63 - socionext,uniphier-ld4-sysctrl
|
H A D | socionext,uniphier-perictrl.yaml | 21 - socionext,uniphier-ld4-perictrl
|
H A D | socionext,uniphier-mioctrl.yaml | 25 - socionext,uniphier-ld4-mioctrl
|
H A D | socionext,uniphier-soc-glue-debug.yaml | 21 - socionext,uniphier-ld4-soc-glue-debug
|
H A D | socionext,uniphier-soc-glue.yaml | 20 - socionext,uniphier-ld4-soc-glue
|
/freebsd/crypto/openssl/crypto/ |
H A D | ia64cpuid.S | 34 { .mii; ld4 r2=[r32] 229 ld4 r8=[r32] };; 240 ld4 r8=[r32] };; 264 ld4 r8=[r32] };; 278 ld4 r8=[r32]
|
/freebsd/sys/contrib/device-tree/src/arm/xilinx/ |
H A D | zynq-zybo-z7.dts | 28 led-ld4 { 29 label = "zynq-zybo-z7:green:ld4";
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.cpp | 598 { AArch64::LD4i8, "ld4", ".b", 1, true, 0 }, 599 { AArch64::LD4i16, "ld4", ".h", 1, true, 0 }, 600 { AArch64::LD4i32, "ld4", ".s", 1, true, 0 }, 601 { AArch64::LD4i64, "ld4", ".d", 1, true, 0 }, 602 { AArch64::LD4i8_POST, "ld4", ".b", 2, true, 4 }, 603 { AArch64::LD4i16_POST, "ld4", ".h", 2, true, 8 }, 604 { AArch64::LD4i32_POST, "ld4", ".s", 2, true, 16 }, 605 { AArch64::LD4i64_POST, "ld4", ".d", 2, true, 32 }, 622 { AArch64::LD4Fourv16b, "ld4", ".16b", 0, false, 0 }, 623 { AArch64::LD4Fourv8h, "ld4", " [all...] |
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha1-ia64.pl | 259 { .mlx; ld4 $h0=[ctx],8 261 { .mlx; ld4 $h1=[tmp0],8 263 { .mlx; ld4 $h2=[ctx],8 265 { .mlx; ld4 $h3=[tmp0] 267 { .mmi; ld4 $h4=[ctx],-16
|
/freebsd/crypto/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ia64.S | 294 ld4 r24=[r10],8 // load nonce 297 { .mmi; ld4 r25=[r11],8 298 ld4 r26=[r10] 301 { .mmi; ld4 r27=[r11]
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | socionext,uniphier-aidet.yaml | 24 - socionext,uniphier-ld4-aidet
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | socionext,uniphier-mio-dmac.yaml | 11 found in UniPhier LD4, Pro4, sLD8 SoCs.
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | socionext,uniphier-pinctrl.yaml | 16 - socionext,uniphier-ld4-pinctrl
|
H A D | nvidia,tegra20-pinmux.yaml | 39 ld2, ld3, ld4, ld5, ld6, ld7, ld8, ld9, ld10, ld11, ld12,
|
H A D | nvidia,tegra20-pinmux.txt | 78 ld0, ld1, ld2, ld3, ld4, ld5, ld6, ld7, ld8, ld9, ld10, ld11, ld12, ld13,
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra20-trimslice.dts | 140 "ld3", "ld4", "ld5", "ld6", "ld7", 254 nvidia,pins = "ld0", "ld1", "ld2", "ld3", "ld4",
|
H A D | tegra20-tamonten.dtsi | 130 "ld3", "ld4", "ld5", "ld6", "ld7", 236 nvidia,pins = "ld0", "ld1", "ld2", "ld3", "ld4",
|
H A D | tegra20-ventana.dts | 154 nvidia,pins = "ld0", "ld1", "ld2", "ld3", "ld4", 261 nvidia,pins = "ld0", "ld1", "ld2", "ld3", "ld4",
|