Home
last modified time | relevance | path

Searched defs:r0 (Results 1 – 25 of 29) sorted by relevance

12

/AliOS-Things-master/components/py_engine/tests/inlineasm/
A Dasmshift.py2 def lsl1(r0): argument
10 def lsl23(r0): argument
18 def lsr1(r0): argument
26 def lsr31(r0): argument
34 def asr1(r0): argument
42 def asr31(r0): argument
A Dasmrettype.py5 def ret_obj(r0) -> object: argument
13 def ret_bool(r0) -> bool: argument
21 def ret_int(r0) -> int: argument
29 def ret_uint(r0) -> uint: argument
A Dasmargs.py13 def arg1(r0): argument
21 def arg2(r0, r1): argument
29 def arg3(r0, r1, r2): argument
38 def arg4(r0, r1, r2, r3): argument
A Dasmbitops.py2 def clz(r0): argument
11 def rbit(r0): argument
A Dasmdiv.py2 def sdiv(r0, r1): argument
7 def udiv(r0, r1): argument
A Dasmit.py5 def f(r0, r1): argument
15 def g(r0, r1): argument
A Dasmsum.py2 def asm_sum_words(r0, r1): argument
27 def asm_sum_bytes(r0, r1): argument
A Dasmbcc.py6 def f(r0): argument
A Dasmblbx.py5 def f(r0): argument
A Dasmfpcmp.py2 def f(r0, r1): argument
A Dasmfpsqrt.py3 def sqrt_test(r0, r1): argument
A Dasmfpaddsub.py2 def add_sub(r0, r1, r2): argument
A Dasmfpldrstr.py5 def arrayadd(r0): argument
A Dasmfpmuldiv.py2 def muldiv(r0, r1, r2): argument
A Dasmpushpop.py2 def f(r0, r1, r2): argument
/AliOS-Things-master/components/py_engine/engine/py/
A Demitinlinextensa.c258 uint r0 = get_arg_reg(emit, op_str, pn_args[0]); in emit_inline_xtensa_op() local
264 uint r0 = get_arg_reg(emit, op_str, pn_args[0]); in emit_inline_xtensa_op() local
271 uint r0 = get_arg_reg(emit, op_str, pn_args[0]); in emit_inline_xtensa_op() local
295 uint r0 = get_arg_reg(emit, op_str, pn_args[0]); in emit_inline_xtensa_op() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/ConvolutionFunctions/
A Darm_nn_mat_mult_s8.c79 int16x8_t r0 = vldrbq_z_s16(ip_r0, p); in arm_nn_mat_mult_s8() local
139 int16x8_t r0 = vldrbq_z_s16(ip_r0, p); in arm_nn_mat_mult_s8() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/ConvolutionFunctions/
A Darm_nn_mat_mult_s8.c79 int16x8_t r0 = vldrbq_z_s16(ip_r0, p); in arm_nn_mat_mult_s8() local
139 int16x8_t r0 = vldrbq_z_s16(ip_r0, p); in arm_nn_mat_mult_s8() local
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/crash_catcher/
A DCrashCatcherPriv.h46 uint32_t r0; member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless_enc_sse41.c69 const __m128i r0 = _mm_shuffle_epi8(in0, shuffler_lo); in CollectColorBlueTransforms_SSE41() local
A Denc_msa.c424 v8i16 r0, r1, r2, r3; in TM4() local
496 v8i16 r0, r1, r2, r3, r4, r5, r6, r7; in TrueMotion16x16() local
622 v8i16 r0 = (v8i16)__msa_fill_h(left[j + 0]); in TrueMotion8x8() local
A Ddec_msa.c691 v8i16 T, d, r0, r1, r2, r3; in TM4() local
805 v8i16 r0, r1, r2, r3, r4, r5, r6, r7; in TM16() local
905 v8i16 r0 = (v8i16)__msa_fill_h(dst[-1 + 0 * BPS]); in TM8uv() local
/AliOS-Things-master/components/mbedtls/library/
A Dpoly1305.c113 uint32_t r0, r1, r2, r3; in poly1305_process() local
A Dbignum.c801 mbedtls_mpi_uint r0 = 0, r1; in mbedtls_mpi_shift_l() local
851 mbedtls_mpi_uint r0 = 0, r1; in mbedtls_mpi_shift_r() local
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Decc.c245 static void muladd(uECC_word_t a, uECC_word_t b, uECC_word_t *r0, in muladd()
263 uECC_word_t r0 = 0; in uECC_vli_mult() local

Completed in 28 milliseconds

12