/external/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 507 def VMOVSSrm : sse12_move_rm<FR32, f32mem, loadf32, "movss">, XS, VEX, 510 def VMOVSDrm : sse12_move_rm<FR64, f64mem, loadf64, "movsd">, XD, VEX, 517 XS, VEX, VEX_LIG; 521 XD, VEX, VEX_LIG; 830 TB, VEX; 833 TB, OpSize, VEX; 836 TB, VEX; 839 TB, OpSize, VEX; 843 TB, VEX; 846 TB, OpSize, VEX; [all …]
|
D | X86InstrXOP.td | 17 [(set VR128:$dst, (Int VR128:$src))]>, VEX; 20 [(set VR128:$dst, (Int (bitconvert (memop addr:$src))))]>, VEX; 50 [(set VR128:$dst, (Int VR128:$src1, VR128:$src2))]>, VEX; 55 (bitconvert mem_cpat:$src2)))]>, VEX; 72 [(set VR256:$dst, (Int VR256:$src))]>, VEX, VEX_L; 75 [(set VR256:$dst, (Int (bitconvert (memop addr:$src))))]>, VEX; 124 []>, VEX; 129 []>, VEX;
|
D | X86InstrFormats.td | 124 class VEX { bit hasVEXPrefix = 1; } 126 class VEX_4V : VEX { bit hasVEX_4VPrefix = 1; } 127 class VEX_4VOp3 : VEX { bit hasVEX_4VOp3Prefix = 1; } 167 bit hasVEXPrefix = 0; // Does this inst require a VEX prefix? 169 bit hasVEX_4VPrefix = 0; // Does this inst require the VEX.VVVV field? 170 bit hasVEX_4VOp3Prefix = 0; // Does this inst require the VEX.VVVV field to 293 let Predicates = !if(hasVEXPrefix /* VEX */, [HasAVX], 304 let Predicates = !if(hasVEXPrefix /* VEX */, [HasAVX], 315 let Predicates = !if(hasVEXPrefix /* VEX */, [HasAVX], 326 let Predicates = !if(hasVEX_4VPrefix /* VEX */, [HasAVX], [all …]
|
D | X86InstrShiftRotate.td | 846 []>, TAXD, VEX; 851 []>, TAXD, VEX;
|
/external/llvm/test/TableGen/ |
D | defmclass.td | 7 class VEX { bit hasVEX_4VPrefix = 1; } 38 defm Instr : Y, VEX;
|
/external/llvm/test/MC/Disassembler/X86/ |
D | invalid-VEX-vvvv.txt | 3 # This instruction would decode as movmskps if the vvvv field in the VEX prefix was all 1s.
|
/external/valgrind/main/ |
D | Makefile.tool.am | 12 $(top_builddir)/VEX/libvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a 16 $(top_builddir)/VEX/libvex-@VGCONF_ARCH_SEC@-@VGCONF_OS@.a
|
D | Makefile.tool-tests.am | 7 -I$(top_srcdir)/VEX/pub \
|
D | Makefile.am | 33 VEX \ subdir
|
D | Makefile.all.am | 127 -I$(top_srcdir)/VEX/pub \ 136 -I$(top_srcdir)/VEX/pub \
|
D | Makefile.vex.am | 1 # VEX/Makefile is generated from this file at configure-time.
|
D | NEWS | 146 265762 make public VEX headers compilable by G++ 3.x 346 262985 VEX regression in valgrind 3.6.0 in handling PowerPC VMX 542 243483 ppc: callgrind triggers VEX assertion failure 660 since VEX r2011 1043 - VEX/ is now integrated properly into the build system. This means 1044 that dependency tracking within VEX/ now works properly, "make 1105 110770 VEX: Generated files not always updated when making valgrind 1137 163560 VEX/test_main.c is missing from valgrind-3.3.1 1202 195838 VEX abort: LibVEX_N_SPILL_BYTES too small for CPUID boilerplate 1738 changed. Run 'svn log -r1689 VEX/pub/libvex_ir.h' for full details. [all …]
|
/external/valgrind/main/docs/internals/ |
D | release-HOWTO.txt | 146 "VEX svn://svn.valgrind.org/vex/tags/VEX_3_3_0" . 149 "VEX svn://svn.valgrind.org/vex/branches/VEX_3_3_BRANCH" . 161 "VEX svn://svn.valgrind.org/vex/tags/VEX_3_6_1" .
|
D | multiple-architectures.txt | 14 versions of the coregrind library and of VEX, and then build and link 67 and the VEX libraries:
|
D | 3_0_BUGSTATUS.txt | 216 110770 VEX: Generated files not always updated when making valgrind 566 111555 VEX/Makefile: CC is set to gcc
|
D | register-uses.txt | 162 why VEX cannot use it.
|
D | arm_thumb_notes_gdbserver.txt | 12 For more information about this, see VEX/pub/libvex_guest_arm.h.
|
D | 3_1_BUGSTATUS.txt | 119 v5593 wontfix 120658 Pass -Wdeclaration-after-statement to VEX build
|
D | 3_3_BUGSTATUS.txt | 58 VEX generates code that doesn't run on e500
|
D | xml-output.txt | 67 - VEX emulation warnings are not shown.
|
D | 3_2_BUGSTATUS.txt | 401 32 n-i-bz Use 'ifndef' in VEX's Makefile correctly
|
/external/valgrind/tsan/ |
D | Makefile | 29 VG_INCLUDES=-I$(VALGRIND_ROOT) -I$(VALGRIND_ROOT)/include -I$(VALGRIND_ROOT)/VEX/pub -I$(STLPORT_RO…
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 391 VEX = 1U << 0, enumerator
|
D | X86MCCodeEmitter.cpp | 974 bool HasVEXPrefix = (TSFlags >> X86II::VEXShift) & X86II::VEX; in EncodeInstruction()
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | README_DEVELOPERS | 327 and VEX registers : 329 translate to VEX registers. Someone with a good knowledge
|