Searched defs:rd2 (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_tilegx_helpers.c212 ULong rd2, ULong rd3)
233 return __insn_addxsc(rd1, rd2);
248 if( rd2 <= rd3)
249 mask = (-1ULL << rd2) ^ ((-1ULL << rd3) << 1);
251 mask = (-1ULL << rd2) | (-1ULL >> (63 - rd3));
359 return __insn_fsingle_add1(rd1, rd2);
363 return __insn_fsingle_addsub2(rd0, rd1, rd2);
367 return __insn_fsingle_mul1(rd1, rd2);
371 return __insn_fsingle_mul2(rd1, rd2);
379 return __insn_fsingle_pack2(rd1, rd2);
210 tilegx_dirtyhelper_gen( ULong opc, ULong rd0, ULong rd1, ULong rd2, ULong rd3) argument
1092 tilegx_dirtyhelper_gen( ULong opc, ULong rd0, ULong rd1, ULong rd2, ULong rd3 ) argument
[all...]
/external/clang/test/SemaCXX/
H A Dreferences.cpp47 double& rd2 = 2.0; // expected-error{{non-const lvalue reference to type 'double' cannot bind to a temporary of type 'double'}} local
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp106 double& rd2 = 2.0; // expected-error{{non-const lvalue reference to type 'double' cannot bind to a temporary of type 'double'}} member in namespace:std_example_2
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c472 int64_t rd1, rd2, rd; local
531 rd2 = RDCOST(x->rdmult, x->rddiv, 0, sse);
534 rd = MIN(rd1, rd2);
537 (rd1 > rd2 && !xd->lossless);
1365 int64_t ssz, rd, rd1, rd2; local
1391 rd2 = RDCOST(x->rdmult, x->rddiv, 0, thissse >> 2);
1392 rd = MIN(rd1, rd2);

Completed in 904 milliseconds