/AliOS-Things-master/components/py_engine/tests/inlineasm/ |
A D | asmshift.py | 2 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 D | asmrettype.py | 5 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 D | asmargs.py | 13 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 D | asmbitops.py | 2 def clz(r0): argument 11 def rbit(r0): argument
|
A D | asmdiv.py | 2 def sdiv(r0, r1): argument 7 def udiv(r0, r1): argument
|
A D | asmit.py | 5 def f(r0, r1): argument 15 def g(r0, r1): argument
|
A D | asmsum.py | 2 def asm_sum_words(r0, r1): argument 27 def asm_sum_bytes(r0, r1): argument
|
A D | asmbcc.py | 6 def f(r0): argument
|
A D | asmblbx.py | 5 def f(r0): argument
|
A D | asmfpcmp.py | 2 def f(r0, r1): argument
|
A D | asmfpsqrt.py | 3 def sqrt_test(r0, r1): argument
|
A D | asmfpaddsub.py | 2 def add_sub(r0, r1, r2): argument
|
A D | asmfpldrstr.py | 5 def arrayadd(r0): argument
|
A D | asmfpmuldiv.py | 2 def muldiv(r0, r1, r2): argument
|
A D | asmpushpop.py | 2 def f(r0, r1, r2): argument
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | emitinlinextensa.c | 258 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 D | arm_nn_mat_mult_s8.c | 79 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 D | arm_nn_mat_mult_s8.c | 79 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 D | CrashCatcherPriv.h | 46 uint32_t r0; member
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | lossless_enc_sse41.c | 69 const __m128i r0 = _mm_shuffle_epi8(in0, shuffler_lo); in CollectColorBlueTransforms_SSE41() local
|
A D | enc_msa.c | 424 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 D | dec_msa.c | 691 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 D | poly1305.c | 113 uint32_t r0, r1, r2, r3; in poly1305_process() local
|
A D | bignum.c | 801 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 D | ecc.c | 245 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
|