/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
r15-bad.s | 41 smmul r15, r2, r3 42 smmul r1, r15, r3 43 smmul r1, r2, r15
|
r15-bad.l | 38 [^:]*:41: Error: r15 not allowed here -- `smmul r15,r2,r3' 39 [^:]*:42: Error: r15 not allowed here -- `smmul r1,r15,r3' 40 [^:]*:43: Error: r15 not allowed here -- `smmul r1,r2,r15'
|
thumb2_bad_reg.s | 592 @ SMMUL 593 smmul r13, r0, r0 594 smmul r15, r0, r0 595 smmul r0, r13, r0 596 smmul r0, r15, r0 597 smmul r0, r0, r13 598 smmul r0, r0, r15
|
arch7em.s | 121 smmul r0, r0, r0
|
archv6.s | 106 smmul r1,r2,r3
|
arch7em-bad.l | 104 [^:]*:121: Error: selected processor does not support Thumb mode `smmul r0,r0,r0'
|
arch7em.d | 111 0[0-9a-f]+ <[^>]+> fb50 f000 smmul r0, r0, r0
|
archv6.d | 109 0+194 <[^>]*> e751f312 ? smmul r1, r2, r3
|
thumb2_bad_reg.l | 475 [^:]*:[0-9]+: Error: r13 not allowed here -- `smmul r13,r0,r0' 476 [^:]*:[0-9]+: Error: r15 not allowed here -- `smmul r15,r0,r0' 477 [^:]*:[0-9]+: Error: r13 not allowed here -- `smmul r0,r13,r0' 478 [^:]*:[0-9]+: Error: r15 not allowed here -- `smmul r0,r15,r0' 479 [^:]*:[0-9]+: Error: r13 not allowed here -- `smmul r0,r0,r13' 480 [^:]*:[0-9]+: Error: r15 not allowed here -- `smmul r0,r0,r15' [all...] |
thumb32.s | 691 smmul r0, r0, r0
|
/external/llvm/test/CodeGen/Thumb2/ |
thumb2-mulhi.ll | 5 ; CHECK: smmul r0, r1, r0
|
/external/llvm/test/CodeGen/ARM/ |
mulhi.ll | 7 ; V6: smmul
|
/external/aac/libFDK/include/arm/ |
cplx_mul.h | 188 "smmul %0, %2, %4;\n" /* tmp1 = a_Re * b_Re */ 190 "smmul %1, %2, %5;\n" /* tmp2 = a_Re * b_Im */
|
fixmul_arm.h | 113 __asm__ ("smmul %0, %1, %2" : "=r" (result)
|
/external/v8/test/cctest/ |
test-disasm-arm.cc | 445 COMPARE(smmul(r0, r1, r2), "e750f211 smmul r0, r1, r2"); 446 COMPARE(smmul(r8, r9, r10), "e758fa19 smmul r8, r9, r10"); [all...] |
test-assembler-arm.cc | [all...] |
/external/valgrind/none/tests/arm/ |
v6intARM.c | [all...] |
v6intARM.stdout.exp | [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/arm/armasm/ |
tables.go | 2130 SMMUL [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/ |
tables.go | 2130 SMMUL [all...] |
/external/llvm/lib/Target/ARM/ |
ARMScheduleSwift.td | 219 (instregex "MULS", "MUL", "SMMUL", "SMMULR", "SMULBB", "SMULBT", [all...] |
/external/v8/src/compiler/arm/ |
code-generator-arm.cc | 566 __ smmul(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1)); [all...] |
/external/v8/src/arm/ |
assembler-arm.h | 882 void smmul(Register dst, Register src1, Register src2, Condition cond = al); [all...] |
disasm-arm.cc | [all...] |
simulator-arm.cc | [all...] |