HomeSort by relevance Sort by last modified time
    Searched defs:const1 (Results 1 - 11 of 11) sorted by null

  /art/test/441-checker-inliner/src/
Main.java 114 /// CHECK-DAG: <<Const1:i\d+>> IntConstant 1
116 /// CHECK-DAG: <<After:i\d+>> Add [<<Before>>,<<Const1>>]
128 /// CHECK-DAG: <<Const1:i\d+>> IntConstant 1
131 /// CHECK-DAG: <<Add:i\d+>> InvokeStaticOrDirect [<<Const1>>,<<Const3>>{{(,[ij]\d+)?}}]
143 int x, const1, const3, const5; local
144 const1 = 1;
148 x = returnAdd(const1, const3);
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
dct_msa.c 26 #define SET_DOTP_VALUES(coeff, val0, val1, val2, const1, const2) \
30 SPLATI_H3_SH(coeff, val0, val1, val2, tmp0_m, const1, const2); \
31 ILVEV_H2_SH(tmp0_m, const1, const2, tmp0_m, const1, const2); \
72 v8i16 const0, const1; local
84 SET_DOTP_VALUES(coeff, 0, 1, 2, const0, const1);
90 DPADD_SH2_SW(temp0, temp0, const0, const1, out0, out1);
107 DPADD_SH2_SW(temp0, temp0, const0, const1, out1, out3);
118 v8i16 const0, const1, const2; local
130 SET_DOTP_VALUES(coeff, 0, 1, 2, const1, const2)
    [all...]
  /external/libyuv/files/source/
row_dspr2.cc 1230 int const1 = 0xffda0000; local
1290 int const1 = 0x00420000; local
1352 int const1 = 0xffb6ffda; local
1413 int const1 = 0x00810019; local
1470 int const1 = 0x00810042; local
1532 int const1 = 0xffb60070; local
1593 int const1 = 0x00420081; local
1655 int const1 = 0xffb60070; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 128 const1 RN 11 label
340 ;// const1: Serves dual purpose
344 LDR const1, =0x00208020
354 SADD16 colOp00, colOp00, const1
355 SADD16 colOp02, colOp02, const1
364 SADD16 colOp10, colOp10, const1
365 SADD16 colOp12, colOp12, const1
374 SADD16 colOp20, colOp20, const1
375 SADD16 colOp22, colOp22, const1
384 SADD16 colOp30, colOp30, const1
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tgsi.c 131 struct ureg_src const0, struct ureg_src const1)
136 ureg_MAD(ureg, tmp, coords, const0, const1);
267 struct ureg_src const0, const1; local
279 const1 = ureg_DECL_constant(ureg, 1);
286 src = vs_normalize_coords(ureg, src, const0, const1);
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa_tgsi.c 109 struct ureg_src const0, struct ureg_src const1)
113 ureg_MAD(ureg, tmp, coords, const0, const1);
270 struct ureg_src const0, const1; local
282 const1 = ureg_DECL_constant(ureg, 1);
290 const0, const1);
  /external/libavc/common/x86/
ih264_deblk_luma_ssse3.c 864 __m128i i_Ap, i_Aq, diff, const1, const2, in_macro, in_macrotemp, temp, local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 806 LLVMValueRef const1 = lp_build_const_vec(gallivm, f32_type, 1.0); /*1.0 1.0 1.0 1.0*/ local
810 out3 = LLVMBuildFDiv(builder, const1, out3, "");
    [all...]
  /art/compiler/optimizing/
instruction_simplifier.cc 2187 HConstant* const1 = y->GetConstantRight(); local
2258 HConstant* const1 = left->IsConstant() ? left->AsConstant() : y->GetRight()->AsConstant(); local
    [all...]
  /external/v8/src/parsing/
parser.cc 2224 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); local
2278 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); local
2302 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); local
2324 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); local
2370 Expression* const1 = factory()->NewSmiLiteral(1, kNoSourcePosition); local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar 

Completed in 957 milliseconds