HomeSort by relevance Sort by last modified time
    Searched refs:SBC (Results 1 - 19 of 19) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor.s 216 SBC mb, mb, tmp2, LSR #20
218 SBC ptrA, ptrA, tmp2, LSR #20
287 SBC mb, mb, tmp2, LSR #20
289 SBC ptrA, ptrA, tmp2, LSR #20
h264bsd_interpolate_chroma_hor_ver.s 240 SBC mb, mb, tmp2, LSR #20
242 SBC ptrA, ptrA, tmp2, LSR #20
329 SBC mb, mb, tmp2, LSR #20
331 SBC ptrA, ptrA, tmp2, LSR #20
h264bsd_interpolate_chroma_ver.s 211 SBC mb, mb, tmp2, LSR #20
213 SBC ptrA, ptrA, tmp2, LSR #20
278 SBC mb, mb, tmp2, LSR #20
280 SBC ptrA, ptrA, tmp2, LSR #20
h264bsd_interpolate_hor_half.s 242 SBC mb, mb, tmp3, LSR #20 ;// -(partWidth-1)-1
243 SBC ref, ref, tmp3, LSR #20 ;// -(partWidth-1)-1
h264bsd_interpolate_hor_quarter.s 264 SBC mb, mb, tmp3, LSR #20 ;// -(partWidth-1)-1
265 SBC ref, ref, tmp3, LSR #20 ;// -(partWidth-1)-1
h264bsd_interpolate_hor_ver_quarter.s 260 SBC mb, mb, tmp6, LSR #20 ;// -(partWidth-1)-1
261 SBC ref, ref, tmp6, LSR #20 ;// -(partWidth-1)-1
527 SBC ref, ref, tmp6, LSR #20 ;// -(partWidth-1)-1
528 SBC mb, mb, tmp6, LSR #20 ;// -(partWidth-1)-1
h264bsd_interpolate_mid_hor.s 156 SBC ref, ref, tmp3, LSR #16 ;// -(partWidth-1)-1
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_inline.h 223 #define sum_accumulate __asm{ SBC x5, x5, x10; /* accumulate low bytes */ \
226 SBC x5, x5, x11; /* accumulate low bytes */ \
395 "SBC %0, %0, %1\n\t" \
398 "SBC %0, %0, %3\n\t" \
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_inline.h 226 #define sum_accumulate __asm{ SBC x5, x5, x10; /* accumulate low bytes */ \
229 SBC x5, x5, x11; /* accumulate low bytes */ \
414 #define sum_accumulate asm volatile("sbc %0, %0, %1\n\t" \
417 "sbc %0, %0, %3\n\t" \
  /external/v8/src/arm/
constants-arm.h 197 SBC = 6 << 21, // Subtract with Carry.
assembler-arm.cc     [all...]
simulator-arm.cc     [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.h 131 SBC = (0x6 << 21),
343 emitInst(static_cast<ARMWord>(cc) | SBC, rd, rn, op2);
348 emitInst(static_cast<ARMWord>(cc) | SBC | SET_CC, rd, rn, op2);
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 264 SBC(int cc, int s, int Rd, int Rn, uint32_t Op2) {
  /external/llvm/test/MC/ARM/
basic-thumb-instructions.s 473 @ SBC
basic-thumb2-instructions.s     [all...]
basic-arm-instructions.s     [all...]
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
gbemu.js     [all...]
  /external/valgrind/main/none/tests/arm/
v6intThumb.stdout.exp     [all...]

Completed in 676 milliseconds