Home
last modified time | relevance | path

Searched refs:VEX (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/lib/Target/X86/
DX86InstrSSE.td507 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 …]
DX86InstrXOP.td17 [(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;
DX86InstrFormats.td124 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 …]
DX86InstrShiftRotate.td846 []>, TAXD, VEX;
851 []>, TAXD, VEX;
/external/llvm/test/TableGen/
Ddefmclass.td7 class VEX { bit hasVEX_4VPrefix = 1; }
38 defm Instr : Y, VEX;
/external/llvm/test/MC/Disassembler/X86/
Dinvalid-VEX-vvvv.txt3 # This instruction would decode as movmskps if the vvvv field in the VEX prefix was all 1s.
/external/valgrind/main/
DMakefile.tool.am12 $(top_builddir)/VEX/libvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a
16 $(top_builddir)/VEX/libvex-@VGCONF_ARCH_SEC@-@VGCONF_OS@.a
DMakefile.tool-tests.am7 -I$(top_srcdir)/VEX/pub \
DMakefile.am33 VEX \ subdir
DMakefile.all.am127 -I$(top_srcdir)/VEX/pub \
136 -I$(top_srcdir)/VEX/pub \
DMakefile.vex.am1 # VEX/Makefile is generated from this file at configure-time.
DNEWS146 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/
Drelease-HOWTO.txt146 "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" .
Dmultiple-architectures.txt14 versions of the coregrind library and of VEX, and then build and link
67 and the VEX libraries:
D3_0_BUGSTATUS.txt216 110770 VEX: Generated files not always updated when making valgrind
566 111555 VEX/Makefile: CC is set to gcc
Dregister-uses.txt162 why VEX cannot use it.
Darm_thumb_notes_gdbserver.txt12 For more information about this, see VEX/pub/libvex_guest_arm.h.
D3_1_BUGSTATUS.txt119 v5593 wontfix 120658 Pass -Wdeclaration-after-statement to VEX build
D3_3_BUGSTATUS.txt58 VEX generates code that doesn't run on e500
Dxml-output.txt67 - VEX emulation warnings are not shown.
D3_2_BUGSTATUS.txt401 32 n-i-bz Use 'ifndef' in VEX's Makefile correctly
/external/valgrind/tsan/
DMakefile29 VG_INCLUDES=-I$(VALGRIND_ROOT) -I$(VALGRIND_ROOT)/include -I$(VALGRIND_ROOT)/VEX/pub -I$(STLPORT_RO…
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h391 VEX = 1U << 0, enumerator
DX86MCCodeEmitter.cpp974 bool HasVEXPrefix = (TSFlags >> X86II::VEXShift) & X86II::VEX; in EncodeInstruction()
/external/valgrind/main/coregrind/m_gdbserver/
DREADME_DEVELOPERS327 and VEX registers :
329 translate to VEX registers. Someone with a good knowledge

12