Home
last modified time | relevance | path

Searched refs:const0 (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct16x16_msa.c18 const int32_t *const0, int16_t *int_buf) { in fadst16_cols_step1_msa() argument
31 LD_SW2(const0, 4, k0, k1); in fadst16_cols_step1_msa()
32 LD_SW2(const0 + 8, 4, k2, k3); in fadst16_cols_step1_msa()
41 LD_SW2(const0 + 4 * 4, 4, k0, k1); in fadst16_cols_step1_msa()
42 LD_SW2(const0 + 4 * 6, 4, k2, k3); in fadst16_cols_step1_msa()
50 LD_SW2(const0 + 4 * 8, 4, k0, k1); in fadst16_cols_step1_msa()
51 k2 = LD_SW(const0 + 4 * 10); in fadst16_cols_step1_msa()
63 LD_SW2(const0 + 4 * 11, 4, k0, k1); in fadst16_cols_step1_msa()
64 LD_SW2(const0 + 4 * 13, 4, k2, k3); in fadst16_cols_step1_msa()
75 LD_SW2(const0 + 4 * 15, 4, k0, k1); in fadst16_cols_step1_msa()
[all …]
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Ddct_msa.c73 v8i16 const0, const1; in vp8_short_fdct4x4_msa() local
85 SET_DOTP_VALUES(coeff, 0, 1, 2, const0, const1); in vp8_short_fdct4x4_msa()
91 DPADD_SH2_SW(temp0, temp0, const0, const1, out0, out1); in vp8_short_fdct4x4_msa()
108 DPADD_SH2_SW(temp0, temp0, const0, const1, out1, out3); in vp8_short_fdct4x4_msa()
120 v8i16 const0, const1, const2; in vp8_short_fdct8x4_msa() local
154 const0 = RET_1_IF_NZERO_H(in3); in vp8_short_fdct8x4_msa()
162 in1 += const0; in vp8_short_fdct8x4_msa()
/external/v8/test/mjsunit/
Ddebug-evaluate-const.js45 const const0 = 0;
54 assertEquals(0, const0);
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tgsi.c131 struct ureg_src const0, struct ureg_src const1) in vs_normalize_coords() argument
136 ureg_MAD(ureg, tmp, coords, const0, const1); in vs_normalize_coords()
267 struct ureg_src const0, const1; in create_vs() local
278 const0 = ureg_DECL_constant(ureg, 0); in create_vs()
286 src = vs_normalize_coords(ureg, src, const0, const1); in create_vs()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_exa_tgsi.c109 struct ureg_src const0, struct ureg_src const1) in vs_normalize_coords() argument
113 ureg_MAD(ureg, tmp, coords, const0, const1); in vs_normalize_coords()
270 struct ureg_src const0, const1; in create_vs() local
281 const0 = ureg_DECL_constant(ureg, 0); in create_vs()
290 const0, const1); in create_vs()
/external/llvm/test/CodeGen/SystemZ/
Dfp-mul-04.ll165 %const0 = fpext double 1.01 to fp128
166 %extra0 = fmul fp128 %mul0, %const0
/external/libvpx/libvpx/vpx_dsp/mips/
Dfwd_txfm_msa.h337 reg1_right, const0, const1, \ argument
341 v4i32 k0_m = __msa_fill_w((int32_t) const0); \
/external/v8/src/parsing/
Dparser.cc3430 Expression* const0 = factory()->NewSmiLiteral(0, RelocInfo::kNoPosition); in DesugarLexicalBindingsInForStatement() local
3432 Token::ASSIGN, first_proxy, const0, RelocInfo::kNoPosition); in DesugarLexicalBindingsInForStatement()
3479 Expression* const0 = factory()->NewSmiLiteral(0, RelocInfo::kNoPosition); in DesugarLexicalBindingsInForStatement() local
3481 const0, RelocInfo::kNoPosition); in DesugarLexicalBindingsInForStatement()
/external/llvm/docs/
DBitCodeFormat.rst601 #n+1 = icmp eq #n, #const0
609 #n+1 = icmp eq #1, (#n+1)-#const0
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c6145 IRExpr* const0 = is32bit ? mkU32(0) : mkU64(0); in do_trap() local
6166 binop(opCMPEQ, const0, const0), in do_trap()
6188 cond = const0; in do_trap()
6210 binop(opCMPNE, cond, const0), in do_trap()