HomeSort by relevance Sort by last modified time
    Searched full:smlabb (Results 51 - 75 of 81) sorted by null

1 23 4

  /external/valgrind/none/tests/arm/
v6media.stdout.exp     [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant.cpp 383 q_value = smlabb(q_value, coeff, round);
583 q_value = smlabb(q_value, coeff, round);
755 q_value = smlabb(coeff, q_value, round);
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 354 SMLABB(AL, Rx, Ry, txPtr.reg, Rx); // x+y*stride
629 SMLABB(AL, u, v, stride, u); // u+v*stride
735 SMLABB(AL, d, pixel, u, d);
742 SMLABB(AL, d, pixel, u, d);
747 SMLABB(AL, texel.reg, pixel, u, d);
    [all...]
ARMAssemblerInterface.h 304 SMLABB(int cc, int Rd, int Rm, int Rs, int Rn) {
GGLAssembler.cpp 396 SMLABB(AL, Rs, Ry, Rs, Rx); // Rs = Rx + Ry*Rs
432 SMLABB(AL, Rs, Ry, Rs, Rx);
    [all...]
blending.cpp 604 if (vs<16 && fs<16) SMLABB(AL, d.reg, v.reg, f.reg, add.reg);
disassem.c 231 { 0x0ff000f0, 0x01000080, "smlabb", "nmsd" }, // d & n inverted!!
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_basic_op_gcc_armv5.h 266 "smlabb %0, %1, %2, %3"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_bad_reg.l 395 [^:]*:[0-9]+: Error: r13 not allowed here -- `smlabb r13,r0,r0,r0'
396 [^:]*:[0-9]+: Error: r15 not allowed here -- `smlabb r15,r0,r0,r0'
397 [^:]*:[0-9]+: Error: r13 not allowed here -- `smlabb r0,r13,r0,r0'
398 [^:]*:[0-9]+: Error: r15 not allowed here -- `smlabb r0,r15,r0,r0'
399 [^:]*:[0-9]+: Error: r13 not allowed here -- `smlabb r0,r0,r13,r0'
400 [^:]*:[0-9]+: Error: r15 not allowed here -- `smlabb r0,r0,r15,r0'
401 [^:]*:[0-9]+: Error: r13 not allowed here -- `smlabb r0,r0,r0,r13'
402 [^:]*:[0-9]+: Error: r15 not allowed here -- `smlabb r0,r0,r0,r15'
    [all...]
thumb32.d     [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
basic_op_arm_gcc_v5.h 508 asm volatile("smlabb %0, %1, %2, %3"
527 asm volatile("smlabb %0, %1, %2, %3"
basic_op_arm_v5.h 416 smlabb result, L_var1, L_var2, L_var3
427 smlabb result, L_var1, L_var2, L_var3
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/arm/armasm/
tables.go 1746 SMLABB
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/
tables.go 1746 SMLABB
    [all...]
  /system/media/audio_utils/include/audio_utils/
primitives.h     [all...]
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core_c.c 256 "smlabb %[tmp32no2], %[imag], %[imag], %[tmp32no1]\n\t"
  /external/neven/Embedded/common/src/b_BasicEm/
Math.c 584 smlabb accuL, *v1PtrL, *v2PtrL, accuL;
589 smlabb accuL, *v1PtrL, *v2PtrL, accuL;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMScheduleSwift.td 251 (instregex "SMLABB", "SMLABT", "SMLATB", "SMLATT", "SMLSD", "SMLSDX",
    [all...]
ARMScheduleA9.td     [all...]
ARMInstrInfo.td     [all...]
  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 467 case INSTR_SMLABB:a64asm->SMLABB(test.cond, Rd,Rm,Rs,Rn); break;
    [all...]
  /system/core/libpixelflinger/tests/arch-mips64/assembler/
mips64_assembler_test.cpp 429 case INSTR_SMLABB:a64asm->SMLABB(test.cond, Rd,Rm,Rs,Rn); break;
  /external/llvm/test/MC/Disassembler/ARM/
basic-arm-instructions.txt     [all...]
thumb2.txt     [all...]
  /external/llvm/test/MC/ARM/
basic-arm-instructions.s     [all...]

Completed in 1790 milliseconds

1 23 4