HomeSort by: relevance | last modified time | path
    Searched refs:x4 (Results 1 - 25 of 1251) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx53-kp-ddc.dts 108 MX53_PAD_EIM_A16__IPU_DI1_DISP_CLK 0x4
109 MX53_PAD_EIM_DA10__IPU_DI1_PIN15 0x4
110 MX53_PAD_EIM_DA9__IPU_DISP1_DAT_0 0x4
111 MX53_PAD_EIM_DA8__IPU_DISP1_DAT_1 0x4
112 MX53_PAD_EIM_DA7__IPU_DISP1_DAT_2 0x4
113 MX53_PAD_EIM_DA6__IPU_DISP1_DAT_3 0x4
114 MX53_PAD_EIM_DA5__IPU_DISP1_DAT_4 0x4
115 MX53_PAD_EIM_DA4__IPU_DISP1_DAT_5 0x4
116 MX53_PAD_EIM_DA3__IPU_DISP1_DAT_6 0x4
117 MX53_PAD_EIM_DA2__IPU_DISP1_DAT_7 0x4
    [all...]
  /src/sys/external/gpl2/dts/dist/include/dt-bindings/interrupt-controller/
mvebu-icu.h 15 #define ICU_GRP_SEI 0x4
  /src/common/lib/libc/arch/aarch64/string/
memcmp.S 62 ldr x4, [x9], #8 /* load dword from src1 */
64 lsl x4, x4, x3 /* discard leading bytes from data1 */
68 lsr x4, x4, x3 /* discard leading bytes from data1 */
72 subs x0, x4, x6 /* compare data */
78 ldr x4, [x9], #8
80 subs x0, x4, x6
90 mov x4, xzr
99 lsl x4, x4, #32 /* move to MSW *
    [all...]
  /src/common/lib/libc/arch/aarch64/atomic/
atomic_swap_16.S 35 mov x4, x0
36 1: ldxrh w0, [x4]
37 stxrh w3, w1, [x4]
50 mov x4, x0
51 1: ldaxrh w0, [x4]
52 stxrh w3, w1, [x4]
atomic_swap_32.S 35 mov x4, x0
36 1: ldxr w0, [x4]
37 stxr w3, w1, [x4]
48 mov x4, x0
49 1: ldaxr w0, [x4]
50 stxr w3, w1, [x4]
atomic_swap_64.S 35 mov x4, x0
36 1: ldxr x0, [x4]
37 stxr w3, x1, [x4]
50 mov x4, x0
51 1: ldaxr x0, [x4]
52 stxr w3, x1, [x4]
atomic_swap_8.S 35 mov x4, x0
36 1: ldxrb w0, [x4]
37 stxrb w3, w1, [x4]
50 mov x4, x0
51 1: ldaxrb w0, [x4]
52 stxrb w3, w1, [x4]
atomic_nand_16.S 38 mov x4, x0 /* need r0 for return value */
39 1: ldxrh w0, [x4] /* load old value (*ptr) */
42 stxrh w2, w3, [x4] /* try to store */
49 mov x4, x0 /* need r0 for return value */
51 1: ldxrh w0, [x4] /* load old value (*ptr) */
54 stxrh w2, w3, [x4] /* try to store */
70 mov x4, x0 /* need r0 for return value */
71 1: ldxrh w0, [x4] /* load old value (*ptr) */
74 stxrh w2, w0, [x4] /* try to store */
81 mov x4, x0 /* need r0 for return value *
    [all...]
atomic_nand_32.S 38 mov x4, x0 /* need r0 for return value */
39 1: ldxr w0, [x4] /* load old value (*ptr) */
42 stxr w2, w3, [x4] /* try to store */
53 mov x4, x0 /* need r0 for return value */
55 1: ldxr w0, [x4] /* load old value (*ptr) */
58 stxr w2, w3, [x4] /* try to store */
70 mov x4, x0 /* need r0 for return value */
71 1: ldxr w0, [x4] /* load old value (*ptr) */
74 stxr w2, w0, [x4] /* try to store */
85 mov x4, x0 /* need r0 for return value *
    [all...]
atomic_nand_64.S 38 mov x4, x0 /* need r0 for return value */
39 1: ldxr x0, [x4] /* load old value (*ptr) */
42 stxr w3, x2, [x4] /* try to store */
53 mov x4, x0 /* need r0 for return value */
55 1: ldxr x0, [x4] /* load old value (*ptr) */
58 stxr w3, x2, [x4] /* try to store */
70 mov x4, x0 /* need r0 for return value */
71 1: ldxr x0, [x4] /* load old value (*ptr) */
74 stxr w3, x0, [x4] /* try to store */
85 mov x4, x0 /* need r0 for return value *
    [all...]
atomic_nand_8.S 38 mov x4, x0 /* need r0 for return value */
39 1: ldxrb w0, [x4] /* load old value (*ptr) */
42 stxrb w2, w3, [x4] /* try to store */
53 mov x4, x0 /* need r0 for return value */
55 1: ldxrb w0, [x4] /* load old value (*ptr) */
58 stxrb w2, w3, [x4] /* try to store */
70 mov x4, x0 /* need r0 for return value */
71 1: ldxrb w0, [x4] /* load old value (*ptr) */
74 stxrb w2, w0, [x4] /* try to store */
85 mov x4, x0 /* need r0 for return value *
    [all...]
atomic_cas_16.S 35 mov x4, x0 /* we need x0 for return value */
36 1: ldxrh w0, [x4] /* load old value */
39 stxrh w3, w2, [x4] /* store new value */
51 mov x4, x0 /* we need x0 for return value */
53 1: ldxrh w0, [x4] /* load old value */
56 stxrh w3, w2, [x4] /* store new value */
atomic_cas_32.S 35 mov x4, x0 /* we need x0 for return value */
36 1: ldxr w0, [x4] /* load old value */
39 stxr w3, w2, [x4] /* store new value */
54 mov x4, x0 /* we need x0 for return value */
56 1: ldxr w0, [x4] /* load old value */
59 stxr w3, w2, [x4] /* store new value */
atomic_cas_8.S 35 mov x4, x0 /* we need x0 for return value */
36 1: ldxrb w0, [x4] /* load old value */
39 stxrb w3, w2, [x4] /* store new value */
50 mov x4, x0 /* we need x0 for return value */
52 1: ldxrb w0, [x4] /* load old value */
55 stxrb w3, w2, [x4] /* store new value */
atomic_op_asm.h 39 mov x4, x0 ;\
40 1: ldxrb w0, [x4] /* load old value */ ;\
42 stxrb w3, w2, [x4] /* try to store */ ;\
49 mov x4, x0 ;\
51 1: ldxrb w0, [x4] /* load old value */ ;\
53 stxrb w3, w2, [x4] /* try to store */ ;\
61 mov x4, x0 /* need x0 for return value */ ;\
62 1: ldxrb w0, [x4] /* load old value */ ;\
64 stxrb w3, w0, [x4] /* try to store */ ;\
71 mov x4, x0 /* need x0 for return value */ ;
    [all...]
atomic_cas_64.S 35 mov x4, x0 /* we need x0 for return value */
36 1: ldxr x0, [x4] /* load old value */
39 stxr w3, x2, [x4] /* store new value */
58 mov x4, x0 /* we need x0 for return value */
60 1: ldxr x0, [x4] /* load old value */
63 stxr w3, x2, [x4] /* store new value */
  /src/sys/arch/powerpc/ibm4xx/dev/
rgmiireg.h 39 #define FER_CHCFG_RTBI 0x4 /* RTBI enabled */
44 #define RGMII0_SSR 0x4 /* Speed Select Register */
48 #define SSR_SP_1000MBPS 0x4
  /src/sys/arch/hp300/dev/
rtcreg.h 45 #define RTC_REG5_PM 0x4
  /src/sys/arch/hpcmips/dev/
plumreg.h 40 #define PLUM_ID_REGSIZE 0x4
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/northstar2/
ns2-clock.dtsi 45 <0x6501c020 0x4>,
46 <0x6501d04c 0x4>;
58 <0x6501c020 0x4>,
59 <0x6501d054 0x4>;
72 <0x6501c020 0x4>,
73 <0x6501d044 0x4>;
100 <0x6501c020 0x4>,
101 <0x6501d044 0x4>;
  /src/sys/external/gpl2/dts/dist/include/dt-bindings/pmu/
exynos_ppmu.h 18 #define PPMU_WO_REQUEST_CNT 0x4
23 #define PPMU_V2_RO_DATA_CNT 0x4
  /src/bin/pax/
pat_rep.h 48 #define RENM 0x4
  /src/sys/arch/hp300/stand/common/
itereg.h 46 #define FONTADDR 0x4 /* Offset from FONTROM to font address. */
  /src/sys/arch/pmax/pmax/
pmaxtype.h 44 #define DS_3MAXPLUS 0x4 /* DECstation 5000/240 */
  /src/sys/dev/ic/
depcareg.h 73 #define DEPCA_RDP 0x4

Completed in 208 milliseconds

1 2 3 4 5 6 7 8 91011>>