HomeSort by relevance Sort by last modified time
    Searched refs:SUB (Results 101 - 125 of 313) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/openssl/crypto/bn/asm/
pa-risc2.s 686 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
687 SUB sub_tmp1,%ret1,sub_tmp1 ; t3 = t3- c;
698 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
699 SUB sub_tmp1,%ret1,sub_tmp1 ; t3 = t3- c;
719 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
720 SUB sub_tmp1,%ret1,sub_tmp1 ; t3 = t3- c;
774 SUB %r23,%r7,%r23 ;offset 0x930
776 SUB %r4,%r31,%r25 ;offset 0x934
782 SUB %r31,%r2,%r31 ;offset 0x94c
797 SUB %r5,%r24,%r28 ;offset 0x97
    [all...]
pa-risc2W.s 675 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
676 SUB sub_tmp1,%ret0,sub_tmp1 ; t3 = t3- c;
687 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
688 SUB sub_tmp1,%ret0,sub_tmp1 ; t3 = t3- c;
708 SUB t1,t2,sub_tmp1 ; t3 = t1-t2;
709 SUB sub_tmp1,%ret0,sub_tmp1 ; t3 = t3- c;
781 SUB %r4,%r3,%r4 ; h -= d
836 SUB %r23,%r8,%r23
838 SUB %r4,%r31,%r25
844 SUB %r31,%r6,%r31
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor_ver.s 92 SUB sp, sp, #0xc4
162 SUB tmp2, chrPH, #1 ;// chromaPartHeight-1
163 SUB tmp1, chrPW, #1 ;// chromaPartWidth-1
h264bsd_interpolate_chroma_ver.s 89 SUB sp, sp, #0xc4
154 SUB tmp2, chrPH, #1 ;// chromaPartHeight-1
155 SUB tmp1, chrPW, #1 ;// chromaPartWidth-1
h264bsd_interpolate_ver_quarter.s 89 SUB sp, sp, #0x1e4
353 SUB ref, ref, width, LSL #3 ;// ref -= 8*width;
366 SUB ref, ref, tmp2 ;// ref -= partWidth
368 SUB mb, mb, tmp2; ;// mb -= partWidth
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 10 * distribute, sub license, and/or sell copies of the Software, and to
60 OP12(SUB)
  /external/chromium_org/v8/src/mips/
constants-mips.cc 261 case SUB:
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 176 ADD, SUB, MUL, SDIV, UDIV, SREM, UREM,
193 /// results. The first result is the normal add or sub result, the second
199 /// the add or sub, and the third is the input carry flag. These nodes
200 /// produce two results; the normal result of the add or sub, and the output
202 /// to them to be chained together for add and sub of arbitrarily large
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 10 * distribute, sub license, and/or sell copies of the Software, and to
60 OP12(SUB)
  /external/v8/src/mips/
constants-mips.cc 257 case SUB:
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
syn_filt_neon.s 36 SUB r13, r13, #700 @ y_buf[L_FRAME16k + M16k]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
omxVCCOMM_Copy16x16_s.s 45 SUB Count,step,#8 ;//Count=step-8
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_InterpolateLuma_Align_unsafe_s.S 117 SUB r0,r8,#0x1c
armVCM4P10_Interpolate_Chroma_s.S 37 SUB lr,r1,r10
138 SUB r0,r0,r1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 31 SUB = 0x1a # ^Z
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 31 SUB = 0x1a # ^Z
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /system/core/libpixelflinger/codeflinger/
blending.cpp 465 if (shift>0) SUB(AL, 0, diff.reg, fb.reg, reg_imm(fragment.reg, LSR, shift));
466 else if (shift<0) SUB(AL, 0, diff.reg, fb.reg, reg_imm(fragment.reg, LSL,-shift));
467 else SUB(AL, 0, diff.reg, fb.reg, fragment.reg);
665 SUB(HS, 0, v.reg, v.reg, imm( 1<<v.l ));
  /external/elfutils/backends/
ia64_reloc.def 89 RELOC_TYPE (SUB, 0)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 149 SUB SrcStepMinus1, iSrcStep, Step1
273 SUB pSrc, pSrc, iSrcStep
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 227 new Rop(RegOps.SUB, Type.INT, StdTypeList.INT_INT, "sub-int");
231 new Rop(RegOps.SUB, Type.LONG, StdTypeList.LONG_LONG, "sub-long");
235 new Rop(RegOps.SUB, Type.FLOAT, StdTypeList.FLOAT_FLOAT, "sub-float");
239 new Rop(RegOps.SUB, Type.DOUBLE, StdTypeList.DOUBLE_DOUBLE,
240 Rop.BRANCH_NONE, "sub-double");
388 new Rop(RegOps.SUB, Type.INT, StdTypeList.INT, "sub-const-int")
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java 227 new Rop(RegOps.SUB, Type.INT, StdTypeList.INT_INT, "sub-int");
231 new Rop(RegOps.SUB, Type.LONG, StdTypeList.LONG_LONG, "sub-long");
235 new Rop(RegOps.SUB, Type.FLOAT, StdTypeList.FLOAT_FLOAT, "sub-float");
239 new Rop(RegOps.SUB, Type.DOUBLE, StdTypeList.DOUBLE_DOUBLE,
240 Rop.BRANCH_NONE, "sub-double");
388 new Rop(RegOps.SUB, Type.INT, StdTypeList.INT, "sub-const-int")
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rops.java 227 new Rop(RegOps.SUB, Type.INT, StdTypeList.INT_INT, "sub-int");
231 new Rop(RegOps.SUB, Type.LONG, StdTypeList.LONG_LONG, "sub-long");
235 new Rop(RegOps.SUB, Type.FLOAT, StdTypeList.FLOAT_FLOAT, "sub-float");
239 new Rop(RegOps.SUB, Type.DOUBLE, StdTypeList.DOUBLE_DOUBLE,
240 Rop.BRANCH_NONE, "sub-double");
388 new Rop(RegOps.SUB, Type.INT, StdTypeList.INT, "sub-const-int")
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 56 %token <i> SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT NEXTFILE
84 %left PRINT PRINTF RETURN SPLIT SPRINTF STRING SUB SUBSTR
348 SUB | GSUB
lex.c 42 int sub; member in struct:Keyword
84 { "sub", SUB, SUB },
464 yylval.i = kp->sub;
467 if (kp->sub == FSYSTEM && safe)
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Syn_filt_32_opt.s 206 SUB r14, r14, r6
213 SUB r9, r14, r7, LSL #12 @ sig_lo[i] = L_tmp - (sig_hi[i] << 12)

Completed in 1587 milliseconds

1 2 3 45 6 7 8 91011>>