Lines Matching +full:1000 +full:- +full:10000
1 // SPDX-License-Identifier: GPL-2.0
19 args->a += 1; in subprog()
20 return args->a; in subprog()
27 __xlated("2: r7 += 1000")
32 __xlated("6: call kernel-function")
53 __xlated("0: *(u64 *)(r10 -8) = r1")
57 __xlated("3: call kernel-function")
61 __xlated("6: r1 = *(u64 *)(r10 -8)")
64 __xlated("9: r6 += 10000")
88 __xlated("2: r7 += 1000")
91 __xlated("4: *(u64 *)(r10 -8) = r1")
95 __xlated("7: call kernel-function")
99 __xlated("10: r1 = *(u64 *)(r10 -8)")
102 __xlated("13: r6 += 10000")
123 __retval(1011) /* PROLOGUE_A [1000] + KFUNC_INC10 + SUBPROG_A [1] */
132 __retval(20022) /* (KFUNC_INC10 + SUBPROG_A [1] + EPILOGUE_A [10000]) * 2 */
141 __retval(22022) /* (PROLOGUE_A [1000] + KFUNC_INC10 + SUBPROG_A [1] + EPILOGUE_A [10000]) * 2 */