/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonDepInstrFormats.td | 40 bits <1> Ii; 41 let Inst{8-8} = Ii{0-0}; 52 bits <4> Ii; 53 let Inst{13-13} = Ii{3-3}; 54 let Inst{10-8} = Ii{2-0}; 63 bits <11> Ii; 64 let Inst{21-20} = Ii{10-9}; 65 let Inst{7-1} = Ii{8-2}; 103 bits <1> Ii; 104 let Inst{8-8} = Ii{0-0}; [all …]
|
D | HexagonDepInstrInfo.td | 211 (ins IntRegs:$Rs32, s32_0Imm:$Ii), 212 "$Rd32 = add($Rs32,#$Ii)", 311 (ins IntRegs:$Rs32, s32_0Imm:$Ii), 312 "$Rd32 = and($Rs32,#$Ii)", 409 (ins s32_0Imm:$Ii, s8_0Imm:$II), 410 "$Rdd32 = combine(#$Ii,#$II)", 596 (ins IntRegs:$Rs32, s32_0Imm:$Ii), 597 "$Rd32 = or($Rs32,#$Ii)", 655 (ins PredRegs:$Pu4, IntRegs:$Rs32, s32_0Imm:$Ii), 656 "if (!$Pu4) $Rd32 = add($Rs32,#$Ii)", [all …]
|
D | HexagonDepMappings.td | 23 …J2_jumpf_nopred_mapAlias : InstAlias<"if (!$Pu4) jump $Ii", (J2_jumpf PredRegs:$Pu4, b30_2Imm:$Ii)… 26 … J2_jumpt_nopred_mapAlias : InstAlias<"if ($Pu4) jump $Ii", (J2_jumpt PredRegs:$Pu4, b30_2Imm:$Ii)… 27 def J2_trap1_noregmapAlias : InstAlias<"trap1(#$Ii)", (J2_trap1 R0, u8_0Imm:$Ii)>; 121 …ias : InstAlias<"$Rx32 = tableidxb($Rs32,#$Ii,#$II)", (S2_tableidxb IntRegs:$Rx32, IntRegs:$Rs32, … 153 def S6_allocframe_to_rawAlias : InstAlias<"allocframe(#$Ii)", (S2_allocframe R29, u11_3Imm:$Ii)>; 390 …s<"$Vxx32 += vrmpybus($Vuu32,$Rt32,#$Ii)", (V6_vrmpybusi_acc HvxWR:$Vxx32, HvxWR:$Vuu32, IntRegs:$… 391 …lias<"$Vdd32 = vrmpybus($Vuu32,$Rt32,#$Ii)", (V6_vrmpybusi HvxWR:$Vdd32, HvxWR:$Vuu32, IntRegs:$Rt… 400 …ias<"$Vxx32 += vrmpyub($Vuu32,$Rt32,#$Ii)", (V6_vrmpyubi_acc HvxWR:$Vxx32, HvxWR:$Vuu32, IntRegs:$… 401 …tAlias<"$Vdd32 = vrmpyub($Vuu32,$Rt32,#$Ii)", (V6_vrmpyubi HvxWR:$Vdd32, HvxWR:$Vuu32, IntRegs:$Rt… 411 …ias<"$Vxx32 += vrsadub($Vuu32,$Rt32,#$Ii)", (V6_vrsadubi_acc HvxWR:$Vxx32, HvxWR:$Vuu32, IntRegs:$… [all …]
|
D | HexagonPseudo.td | 26 (ins s27_2Imm:$Ii), "${Rd32} = iconst(#${Ii})">; 213 def PS_call_nr : Call_nr<24, 0, 0, (ins s32_0Imm:$Ii), J2_call.Itinerary>; 531 (ins IntRegs:$Rx32in, s4_0Imm:$Ii, ModRegs:$Mu2, IntRegs:$Cs), 552 (ins IntRegs:$Rx32in, s4_0Imm:$Ii, ModRegs:$Mu2, RC:$Rt32, IntRegs:$Cs),
|
/third_party/openssl/crypto/modes/asm/ |
D | aesni-gcm-x86_64.pl | 80 ($Ii,$T1,$T2,$Hkey, 126 vmovdqu 0x30+8(%rsp),$Ii # I[4] 138 vpclmulqdq \$0x00,$Hkey,$Ii,$Z1 144 vpclmulqdq \$0x10,$Hkey,$Ii,$T1 147 vpclmulqdq \$0x01,$Hkey,$Ii,$T2 151 vpclmulqdq \$0x11,$Hkey,$Ii,$Hkey 152 vmovdqu 0x40+8(%rsp),$Ii # I[3] 166 vpclmulqdq \$0x00,$Z1,$Ii,$T1 169 vpclmulqdq \$0x10,$Z1,$Ii,$T2 172 vpclmulqdq \$0x01,$Z1,$Ii,$Hkey [all …]
|
D | ghash-x86_64.pl | 715 # Xi+4 =[(H*Ii+3) + (H^2*Ii+2) + (H^3*Ii+1) + H^4*(Ii+Xi)] mod P 875 # [(H*Ii+1) + (H*Xi+1)] mod P = 876 # [(H*Ii+1) + H^2*(Ii+Xi)] mod P 909 pxor $Xln,$Xi # (H*Ii+1) + H^2*(Ii+Xi) 969 pxor $Xln,$Xi # (H*Ii+1) + H^2*(Ii+Xi) 1186 $Xi,$Xo,$Tred,$bswap,$Ii,$Ij) = map("%xmm$_",(0..15)); 1216 vmovdqu 0x70($inp),$Ii # I[7] 1218 vpshufb $bswap,$Ii,$Ii 1221 vpunpckhqdq $Ii,$Ii,$T2 1223 vpclmulqdq \$0x00,$Hkey,$Ii,$Xlo [all …]
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput12 | 185 /\x{1234}+/Ii,utf 187 /\x{1234}+?/Ii,utf 189 /\x{1234}++/Ii,utf 191 /\x{1234}{2}/Ii,utf 264 …}\x{423}\x{424}\x{425}\x{426}\x{427}\x{428}\x{429}\x{42a}\x{42b}\x{42c}\x{42d}\x{42e}\x{42f}/Ii,utf 274 /\x{212a}+/Ii,utf 277 /s+/Ii,utf
|
D | testinput10 | 297 /\x{1234}+/Ii,utf 299 /\x{1234}+?/Ii,utf 301 /\x{1234}++/Ii,utf 303 /\x{1234}{2}/Ii,utf 365 …}\x{423}\x{424}\x{425}\x{426}\x{427}\x{428}\x{429}\x{42a}\x{42b}\x{42c}\x{42d}\x{42e}\x{42f}/Ii,utf 381 /\x{212a}+/Ii,utf 384 /s+/Ii,utf
|
D | testinput2 | 96 /cat|dog|elephant/Ii 365 /a[b-a]/Ii 367 /a[]b/Ii 369 /a[/Ii 371 /*a/Ii 373 /(*)b/Ii 375 /abc)/Ii 377 /(abc/Ii 379 /a**/Ii 381 /)(/Ii [all …]
|
D | testoutput12-32 | 704 /\x{1234}+/Ii,utf 710 /\x{1234}+?/Ii,utf 716 /\x{1234}++/Ii,utf 722 /\x{1234}{2}/Ii,utf 978 …}\x{423}\x{424}\x{425}\x{426}\x{427}\x{428}\x{429}\x{42a}\x{42b}\x{42c}\x{42d}\x{42e}\x{42f}/Ii,utf 1013 /\x{212a}+/Ii,utf 1021 /s+/Ii,utf
|
D | testoutput12-16 | 710 /\x{1234}+/Ii,utf 716 /\x{1234}+?/Ii,utf 722 /\x{1234}++/Ii,utf 728 /\x{1234}{2}/Ii,utf 984 …}\x{423}\x{424}\x{425}\x{426}\x{427}\x{428}\x{429}\x{42a}\x{42b}\x{42c}\x{42d}\x{42e}\x{42f}/Ii,utf 1019 /\x{212a}+/Ii,utf 1027 /s+/Ii,utf
|
D | testoutput10 | 888 /\x{1234}+/Ii,utf 894 /\x{1234}+?/Ii,utf 900 /\x{1234}++/Ii,utf 906 /\x{1234}{2}/Ii,utf 1155 …}\x{423}\x{424}\x{425}\x{426}\x{427}\x{428}\x{429}\x{42a}\x{42b}\x{42c}\x{42d}\x{42e}\x{42f}/Ii,utf 1204 /\x{212a}+/Ii,utf 1212 /s+/Ii,utf
|
D | testoutput2 | 191 /cat|dog|elephant/Ii 868 /a[b-a]/Ii 871 /a[]b/Ii 874 /a[/Ii 877 /*a/Ii 880 /(*)b/Ii 883 /abc)/Ii 886 /(abc/Ii 889 /a**/Ii 892 /)(/Ii [all …]
|
D | testinput5 | 674 /[^\x{1234}]+/Ii,utf 676 /[^\x{1234}]+?/Ii,utf 678 /[^\x{1234}]++/Ii,utf 680 /[^\x{1234}]{2}/Ii,utf
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_format_sRGB_override.txt | 192 TexParameter[i,f,Ii,Iui][v][EXT], TextureParameter[i,f,Ii,Iui][v]EXT 197 TexParameter[i,f,Ii,Iui][v][EXT], TextureParameter[i,f,Ii,Iui][v]EXT
|
D | EXT_texture_sRGB_decode.txt | 339 TexParameter[i,f,Ii,Iui][v][EXT], MultiTexParameter[i,f,Ii,Iui][v]EXT, 340 TextureParameter[i,f,Ii,Iui][v]EXT, SamplerParameter[i,f,Ii,Iui][v]
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_format_sRGB_override.txt | 192 TexParameter[i,f,Ii,Iui][v][EXT], TextureParameter[i,f,Ii,Iui][v]EXT 197 TexParameter[i,f,Ii,Iui][v][EXT], TextureParameter[i,f,Ii,Iui][v]EXT
|
D | EXT_texture_sRGB_decode.txt | 339 TexParameter[i,f,Ii,Iui][v][EXT], MultiTexParameter[i,f,Ii,Iui][v]EXT, 340 TextureParameter[i,f,Ii,Iui][v]EXT, SamplerParameter[i,f,Ii,Iui][v]
|
/third_party/mbedtls/programs/test/ |
D | CMakeLists.txt | 31 NOT ${CMAKE_SYSTEM_NAME} MATCHES "[Ww][Ii][Nn]")
|
/third_party/openssl/crypto/modes/asm/arm32/ |
D | ghashv8-armx.S | 138 .byte 0x8e,0x8e,0xa8,0xf2 @ pmull q4,q12,q7 @ H·Ii+1 179 .byte 0x8e,0x8e,0xa8,0xf2 @ pmull q4,q12,q7 @ H·Ii+1
|
/third_party/boost/libs/wave/test/testwave/testfiles/ |
D | t_5_035.hpp | 373 #define Ii macro
|
/third_party/icu/icu4c/source/test/testdata/ |
D | regextst.txt | 1835 "(\[[Ii][Mm][Gg]\])(\S+?)(\[\/[Ii][Mm][Gg]\])" G "<0>[IMG]http://bleh.jpg[/IMG]</0>" 1836 "(\[[Ii][Mm][Gg]\])(\S+?)(\[\/[Ii][Mm][Gg]\])" G "<0>[ImG]bleh[/imG]</0>" 1837 "(\[[Ii][Mm][Gg]\])(\S+?)(\[\/[Ii][Mm][Gg]\])" G "<0>[img]ftp://login:pass@bleh.gif[/img]</0>" 1838 "(\[[Ii][Mm][Gg]\])(\S+?)(\[\/[Ii][Mm][Gg]\])" '<img src="bleh.jpg">'
|
/third_party/curl/src/macos/ |
D | curl.mcp.xml.sit.hqx | 17 6AGI"h1N`D@lj56PX8fB95NekUL&lk'15a*Z(38rC`Ii%$Y$E-A"!QfHG(Ed)Uhd
|
/third_party/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …Ii�Nr�Qx�Ry�Tz�Uu�Zx�^}�^|�Tr�Mg�Oi�Yn�[m�ct�M^�Uf�O`�Ug�L_�R_�^_�vqל�����������������������������…
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …Ii�Nr�Qx�Ry�Tz�Uu�Zx�^}�^|�Tr�Mg�Oi�Yn�[m�ct�M^�Uf�O`�Ug�L_�R_�^_�vqל�����������������������������…
|