/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrAltivec.td | 269 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC), 270 !strconcat(opc, " $vD, $vA, $vB, $vC"), IIC_VecFP, 271 [(set Ty:$vD, (IntID Ty:$vA, Ty:$vB, Ty:$vC))]>; 277 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC), 278 !strconcat(opc, " $vD, $vA, $vB, $vC"), IIC_VecFP, 279 [(set OutTy:$vD, (IntID InTy:$vA, InTy:$vB, InTy:$vC))]>; 285 : VAForm_1a<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB, vrrc:$vC), 286 !strconcat(opc, " $vD, $vA, $vB, $vC"), IIC_VecFP, 288 (IntID In1Ty:$vA, In1Ty:$vB, In2Ty:$vC))]>; 292 : VXForm_1<xo, (outs vrrc:$vD), (ins vrrc:$vA, vrrc:$vB), [all …]
|
D | README_P9.txt | 23 (set i64:$rD, (int_ppc_altivec_vextublx i64:$rA, v16i8:$vB)) 24 (set i64:$rD, (int_ppc_altivec_vextuhlx i64:$rA, v8i16:$vB)) 25 (set i64:$rD, (int_ppc_altivec_vextuwlx i64:$rA, v4i32:$vB)) 28 (set i64:$rD, (int_ppc_altivec_vextubrx i64:$rA, v16i8:$vB)) 29 (set i64:$rD, (int_ppc_altivec_vextuhrx i64:$rA, v8i16:$vB)) 30 (set i64:$rD, (int_ppc_altivec_vextuwrx i64:$rA, v4i32:$vB)) 41 (set i64:$rD, (int_ppc_altivec_vclzlsbb v16i8:$vB)) 42 (set i64:$rD, (int_ppc_altivec_vctzlsbb v16i8:$vB)) 46 (set v16i8:$vD, (cttz v16i8:$vB)) // vctzb 47 (set v8i16:$vD, (cttz v8i16:$vB)) // vctzh [all …]
|
D | PPCInstrVSX.td | 1836 : X_RD5_XO5_RS5<opcode, xo2, xo, (outs vrrc:$vT), (ins vrrc:$vB), 1837 !strconcat(opc, " $vT, $vB"), IIC_VecFP, pattern>; 1848 : X_RD5_XO5_RS5<opcode, xo2, xo, (outs vrrc:$vT), (ins vbtype:$vB), 1849 !strconcat(opc, " $vT, $vB"), IIC_VecFP, pattern>; 1873 : XForm_1<opcode, xo, (outs vrrc:$vT), (ins vrrc:$vA, vrrc:$vB), 1874 !strconcat(opc, " $vT, $vA, $vB"), IIC_VecFP, pattern>; 2006 (outs vrrc:$vT), (ins u1imm:$r, vrrc:$vB, u2imm:$rmc), 2007 !strconcat(opc, " $r, $vT, $vB, $rmc"), IIC_VecFP, pattern> { 2025 // vB NOTE: only vB.dword[0] is used, that's why we don't use 2027 def XSIEXPQP : XForm_18<63, 868, (outs vrrc:$vT), (ins vrrc:$vA, vsfrc:$vB), [all …]
|
D | p9-instrs.txt | 291 (outs vrrc:$vT), (ins u5imm:$R, vrrc:$vB, u2imm:$RMC), 292 "xsrqpxp $vT, $R, $vB, $RMC"), IIC_VecFP, []>;
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCInstrAltivec.td | 170 : VAForm_1a<xo, (outs VRRC:$vD), (ins VRRC:$vA, VRRC:$vB, VRRC:$vC), 171 !strconcat(opc, " $vD, $vA, $vB, $vC"), VecFP, 172 [(set VRRC:$vD, (IntID VRRC:$vA, VRRC:$vB, VRRC:$vC))]>; 176 : VXForm_1<xo, (outs VRRC:$vD), (ins VRRC:$vA, VRRC:$vB), 177 !strconcat(opc, " $vD, $vA, $vB"), VecFP, 178 [(set VRRC:$vD, (IntID VRRC:$vA, VRRC:$vB))]>; 182 : VXForm_2<xo, (outs VRRC:$vD), (ins VRRC:$vB), 183 !strconcat(opc, " $vD, $vB"), VecFP, 184 [(set VRRC:$vD, (IntID VRRC:$vB))]>; 224 def MTVSCR : VXForm_5<1604, (outs), (ins VRRC:$vB), [all …]
|
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_ppc.h | 94 ppc_vaddfp(struct ppc_function *p,uint vD, uint vA, uint vB); 98 ppc_vsubfp(struct ppc_function *p, uint vD, uint vA, uint vB); 102 ppc_vminfp(struct ppc_function *p, uint vD, uint vA, uint vB); 106 ppc_vmaxfp(struct ppc_function *p, uint vD, uint vA, uint vB); 110 ppc_vmaddfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC); 114 ppc_vnmsubfp(struct ppc_function *p, uint vD, uint vA, uint vB, uint vC); 118 ppc_vcmpgtfpx(struct ppc_function *p, uint vD, uint vA, uint vB); 122 ppc_vcmpgefpx(struct ppc_function *p, uint vD, uint vA, uint vB); 126 ppc_vcmpeqfpx(struct ppc_function *p, uint vD, uint vA, uint vB); 130 ppc_vexptefp(struct ppc_function *p, uint vD, uint vB); [all …]
|
D | rtasm_ppc.c | 294 unsigned vB:5; member 300 emit_vx(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, in emit_vx() argument 307 inst.inst.vB = vB; in emit_vx() 313 printf(format, vD, vB, vA); in emit_vx() 315 printf(format, vD, vA, vB); in emit_vx() 326 unsigned vB:5; member 333 emit_vxr(struct ppc_function *p, uint op2, uint vD, uint vA, uint vB, in emit_vxr() argument 340 inst.inst.vB = vB; in emit_vxr() 346 printf(format, vD, vA, vB); in emit_vxr() 357 unsigned vB:5; member [all …]
|
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 12632 IRTemp vB = newTemp(Ity_V128); in dis_av_procctl() local 12638 assign( vB, getVReg(vB_addr)); in dis_av_procctl() 12639 putGST( PPC_GST_VSCR, unop(Iop_V128to32, mkexpr(vB)) ); in dis_av_procctl() 13725 IRTemp vB = newTemp(Ity_V128); in dis_av_count_bitTranspose() local 13726 assign( vB, getVReg(vRB_addr)); in dis_av_count_bitTranspose() 13736 putVReg( vRT_addr, unop(Iop_Clz8x16, mkexpr( vB ) ) ); in dis_av_count_bitTranspose() 13741 putVReg( vRT_addr, unop(Iop_Clz16x8, mkexpr( vB ) ) ); in dis_av_count_bitTranspose() 13746 putVReg( vRT_addr, unop(Iop_Clz32x4, mkexpr( vB ) ) ); in dis_av_count_bitTranspose() 13751 putVReg( vRT_addr, unop(Iop_Clz64x2, mkexpr( vB ) ) ); in dis_av_count_bitTranspose() 13766 breakV128to4x32(mkexpr( vB), &bits96_127, &bits64_95, &bits32_63, &bits0_31 ); in dis_av_count_bitTranspose() [all …]
|
D | host_ppc_defs.c | 5147 UInt vB = 29; // XXX: Using v29 for temp do not change in emit_PPCInstr() local 5154 p = mkFormVX( p, 4, vB, konst, 0, 908, endness_host ); in emit_PPCInstr() 5157 p = mkFormVX( p, 4, vB, vB, vB, 388, endness_host ); in emit_PPCInstr() 5160 p = mkFormVA( p, 4, v_dst, v_srcL, vB, v_srcR, 46, endness_host ); in emit_PPCInstr()
|
/external/libyuv/files/source/ |
D | row_neon64.cc | 92 #define YUVTORGB(vR, vG, vB) \ argument 110 "sqadd " #vB \ 116 "sqadd " #vB ".8h, " #vB \ 122 "sqshrun " #vB ".8b, " #vB \
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon64.cc | 102 #define YUVTORGB(vR, vG, vB) \ argument 120 "sqadd " #vB ".8h, v24.8h, v0.8h \n" /* B */ \ 123 "sqadd " #vB ".8h, " #vB ".8h, v3.8h \n" /* B */ \ 126 "sqshrun " #vB ".8b, " #vB ".8h, #6 \n" /* B */ \
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_nk0_kdt_mgc5.pkb | 33 �d8ވM�G�vB���,)|#GQ�v?������Ä;�
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ra.cpp | 1198 const LValue *vB = intf->getValue(); in checkInterference() local 1202 if (vA->compound | vB->compound) { in checkInterference() 1205 for (Value::DefCIterator d = vB->defs.begin(); d != vB->defs.end(); ++d) { in checkInterference() 1217 assert(vB->compound); in checkInterference() 1218 mask &= vd->compMask & vB->compMask; in checkInterference() 1229 vB->compMask, intf->reg & ~7, mask); in checkInterference() 1237 vA->id, vB->id, intf->reg, intf->colors); in checkInterference()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kdt_posd.pkb | 80 …>�N�>�C�ĭ�,��%>��_�X���h�aa�c@ =,(xXft�=�vB'�-,Q��|��c�[�…
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | Contrast.miff | 43 …������������������ȼ����������������������������������˴�cM�;+�4(8,sC5u?8v@:vB<sA:r?8u;5q<5kA5fC6[C…
|
D | Rotate.miff | 42 …75��38��55��<3��B:��A9��;1��9-��:,��=/��H>��WY��Yh��Ro��Ov��Oz��Ov��Uv��Tg�vB?�C2*�@1,�5,)�99-�^fI…
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Modulate.miff | 17 …�_H�;^�N^�SS�DX�NU�LT�GX�J.7(-3+36/;C3SWWg\x�q���������梊۬�㬌Җ��woe`gLppMuqH�vB��I�o0�b�l�j�i�d…
|
/external/mksh/src/ |
D | edit.c | 3394 #define vB 0x20 /* bad command (^@) */ macro 3398 #define is_bad(c) (classify[(c)&0x7f]&vB) 3410 vB, 0, 0, 0, 0, vC|vU, vC|vZ, 0,
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_lh0_kdt_dur.pkb | 856 �,xD6�lD��vB���on#2���8�#9��b�+���0��� ��N�L;fh���Jڊ��h\�]w$�w��iA�N�NTL����µ�[��IGe…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_kdt_g2p.pkb | 337 ]��MX4�vB���-lS �#���Lh? �_,$S7����fк�0����O��u��"���
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kpdf_mgc.pkb | 3348 ��FRS(CO&-P+,EG<2/8@ 2+:8(<[:NSS]poSpB:8>8F@QQR\o}@vB&$827CE=FIONXJ`+,5*58?��.�'M!�\S-��SD��K… 3952 �����.��qAy5SBM>^ejKq920PfhN5L<83n�`dBPIO_g`).6BDebI=TQSTG�^KIINCTXcc__or�vB?;9HH?�#�U�<�Z…
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.help.base_3.5.2.v201011171123.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/dexmaker/lib/ |
D | dalvik-dx-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/libtextclassifier/tests/testdata/ |
D | langid.model | 86 …4ɛ�U���{T�?m<\I���̪ �v�e���BAK�Xo�ԍCRpm�t�xV{�^J�Yi�Np���r�z��ML��^�vB�Q�D�Rՙ9P#��y3v~�K�… 127 …|r�v����������1��n�Řd��'�~�Y�nar%�G��q?�VxЛ띞��L�dCp��<�G�a�|<�w_̌�X��vB�p�|�g߫P���j�;��^wIR… 147 �G��Q��r�ow�zmhs��j±e>��{���c^����nР�N���xMs�z���5vBഠd0�T|tk�`.�rz�H���E�i��Ξ~��K�B��B���}o�����… 342 …��ޕ�ſ��S��=MoVt�4�UǭiU�$���T�_3i�JGX�L�ρGe|��[��'�ts}��ԋ,�~A_���ͼ����vB�L^��t���tJ�KA����\��…
|
/external/libtextclassifier/models/ |
D | textclassifier.langid.model | 86 …4ɛ�U���{T�?m<\I���̪ �v�e���BAK�Xo�ԍCRpm�t�xV{�^J�Yi�Np���r�z��ML��^�vB�Q�D�Rՙ9P#��y3v~�K�… 127 …|r�v����������1��n�Řd��'�~�Y�nar%�G��q?�VxЛ띞��L�dCp��<�G�a�|<�w_̌�X��vB�p�|�g߫P���j�;��^wIR… 147 �G��Q��r�ow�zmhs��j±e>��{���c^����nР�N���xMs�z���5vBഠd0�T|tk�`.�rz�H���E�i��Ξ~��K�B��B���}o�����… 342 …��ޕ�ſ��S��=MoVt�4�UǭiU�$���T�_3i�JGX�L�ρGe|��[��'�ts}��ԋ,�~A_���ͼ����vB�L^��t���tJ�KA����\��…
|