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

  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct16x16_msa.c 18 const int32_t *const0, int16_t *int_buf) {
31 LD_SW2(const0, 4, k0, k1);
32 LD_SW2(const0 + 8, 4, k2, k3);
41 LD_SW2(const0 + 4 * 4, 4, k0, k1);
42 LD_SW2(const0 + 4 * 6, 4, k2, k3);
50 LD_SW2(const0 + 4 * 8, 4, k0, k1);
51 k2 = LD_SW(const0 + 4 * 10);
63 LD_SW2(const0 + 4 * 11, 4, k0, k1);
64 LD_SW2(const0 + 4 * 13, 4, k2, k3);
75 LD_SW2(const0 + 4 * 15, 4, k0, k1)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
radeon_compiler_optimize_tests.c 59 float const0[4] = {2.0f, 0.0f, 0.0f, 0.0f}; local
63 rc_constants_add_immediate_vec4(&c.Program.Constants, const0);
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
dct_msa.c 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
152 const0 = RET_1_IF_NZERO_H(in3);
160 in1 += const0;
  /external/r8/src/test/java/com/android/tools/r8/ir/regalloc/
IdenticalAfterRegisterAllocationTest.java 50 ConstNumber const0 = new ConstNumber(ConstType.INT, value0, 0); local
  /external/mesa3d/src/mesa/state_tracker/
st_pbo.c 418 struct ureg_src const0; local
456 const0 = ureg_DECL_constant(ureg, 0);
460 /* Note: const0 = [ -xoffset + skip_pixels, -yoffset, stride, image_height ] */
468 /* temp0.xy = temp0.xy + const0.xy */
473 ureg_swizzle(const0,
477 /* temp0.x = const0.z * temp0.y + temp0.x */
479 ureg_scalar(const0, TGSI_SWIZZLE_Z),
484 /* temp0.x = const0.w * layer + temp0.x */
486 ureg_scalar(const0, TGSI_SWIZZLE_W),
  /art/compiler/dex/
inline_method_analyser.cc 61 bool Const0();
118 bool Matcher::Const0() {
185 uint16_t GetZeroVRegMask(const Instruction* const0) {
186 DCHECK(IsInstructionDirectConst(const0->Opcode()));
187 DCHECK((const0->Opcode() == Instruction::CONST_WIDE) ? const0->VRegB_51l() == 0u
188 : const0->VRegB() == 0);
189 uint16_t base_mask = IsInstructionConstWide(const0->Opcode()) ? 3u : 1u;
190 return base_mask << const0->VRegA();
282 &Matcher::Repeated<&Matcher::Const0>,
    [all...]
  /external/webp/src/dsp/
upsampling_msa.c 38 const v4i32 const0 = (v4i32)__msa_fill_w(cnst * 256); \
40 MUL4(in0, const0, in1, const0, in2, const0, in3, const0, \
46 const v4i32 const0 = (v4i32)__msa_fill_w(cnst * 256); \
48 MUL2(in0, const0, in1, const0, temp0, temp1); \
  /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
278 const0 = ureg_DECL_constant(ureg, 0);
286 src = vs_normalize_coords(ureg, src, const0, const1);
  /external/libvpx/libvpx/vpx_dsp/mips/
fwd_txfm_msa.h 328 const0, const1, out0, out1, out2, out3) \
332 v4i32 k0_m = __msa_fill_w((int32_t)const0); \
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
writebarrier.go 142 const0 := f.ConstInt32(line, f.Config.fe.TypeUInt32(), 0)
143 flag = b.NewValue2(line, OpNeq32, f.Config.fe.TypeBool(), flag, const0)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
writebarrier.go 142 const0 := f.ConstInt32(line, f.Config.fe.TypeUInt32(), 0)
143 flag = b.NewValue2(line, OpNeq32, f.Config.fe.TypeBool(), flag, const0)
  /prebuilts/go/darwin-x86/src/go/types/
check_test.go 71 {"testdata/const0.src"},
  /prebuilts/go/linux-x86/src/go/types/
check_test.go 71 {"testdata/const0.src"},
  /external/libyuv/files/source/
row_msa.cc 136 #define ARGBTOY(argb0, argb1, argb2, argb3, const0, const1, const2, shift, \
146 reg0_m = __msa_dotp_u_h(vec0_m, const0); \
147 reg1_m = __msa_dotp_u_h(vec1_m, const0); \
245 #define ARGBTOUV(argb0, argb1, argb2, argb3, const0, const1, const2, const3, \
267 reg0_m -= __msa_dotp_u_h(vec2_m, const0); \
268 reg1_m -= __msa_dotp_u_h(vec3_m, const0); \
    [all...]
  /external/v8/src/parsing/
parser.cc 2302 Expression* const0 = factory()->NewSmiLiteral(0, kNoSourcePosition); local
2352 Expression* const0 = factory()->NewSmiLiteral(0, kNoSourcePosition); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 3733 LLVMValueRef const0 = lp_build_const_int_vec(gallivm, int_type, local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c 1379 struct ureg_src const0, const1; local
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 8328 IRExpr* const0 = is32bit ? mkU32(0) : mkU64(0); local
    [all...]

Completed in 496 milliseconds