/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | defmclass.td | 4 class XD { bits<4> Prefix = 11; } 9 def xd : XD; 31 defm SS : R, M, XD;
|
/external/swiftshader/third_party/LLVM/test/TableGen/ |
D | defmclass.td | 4 class XD { bits<4> Prefix = 11; } 9 def xd : XD; 31 defm SS : R, M, XD;
|
/external/llvm/test/TableGen/ |
D | defmclass.td | 4 class XD { bits<4> Prefix = 11; } 9 def xd : XD; 31 defm SS : R, M, XD;
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 173 else if (OpPrefix == X86Local::XD) in insnContext() 187 else if (OpPrefix == X86Local::XD) in insnContext() 203 else if (OpPrefix == X86Local::XD) in insnContext() 215 else if (OpPrefix == X86Local::XD) in insnContext() 233 else if (OpPrefix == X86Local::XD) in insnContext() 245 else if (OpPrefix == X86Local::XD) in insnContext() 263 else if (OpPrefix == X86Local::XD) in insnContext() 280 else if (HasVEX_LPrefix && OpPrefix == X86Local::XD) in insnContext() 286 VEX_WPrefix == X86Local::VEX_W1X) && OpPrefix == X86Local::XD) in insnContext() 293 else if (OpPrefix == X86Local::XD) in insnContext() [all …]
|
D | X86RecognizableInstr.h | 129 PD = 1, XS = 2, XD = 3, PS = 4 enumerator
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 123 PS = 1, PD = 2, XS = 3, XD = 4 enumerator 299 else if (OpPrefix == X86Local::XD) in insnContext() 313 else if (OpPrefix == X86Local::XD) in insnContext() 328 else if (OpPrefix == X86Local::XD) in insnContext() 340 else if (OpPrefix == X86Local::XD) in insnContext() 357 else if (OpPrefix == X86Local::XD) in insnContext() 369 else if (OpPrefix == X86Local::XD) in insnContext() 382 else if (OpPrefix == X86Local::XD) in insnContext() 398 else if (HasVEX_LPrefix && OpPrefix == X86Local::XD) in insnContext() 402 else if (HasVEX_WPrefix && OpPrefix == X86Local::XD) in insnContext() [all …]
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 69 XD = 11, XS = 12, enumerator 298 else if (HasVEX_LPrefix && Prefix == X86Local::XD) in insnContext() 302 else if (HasVEX_WPrefix && Prefix == X86Local::XD) in insnContext() 308 else if (Prefix == X86Local::XD) in insnContext() 318 (Prefix == X86Local::XD || Prefix == X86Local::TF)) in insnContext() 327 (Prefix == X86Local::XD || Prefix == X86Local::TF)) in insnContext() 329 else if (Prefix == X86Local::XD || Prefix == X86Local::TF) in insnContext() 339 (Prefix == X86Local::XD || Prefix == X86Local::TF)) in insnContext() 345 else if (Prefix == X86Local::XD || Prefix == X86Local::TF) in insnContext() 801 case X86Local::XD: in emitDecodePath()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 132 def XD : Prefix<3>; 134 // that other instructions with this opcode use PD/XS/XD 199 class XD : TB { Prefix OpPrefix = XD; } 203 class T8XD : T8 { Prefix OpPrefix = XD; } 207 class TAXD : TA { Prefix OpPrefix = XD; } 478 !if(!eq(OpPrefix.Value, XD.Value), [UseSSE2], 495 !if(!eq(OpPrefix.Value, XD.Value), [UseSSE2], 590 // SDI - SSE2 instructions with XD prefix. 591 // SDIi8 - SSE2 instructions with ImmT == Imm8 and XD prefix. 596 // VSDI - SSE2 scalar instructions with XD prefix in AVX form. [all …]
|
D | X86InstrMPX.td | 46 defm BNDCU : mpx_bound_check<0x1A, "bndcu">, XD, NotMemoryFoldable; 47 defm BNDCN : mpx_bound_check<0x1B, "bndcn">, XD, NotMemoryFoldable;
|
D | X86InstrSSE.td | 242 SSEPackedDouble, "MOVSD", UseSSE2>, XD; 248 SSEPackedDouble>, XD; 893 XD, VEX, VEX_LIG; 897 XD, VEX, VEX_W, VEX_LIG; 925 WriteCvtI2SD>, XD, VEX_4V, VEX_LIG; 927 WriteCvtI2SD>, XD, VEX_4V, VEX_W, VEX_LIG; 962 WriteCvtSD2I>, XD; 965 WriteCvtSD2I>, XD, REX_W; 974 WriteCvtI2SD>, XD; 977 WriteCvtI2SD>, XD, REX_W; [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 122 def XD : Prefix<4>; 181 class XD : TB { Prefix OpPrefix = XD; } 185 class T8XD : T8 { Prefix OpPrefix = XD; } 189 class TAXD : TA { Prefix OpPrefix = XD; } 435 !if(!eq(OpPrefix.Value, XD.Value), [UseSSE2], 453 !if(!eq(OpPrefix.Value, XD.Value), [UseSSE2], 548 // SDI - SSE2 instructions with XD prefix. 549 // SDIi8 - SSE2 instructions with ImmT == Imm8 and XD prefix. 554 // VSDI - SSE2 scalar instructions with XD prefix in AVX form. 559 // MMXSDIi8 - SSE2 instructions with ImmT == Imm8 and XD prefix as well as [all …]
|
D | X86InstrMPX.td | 42 defm BNDCU : mpx_bound_check<0x1A, "bndcu">, XD; 43 defm BNDCN : mpx_bound_check<0x1B, "bndcn">, XD;
|
D | X86InstrSSE.td | 571 SSEPackedDouble>, XD; 579 SSEPackedDouble>, XD; 1492 XD, VEX, VEX_LIG; 1496 XD, VEX, VEX_W, VEX_LIG; 1524 XD, VEX_4V, VEX_LIG; 1526 XD, VEX_4V, VEX_W, VEX_LIG; 1561 SSE_CVT_SD2SI>, XD; 1564 SSE_CVT_SD2SI>, XD, REX_W; 1573 SSE_CVT_Scalar>, XD; 1576 SSE_CVT_Scalar>, XD, REX_W; [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrFormats.td | 104 class XD { bits<5> Prefix = 11; } 332 // SDI - SSE2 instructions with XD prefix. 333 // SDIi8 - SSE2 instructions with ImmT == Imm8 and XD prefix. 337 // VSDI - SSE2 instructions with XD prefix in AVX form. 341 : I<o, F, outs, ins, asm, pattern>, XD, Requires<[HasSSE2]>; 344 : Ii8<o, F, outs, ins, asm, pattern>, XD, Requires<[HasSSE2]>; 357 : I<o, F, outs, ins, !strconcat("v", asm), pattern>, XD, 368 // S3DI - SSE3 instructions with XD prefix. 376 : I<o, F, outs, ins, asm, pattern, SSEPackedDouble>, XD, 519 // MMXID - MMX instructions with XD prefix. [all …]
|
D | X86InstrSSE.td | 340 "movsd\t{$src2, $src1, $dst|$dst, $src1, $src2}">, XD, VEX_4V, 352 XD, VEX_4V, VEX_LIG; 359 def VMOVSDrm : sse12_move_rm<FR64, f64mem, loadf64, "movsd">, XD, VEX, 368 [(store FR64:$src, addr:$dst)]>, XD, VEX, VEX_LIG; 375 "movsd\t{$src2, $dst|$dst, $src2}">, XD; 384 "movsd\t{$src2, $dst|$dst, $src2}", []>, XD; 392 def MOVSDrm : sse12_move_rm<FR64, f64mem, loadf64, "movsd">, XD; 1349 "cvttsd2si\t{$src, $dst|$dst, $src}">, XD, VEX, 1352 "cvttsd2si\t{$src, $dst|$dst, $src}">, XD, 1363 defm VCVTSI2SD : sse12_vcvt_avx<0x2A, GR32, FR64, i32mem, "cvtsi2sd">, XD, [all …]
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 3e3dc0d4e319d21a70d157fca56c6474.00002f56.honggfuzz.cov | 9 …�� "J�]�_ �Ƀ���o��.�&1;�o�QK��}�~H 4q<������O���� ���r���I���⁶��Q�XD�.O�d�hߌD�Tv<���O…
|
D | a412a1e3b7d156ecd7c8b64358624629.00008291.honggfuzz.cov | 128 …n�[aI ��<>`6�Lw��7�)H�q�U�Aa̯���<V���E�V`'�8q鈼%�@o2x� �(�F\� �ܚ,(�p��XD��V/�J5ZUo㏘����1… 146 �y�,d� Sx�ѐ� �E�F���d�9=�2���-a`E^k�)�6�����x)��V%�2k�8`FL�tu��P�#_t����S���XD�t�%�4��…
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 3e3dc0d4e319d21a70d157fca56c6474.00002f56.honggfuzz.cov | 9 …�� "J�]�_ �Ƀ���o��.�&1;�o�QK��}�~H 4q<������O���� ���r���I���⁶��Q�XD�.O�d�hߌD�Tv<���O…
|
D | a412a1e3b7d156ecd7c8b64358624629.00008291.honggfuzz.cov | 128 …n�[aI ��<>`6�Lw��7�)H�q�U�Aa̯���<V���E�V`'�8q鈼%�@o2x� �(�F\� �ܚ,(�p��XD��V/�J5ZUo㏘����1… 146 �y�,d� Sx�ѐ� �E�F���d�9=�2���-a`E^k�)�6�����x)��V%�2k�8`FL�tu��P�#_t����S���XD�t�%�4��…
|
/external/clang/test/Modules/Inputs/declare-use/ |
D | module.map | 15 module XD {
|
/external/ImageMagick/PerlMagick/t/ |
D | input_gray_lsb_08bit.mat | 7 .HA:MOethecVNTTNRPQZ]UPNKIId�yeQJQSKLO7'+/>JT[XD<9998::85;>><:9684( ,MF=MSYck~kTRQQQLMTjjSNSXey�…
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 292 XD = 11 << Op0Shift, XS = 12 << Op0Shift, enumerator
|
D | X86MCCodeEmitter.cpp | 476 case X86II::XD: // F2 0F in EmitVEXOpcodePrefix() 794 case X86II::XD: // F2 0F in EmitOpcodePrefix()
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Colorize.miff | 15 …����������� �!�!������� �$�'#�2+�I9�XD�YF�O>�I4�D3�3(��…
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 390 const Decl *XD = X.getDeclWithIssue(); in compare() local 391 if (!XD) in compare() 396 SourceLocation XDL = XD->getLocation(); in compare()
|