Searched refs:const0 (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/mips/msa/
H A Dvp9_fdct16x16_msa.c18 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
17 fadst16_cols_step1_msa(const int16_t *input, int32_t stride, const int32_t *const0, int16_t *int_buf) argument
85 fadst16_cols_step2_msa(int16_t *int_buf, const int32_t *const0, int16_t *out) argument
203 fadst16_rows_step1_msa(int16_t *input, const int32_t *const0, int16_t *int_buf) argument
263 fadst16_rows_step2_msa(int16_t *int_buf, const int32_t *const0, int16_t *out) argument
[all...]
/external/v8/test/mjsunit/
H A Ddebug-evaluate-const.js36 // const0: init before break point, changed by debug eval.
45 const const0 = 0;
54 assertEquals(0, const0);
82 var expectation = { "const0" : 0,
94 evaluate('const0 = 10');
/external/libvpx/libvpx/vp8/encoder/mips/msa/
H A Ddct_msa.c73 v8i16 const0, const1; local
85 SET_DOTP_VALUES(coeff, 0, 1, 2, const0, const1);
91 DPADD_SH2_SW(temp0, temp0, const0, const1, out0, out1);
108 DPADD_SH2_SW(temp0, temp0, const0, const1, out1, out3);
120 v8i16 const0, const1, const2; local
154 const0 = RET_1_IF_NZERO_H(in3);
162 in1 += const0;
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tgsi.c131 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);
129 vs_normalize_coords(struct ureg_program *ureg, struct ureg_src coords, struct ureg_src const0, struct ureg_src const1) argument
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_exa_tgsi.c109 struct ureg_src const0, struct ureg_src const1)
113 ureg_MAD(ureg, tmp, coords, const0, const1);
270 struct ureg_src const0, const1; local
281 const0 = ureg_DECL_constant(ureg, 0);
290 const0, const1);
108 vs_normalize_coords(struct ureg_program *ureg, struct ureg_src coords, struct ureg_src const0, struct ureg_src const1) argument
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dfwd_txfm_msa.h337 reg1_right, const0, const1, \
341 v4i32 k0_m = __msa_fill_w((int32_t) const0); \
/external/v8/src/parsing/
H A Dparser.cc3430 Expression* const0 = factory()->NewSmiLiteral(0, RelocInfo::kNoPosition); local
3432 Token::ASSIGN, first_proxy, const0, RelocInfo::kNoPosition);
3479 Expression* const0 = factory()->NewSmiLiteral(0, RelocInfo::kNoPosition); local
3481 const0, RelocInfo::kNoPosition);
/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c6145 IRExpr* const0 = is32bit ? mkU32(0) : mkU64(0); local
6166 binop(opCMPEQ, const0, const0),
6188 cond = const0;
6210 binop(opCMPNE, cond, const0),

Completed in 1322 milliseconds