/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 3752 def : InstAlias<"mtxer $Rx", (MTSPR 1, gprc:$Rx)>; 3753 def : InstAlias<"mfxer $Rx", (MFSPR gprc:$Rx, 1)>; 3755 def : InstAlias<"mfrtcu $Rx", (MFSPR gprc:$Rx, 4)>; 3756 def : InstAlias<"mfrtcl $Rx", (MFSPR gprc:$Rx, 5)>; 3758 def : InstAlias<"mtdscr $Rx", (MTSPR 17, gprc:$Rx)>; 3759 def : InstAlias<"mfdscr $Rx", (MFSPR gprc:$Rx, 17)>; 3761 def : InstAlias<"mtdsisr $Rx", (MTSPR 18, gprc:$Rx)>; 3762 def : InstAlias<"mfdsisr $Rx", (MFSPR gprc:$Rx, 18)>; 3764 def : InstAlias<"mtdar $Rx", (MTSPR 19, gprc:$Rx)>; 3765 def : InstAlias<"mfdar $Rx", (MFSPR gprc:$Rx, 19)>; [all …]
|
D | p9-instrs.txt | 13 subpcis Rx,value = addpcis Rx,-value
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfoV4.td | 1050 // memd(Rx++#s4:3)=Rtt 1051 // memd(Rx++#s4:3:circ(Mu))=Rtt 1052 // memd(Rx++I:circ(Mu))=Rtt 1053 // memd(Rx++Mu)=Rtt 1054 // memd(Rx++Mu:brev)=Rtt 1131 // mem[bhw](Rx++#s4:3)=#s8 1132 // if ([!]Pv[.new]) mem[bhw](Rx++#s4:3)=#s6 1208 // memb(Rx++#s4:0:circ(Mu))=Rt 1209 // memb(Rx++I:circ(Mu))=Rt 1210 // memb(Rx++Mu)=Rt [all …]
|
D | HexagonIsetDx.td | 134 (outs IntRegs:$Rx), 136 "$Rx = add($_src_, #$s7)" , 138 "$_src_ = $Rx"> { 139 bits<4> Rx; 143 let Inst{3-0} = Rx; 321 (outs IntRegs:$Rx), 323 "$Rx = add($_src_, $Rs)" , 325 "$_src_ = $Rx"> { 326 bits<4> Rx; 330 let Inst{3-0} = Rx;
|
D | HexagonInstrInfoV5.td | 696 : MInst<(outs IntRegs:$Rx), 698 "$Rx "#!if(isSub, "-=","+=")#" sfmpy($Rs, $Rt)"#!if(isLib, ":lib",""), 699 [], "$dst2 = $Rx" , M_tc_3_SLOT23 > , 701 bits<5> Rx; 714 let Inst{4-0} = Rx; 728 (outs IntRegs:$Rx), 730 "$Rx += sfmpy($Rs, $Rt, $Pu):scale" , 731 [], "$dst2 = $Rx" , M_tc_3_SLOT23 > , 733 bits<5> Rx; 746 let Inst{4-0} = Rx;
|
D | HexagonInstrInfo.td | 492 : ALU32Inst <(outs IntRegs:$Rx), (ins IntRegs:$src1, u16Imm:$u16), 493 "$Rx"#!if(isHi, ".h", ".l")#" = #$u16", 494 [], "$src1 = $Rx" > { 495 bits<5> Rx; 503 let Inst{20-16} = Rx; 1940 // Rd=memb[u]h(Rx++#s4:1) 1941 // Rdd=memb[u]h(Rx++#s4:2) 1978 // Ryy=memh_fifo(Rx++#s4:1) 1979 // Ryy=memb_fifo(Rx++#s4:0) 2393 //Rx [-+]= mpy[u](Rs.[H|L],Rt.[H|L])[:<<1][:sat] [all …]
|
D | HexagonInstrInfoVector.td | 248 (ins DoubleRegs:$Rx, DoubleRegs:$Rs, DoubleRegs:$Rt), 250 [(set V2I32:$Rd, (add V2I32:$Rx, (mul V2I32:$Rs, V2I32:$Rt)))], 251 "$Rd = $Rx">;
|
/external/chromium-trace/catapult/telemetry/third_party/chromite/ssh_keys/ |
D | testing_rsa | 14 Rx/ex7721g8R0oWslM14otZSMITCDCMWTYVBNM1bqYnUeEu5HagFwxjQ2tLuSs8E
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Level.miff | 181 …�%!�99������������#����g�� X�R�!-Ni�Au�Pn�Kp�Iv�Rx�Rx�A��X��p_�WI/I/I/…
|
/external/autotest/server/cros/chaos_lib/ |
D | chaos_analyzer_usage.txt | 24 DUT packet count Tx : 4, Rx : 0, DUT: 14:7d:c5:e6:41:24
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 1842 MCOperand &Rx = Inst.getOperand(0); in processInstruction() local 1850 TmpInst.addOperand(Rx); in processInstruction() 1861 MCOperand &Rx = Inst.getOperand(0); in processInstruction() local 1869 TmpInst.addOperand(Rx); in processInstruction() 1880 MCOperand &Rx = Inst.getOperand(0); in processInstruction() local 1888 TmpInst.addOperand(Rx); in processInstruction()
|
/external/libpcap/msdos/ |
D | pkt_rx0.asm | 92 ; This macro return ES:DI to tail of Rx queue
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_colorspace.cpp | 296 FX_FLOAT Rx = 0.64f, Ry = 0.33f; in XYZ_to_sRGB_WhitePoint() local 299 CFX_Matrix_3by3 RGB_xyz(Rx, Gx, Bx, Ry, Gy, By, 1 - Rx - Ry, 1 - Gx - Gy, in XYZ_to_sRGB_WhitePoint()
|
/external/pdfium/third_party/freetype/src/raster/ |
D | ftraster.c | 1005 Long Ix, Rx, Ax; in Line_Up() local 1077 Rx = ( ras.precision * Dx ) % Dy; in Line_Up() 1083 Rx = ( ras.precision * -Dx ) % Dy; in Line_Up() 1095 Ax += Rx; in Line_Up()
|
/external/freetype/src/raster/ |
D | ftraster.c | 1013 Long Ix, Rx, Ax; in Line_Up() local 1085 Rx = ( ras.precision * Dx ) % Dy; in Line_Up() 1091 Rx = ( ras.precision * -Dx ) % Dy; in Line_Up() 1103 Ax += Rx; in Line_Up()
|
/external/ImageMagick/coders/ |
D | wmf.c | 1035 Rx, in util_draw_arc() local 1068 Rx = (BR.x - TL.x) / 2; in util_draw_arc() 1093 DrawEllipse(WmfDrawingWand, XC(O.x), YC(O.y), Rx, Ry, 0, 360); in util_draw_arc() 1099 DrawPathEllipticArcAbsolute(WmfDrawingWand, Rx, Ry, 0, MagickFalse, in util_draw_arc()
|
/external/parameter-framework/upstream/doc/requirements/ |
D | requirements.md | 655 For example 2 criterion `Tx` and `Rx` with 2 values `"on"` and `"off"` may have 656 an incompatible state `Tx = Rx = "on"`. Ie this state is unspecified and the 660 - from `Tx = "on" and Rx = "on"` (state 1) \ 661 - to `Tx = "off" and Rx = "off"` (state 2) \ 663 a transitory state `Tx = "on" and Rx = "on"` may be reached. Nevertheless
|
/external/ImageMagick/PerlMagick/t/reference/composite/ |
D | Difference.miff | 18 …{�/y�-|�4�=}�B~�;}�2q}1mt#gi%7H(-/*A"?\=^jZq{~�������������������������]Rx'B,B,%4 :16B*H…
|
/external/tcpdump/tests/ |
D | lmp-v.out | 24 Tx Seq: 50, Rx Seq: 60
|
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
D | stereo_g729.rtp | 371 …wU�LM���[*��^�a3s}wU�L<4Q����I��X�F�1�89`:rpb��$����P��p�;v`:Rx�tETy�ݪp<4Q̀�… 399 …Vh�Q�ŅI��X3`��qM)��l�����L�r{�ɚ3n���3�S��kO�N�<4V|�R��%I��X�Rx���Mx�ی�)��E}CR���… 473 �RyV�w��R��;�x����g��<4h8�5�TI��X��)��hK^Rx�s��t�^x��?�r+�Px��Ws���P<4hL�6�T… 476 ���x��ǞZRx���|���E�<4h=�YI��Xx�h��½�VxH@9
|
D | stereo_g729_jitter.rtp | 263 …y=��D�,���m=�rD�y=�D�,���m?�rr<47�����I��X�����8�}����RxҺ�����O4�3}����)R8�… 468 …UEI��Xx��DJ�M��xR�b�є��� u��77^�+���r4=Z<4h��5�TI��X��)��hK^Rx�s��t�^x��?�r+�Px��… 471 ���x��ǞZRx���|���E�<4i8�?�ZEI��XxV����8�DD6
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kdt_posp.pkb | 53 c�eJf�h���&]�2��U0�o��4r��*���Ӽ�8*��7���!*b�RPR�R�ޅ*m.��J"�T����i��ORx����p$��J
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 246 unsigned Rx = 256 + (SReg >> 1); in EmitDwarfRegOp() local 252 EmitULEB128(Rx); in EmitDwarfRegOp()
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | Convolve.miff | 43 …W�JV�;E�22�5+�=4�E@�A<�:1�8)�8(�=/�@8�;6�41�3/�5-�>5�]X�y|�y��ew�Me�KS�eHl�Rx�`z�gz�h��k��n��p��{�…
|
/external/ImageMagick/Magick++/demo/ |
D | model.miff | 26 …DDD&DHT�ͺ�TB'Uf4( �ُL���R��ρ)2R1,0771/o���q ���oZ~����Q0) !1Rx[ ��e 3)*)M.…
|