Home
last modified time | relevance | path

Searched refs:XD (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
Ddefmclass.td4 class XD { bits<4> Prefix = 11; }
9 def xd : XD;
31 defm SS : R, M, XD;
/external/swiftshader/third_party/LLVM/test/TableGen/
Ddefmclass.td4 class XD { bits<4> Prefix = 11; }
9 def xd : XD;
31 defm SS : R, M, XD;
/external/llvm/test/TableGen/
Ddefmclass.td4 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/
DX86RecognizableInstr.cpp173 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 …]
DX86RecognizableInstr.h129 PD = 1, XS = 2, XD = 3, PS = 4 enumerator
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp123 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/
DX86RecognizableInstr.cpp69 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/
DX86InstrFormats.td132 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 …]
DX86InstrMPX.td46 defm BNDCU : mpx_bound_check<0x1A, "bndcu">, XD, NotMemoryFoldable;
47 defm BNDCN : mpx_bound_check<0x1B, "bndcn">, XD, NotMemoryFoldable;
DX86InstrSSE.td242 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/
DX86InstrFormats.td122 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 …]
DX86InstrMPX.td42 defm BNDCU : mpx_bound_check<0x1A, "bndcu">, XD;
43 defm BNDCN : mpx_bound_check<0x1B, "bndcn">, XD;
DX86InstrSSE.td571 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/
DX86InstrFormats.td104 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 …]
DX86InstrSSE.td340 "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/
D3e3dc0d4e319d21a70d157fca56c6474.00002f56.honggfuzz.cov9 …�� �"J�]�_ �Ƀ���o��.�&1;�o�QK��}�~H 4q<������O���� ���r���I���⁶��Q�XD�.O�d�hߌD �Tv<���O…
Da412a1e3b7d156ecd7c8b64358624629.00008291.honggfuzz.cov128 …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/
D3e3dc0d4e319d21a70d157fca56c6474.00002f56.honggfuzz.cov9 …�� �"J�]�_ �Ƀ���o��.�&1;�o�QK��}�~H 4q<������O���� ���r���I���⁶��Q�XD�.O�d�hߌD �Tv<���O…
Da412a1e3b7d156ecd7c8b64358624629.00008291.honggfuzz.cov128 …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/
Dmodule.map15 module XD {
/external/ImageMagick/PerlMagick/t/
Dinput_gray_lsb_08bit.mat7 .HA:MOethecVNTTNRPQZ]UPNKIId�yeQJQSKLO7'+/>JT[XD<9998::85;>><:9684( ,MF=MSYck~kTRQQQLMTjjSNSXey�…
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h292 XD = 11 << Op0Shift, XS = 12 << Op0Shift, enumerator
DX86MCCodeEmitter.cpp476 case X86II::XD: // F2 0F in EmitVEXOpcodePrefix()
794 case X86II::XD: // F2 0F in EmitOpcodePrefix()
/external/ImageMagick/PerlMagick/t/reference/filter/
DColorize.miff15 …����������� �!�!������� �$�'#�2+�I9�XD�YF�O>�I4�D3�3(��…
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp390 const Decl *XD = X.getDeclWithIssue(); in compare() local
391 if (!XD) in compare()
396 SourceLocation XDL = XD->getLocation(); in compare()

12345678910>>...12