Searched refs:Vd (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Ddisasm-arm.cc90 void FormatNeonList(int Vd, int type);
367 // vmov.32 has Vd in a different place.
399 void Decoder::FormatNeonList(int Vd, int type) { argument
402 "{d%d}", Vd);
405 "{d%d, d%d}", Vd, Vd + 1);
408 "{d%d, d%d, d%d}", Vd, Vd + 1, Vd + 2);
411 "{d%d, d%d, d%d, d%d}", Vd, V
1546 int Vd = (instr->Bit(22) << 3) | (instr->VdValue() >> 1); local
1560 int Vd = (instr->Bit(22) << 3) | (instr->VdValue() >> 1); local
1572 int Vd = (instr->Bit(22) << 4) | instr->VdValue(); local
1585 int Vd = (instr->Bit(22) << 4) | instr->VdValue(); local
[all...]
H A Dsimulator-arm.cc3454 int Vd = (instr->Bit(22) << 3) | (instr->VdValue() >> 1); local
3468 set_q_register(Vd, reinterpret_cast<uint64_t*>(to));
3478 int Vd = (instr->Bit(22) << 3) | (instr->VdValue() >> 1); local
3492 set_q_register(Vd, reinterpret_cast<uint64_t*>(to));
3500 int Vd = (instr->Bit(22) << 4) | instr->VdValue(); local
3526 get_d_register(Vd + r, data);
3541 int Vd = (instr->Bit(22) << 4) | instr->VdValue(); local
3569 set_d_register(Vd + r, data);
H A Dassembler-arm.cc2156 // Vd(15-12) | 1011(11-8) | offset
2252 // Vd(15-12) | 1011(11-8) | (offset/4)
2491 // Vd(15-12) | 101(11-9) | sz=1(8) | imm4L(3-0)
2578 // cond(31-28) | 11101(27-23) | D(22) | 11(21-20) | 0000(19-16) | Vd(15-12) |
2596 // Vd(19-16) | Rt(15-12) | 1011(11-8) | D(7) | opc2=00(6-5) | 1(4) | 0000(3-0)
2756 int D, Vd, M, Vm; local
2758 SplitRegCode(dst_type, dst_code, &Vd, &D);
2764 // Vd(15-12) | 101(11-9) | sz(8) | op(7) | 1(6) | M(5) | 0(4) | Vm(3-0)
2781 Vd*B12 | 0x5*B9 | sz*B8 | op*B7 | B6 | M*B5 | Vm);
2786 // Vd(1
[all...]
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h376 inline Variable(const Variable &Vd, SExpr *D);
542 inline Variable::Variable(const Variable &Vd, SExpr *D) // rewrite constructor argument
543 : SExpr(Vd), Name(Vd.Name), Definition(D), Cvdecl(Vd.Cvdecl),
545 Flags = Vd.kind();
746 Function(Variable *Vd, SExpr *Bd) argument
747 : SExpr(COP_Function), VarDecl(Vd), Body(Bd) {
748 Vd->setKind(Variable::VK_Fun);
750 Function(const Function &F, Variable *Vd, SExp argument
796 SFunction(Variable *Vd, SExpr *B) argument
802 SFunction(const SFunction &F, Variable *Vd, SExpr *B) argument
1763 Let(Variable *Vd, SExpr *Bd) argument
1766 Let(const Let &L, Variable *Vd, SExpr *Bd) argument
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-raytrace.js507 var Vd = this.position.dot(ray.direction);
508 if(Vd == 0) return info; // no intersection
510 var t = -(this.position.dot(ray.position) + this.d) / Vd;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-raytrace.js507 var Vd = this.position.dot(ray.direction);
508 if(Vd == 0) return info; // no intersection
510 var t = -(this.position.dot(ray.position) + this.d) / Vd;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-raytrace.js476 var Vd = this.position.dot(ray.direction);
477 if(Vd == 0) return info; // no intersection
479 var t = -(this.position.dot(ray.position) + this.d) / Vd;
/external/chromium_org/v8/benchmarks/
H A Draytrace.js481 var Vd = this.position.dot(ray.direction);
482 if(Vd == 0) return info; // no intersection
484 var t = -(this.position.dot(ray.position) + this.d) / Vd;
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1247 unsigned Vd = fieldFromInstruction(Val, 8, 5); local
1251 if (regs == 0 || (Vd + regs) > 32) {
1252 regs = Vd + regs > 32 ? 32 - Vd : regs;
1257 if (!Check(S, DecodeSPRRegisterClass(Inst, Vd, Address, Decoder)))
1260 if (!Check(S, DecodeSPRRegisterClass(Inst, ++Vd, Address, Decoder)))
1271 unsigned Vd = fieldFromInstruction(Val, 8, 5); local
1275 if (regs == 0 || regs > 16 || (Vd + regs) > 32) {
1276 regs = Vd + regs > 32 ? 32 - Vd
4880 unsigned Vd = (fieldFromInstruction(Insn, 12, 4) << 0); local
4910 unsigned Vd = (fieldFromInstruction(Insn, 12, 4) << 0); local
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_arm_defs.c4535 UInt Vd = regD & 0xF; local
4541 amt & 0xF, Vd, X0101, BITS4(L,Q,M,1), Vm);
H A Dguest_arm_toIR.c14269 cond 1110 1D11 1p1U Vd 101f x1i0 imm4
14284 UInt Vd = INSN(15,12); local
14294 UInt d = dp_op ? ((bD << 4) | Vd) : ((Vd << 1) | bD);
/external/chromium_org/third_party/dom_distiller_js/package/js/
H A Ddomdistiller.js522 function _d(a,b,c){var d,e,f,g,h,i,j,k,l,m;h=null;g=b.hasAttribute('ITEMSCOPE')&&b.hasAttribute(pw);i=c?ce(b):ji(Zk,Ku,1,0,0);if(g){h=Yd(b);!!h&&h.d!=(De(),Ce)&&(!c||c.d!=(De(),Ce)||i.length==0)&&js(a.c,h)}if(i.length>0&&c.d!=(De(),Ce)&&(!h||h.d!=(De(),Ce))){for(f=0;f<i.length;++f){h?(co(c.b,i[f])&&lo(c.b,i[f],h),undefined):ge(c,i[f],(j=$u,k=b.tagName,co(Vd,k)&&(j=bi(b,ti(go(Vd,k),1))),!j.length&&(j=b.textContent),j))}}!a.b.length&&(a.b=(l=$u,m=b.tagName,(Dp(m,av)||Dp(m,lw))&&Dp(b.getAttribute('REL')||$u,Qv)&&(l=b.textContent),l));e=b.childNodes;for(f=0;f<e.length;++f){d=e[f];if(d.nodeType!=1)continue;_d(a,d,h?h:c)}}
526 function Xd(){Xd=Gu;Wd=new yo;lo(Wd,'http://schema.org/ImageObject',(De(),ze));lo(Wd,'http://schema.org/Article',ye);lo(Wd,'http://schema.org/BlogPosting',ye);lo(Wd,'http://schema.org/NewsArticle',ye);lo(Wd,'http://schema.org/ScholarlyArticle',ye);lo(Wd,'http://schema.org/TechArticle',ye);lo(Wd,'http://schema.org/Person',Be);lo(Wd,'http://schema.org/Organization',Ae);lo(Wd,'http://schema.org/Corporation',Ae);lo(Wd,'http://schema.org/EducationalOrganization',Ae);lo(Wd,'http://schema.org/GovernmentOrganization',Ae);lo(Wd,'http://schema.org/NGO',Ae);Vd=new yo;lo(Vd,xv,hw);lo(Vd,'AUDIO',hw);lo(Vd,iw,hw);lo(Vd,jw,hw);lo(Vd,'SOURCE',hw);lo(Vd,'TRACK',hw);lo(Vd,b
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
H A Dh264-svc-99-640x360.rtpdump310 9�˸@������H��Y,T�_�(�Ҙ_��b�1t���?�<�XU*�2r��t��1ӻ�0��X�c%b��'��f��f.���wr8>����.�� �%����;1�? ��@p�Θ�����׿? �|-� �)aAb��A�gC���p0n��n��_��"tL��@#��c��,��4�d��u�"�`�t$� ���-��z��C�_����cT �x�8"��.�0pT��s���K~P�<Å-�'���ʖQ�ۏ-�NMtD�H��Y����#Ea�ƍ����SAg�a�Fy� ���Ŵ�Xx*\��E*hB�P�����yO�tV ��ˊM�ב۵��RR��CIa��P�ف��wD�~���M�4�Ӊ� x�:�������Yg/uNaØ8�t�;�ч�z�9z�M'�o"�2b�zW����9�P�4K ;-0+�a �Z#I��������/�U��n�`�#� �f�S�%8�c��\ r9"h���g��0.�O����?J[ mآ��3 7��L��v�;��oU��������-���#�:+�{� ���1���'�1(��s��]��Vd|aXF�d�3^֌�7��������(G� V�S{��Dq���Y�/�~� ��(��?R��@iZ�e�QX}$����@NS��� w|�i������&�j�$��X}A@�Nٶ�ӈ�G�YG�o���&���u&M �;�*�`��w+H�����6��y�ء���װ�k��\0�b�����-��C�9�V�6Ȧv<�v�%�'~���G�Ed<�A����>8�� A����,5b$�m�ǭ_.����%�+2�iw�D��'x���O���j~1�#���|�A?������rP�C�8ڼ��!F� \[��8��
2530 �ׅ^��#͕ ��6h�a<�f[� ��He6��*e0ym�E�9^�ͦ������C�x#׳K ��.踜�¶�3�}"d��Ia߲|33�i��`Lw�p�<��]ӭ��g�a�lϾ��a�$+z0��R��w{W�a�:o�6��mFl�[.����`�c$�i@z!��ýVdg�g��Q�#��_z�������� �针�~���—�M$��� ڵ�5h�`�{z���(K���)���G)��pɃ�h)"��B�Me-I�I_&q�!���P}o;តkZ6tm���{Y#h�3)@����٥� ��B�[Z�
4634 <���?��莚�? ����€l�Z����0[?�����x�G�ɠ �g@�VD�`Q�<���O��(d�-�iuGYE{F]���NZ0V��2:�tdӺ���cL��Л4��0G��3Q�+8w+ߧ�wZ���͉�u|M����9��%g�= o� �f3o�u�F����eT f��U�D���H��� o��*f�7����������H?�-)�w� �*���(m �O�^2��3��"��C�%���LWg��"7'�����쿅ee�U�x� g��ctBС��ș&�H�k���,���1���3Y��|�����PG�<�-�k�H�d��1i����~FԜ��M}l�S۵U��M��xfٖ#ʾ@Y������_BzbQ����iUs��h� �;���[3�W��8�|q}b�8�?�a��-r�-p&��WiD�'�bšv�m��,O�:Z��Α/J<�Of|o��|�i���Vd�t񋅷���wr�+b��؟��O����������'ে~[��︛��"؟���"������&��ޑ��f��f��z0r��g����g�ȁ�2��λmm���h'�T�ws���O�e�v'�y��U~#�껉���-�iu��c�e�-����\�ݺ���͎b� �B��L���<S�45�^�½��gwuX�7Ɖ�Ut��[�p_v7ӿ�| ��-YpP˂�'�O�� J, �����O(�Q�m<� Vhf6���=p �L���_������g؟��?�ò�'����
7826 _i���� ��������+k����, �� A�`��_�_���y!��(�����f��fG�LA r�8>��5�P4���WrJΠZN��� �������,��м6`ہ2�|� T~��;��|~ͺ���c3�����"K�Vd� ��������/��&�0Y�~aK�@��6̅���Ҹ���6ǰ�(b�=iv�

Completed in 3692 milliseconds