HomeSort by relevance Sort by last modified time
    Searched full:smmla (Results 1 - 25 of 42) sorted by null

1 2

  /external/llvm/test/CodeGen/ARM/
mulhi.ll 42 ; V6: smmla
48 ; M3-NOT: smmla
  /external/valgrind/none/tests/arm/
v6intARM.c     [all...]
v6intARM.stdout.exp     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_bad_reg.s 574 @ SMMLA
575 smmla r13, r0, r0, r0
576 smmla r15, r0, r0, r0
577 smmla r0, r13, r0, r0
578 smmla r0, r15, r0, r0
579 smmla r0, r0, r13, r0
580 smmla r0, r0, r15, r0
581 smmla r0, r0, r0, r13
582 smmla r0, r0, r0, r15
arch7em.s 88 smmla r0, r0, r0, r0
archv6.s 98 smmla r1,r2,r3,r4
thumb2_bad_reg.l 459 [^:]*:[0-9]+: Error: r13 not allowed here -- `smmla r13,r0,r0,r0'
460 [^:]*:[0-9]+: Error: r15 not allowed here -- `smmla r15,r0,r0,r0'
461 [^:]*:[0-9]+: Error: r13 not allowed here -- `smmla r0,r13,r0,r0'
462 [^:]*:[0-9]+: Error: r15 not allowed here -- `smmla r0,r15,r0,r0'
463 [^:]*:[0-9]+: Error: r13 not allowed here -- `smmla r0,r0,r13,r0'
464 [^:]*:[0-9]+: Error: r15 not allowed here -- `smmla r0,r0,r15,r0'
465 [^:]*:[0-9]+: Error: r13 not allowed here -- `smmla r0,r0,r0,r13'
466 [^:]*:[0-9]+: Error: r15 not allowed here -- `smmla r0,r0,r0,r15'
    [all...]
arch7em-bad.l 77 [^:]*:88: Error: selected processor does not support Thumb mode `smmla r0,r0,r0,r0'
arch7em.d 84 0[0-9a-f]+ <[^>]+> fb50 0000 smmla r0, r0, r0, r0
archv6.d 101 0+174 <[^>]*> e7514312 ? smmla r1, r2, r3, r4
thumb32.s 658 smmla r0, r0, r0, r0
  /external/webrtc/webrtc/common_audio/signal_processing/
resample_by_2.c 44 // smmla to save some cycles.
50 __asm __volatile ("smmla %0, %1, %2, %3": "=r"(result): "r"(diff << 1),
  /frameworks/av/services/audioflinger/
AudioResamplerFirOps.h 109 asm( "smmla %[out], %[v], %[in], %[a] \n"
  /external/aac/libFDK/include/arm/
fixmadd_arm.h 103 asm ("smmla %0, %1, %2, %3;\n"
cplx_mul.h 191 "smmla %1, %3, %4, %1;\n" /* tmp2 += a_Im * b_Re */
  /external/v8/test/cctest/
test-disasm-arm.cc 442 COMPARE(smmla(r0, r1, r2, r3), "e7503211 smmla r0, r1, r2, r3");
443 COMPARE(smmla(r10, r9, r8, r7), "e75a7819 smmla r10, r9, r8, r7");
    [all...]
test-assembler-arm.cc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/arm/armasm/
tables.go 2066 SMMLA
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/
tables.go 2066 SMMLA
    [all...]
  /device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
core_cmSimd.h 664 __ASM volatile ("smmla %0, %1, %2, %3" : "=r" (result): "r" (op1), "r" (op2), "r" (op3) );
  /external/v8/src/arm/
disasm-arm.cc     [all...]
assembler-arm.h 879 void smmla(Register dst, Register src1, Register src2, Register srcA,
    [all...]
simulator-arm.cc     [all...]
  /external/llvm/lib/Target/ARM/
ARMScheduleSwift.td 242 (instregex "MLAS", "MLA", "MLS", "SMMLA", "SMMLAR", "SMMLS", "SMMLSR",
    [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc 570 __ smmla(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1),
    [all...]

Completed in 518 milliseconds

1 2