Home
last modified time | relevance | path

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

12

/external/valgrind/docs/internals/
D3_9_BUGSTATUS.txt5 === VEX/amd64 ==========================================================
15 330590 Missing support for multiple VEX CMP instruction Opcodes (Causes SIGILL)
22 === VEX/arm ============================================================
31 === VEX/arm64 ==========================================================
36 === VEX/x86 ============================================================
41 === VEX/mips ===========================================================
43 === VEX/ppc ============================================================
47 === VEX general ========================================================
176 338252 CFLAGS="-flto" and VEX/pub/libvex_guest_offsets.h (wishlist)
D3_10_BUGSTATUS.txt5 === VEX/amd64 ==========================================================
30 === VEX/arm ============================================================
47 === VEX/arm64 ==========================================================
49 === VEX/x86 ============================================================
60 === VEX/mips ===========================================================
67 === VEX/ppc ============================================================
71 === VEX/s390x ==========================================================
76 === VEX general ========================================================
Drelease-HOWTO.txt168 "VEX svn://svn.valgrind.org/vex/tags/VEX_3_3_0" .
171 "VEX svn://svn.valgrind.org/vex/branches/VEX_3_3_BRANCH" .
183 "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
Darm_thumb_notes_gdbserver.txt12 For more information about this, see VEX/pub/libvex_guest_arm.h.
D3_8_BUGSTATUS.txt269 314365 enable VEX to run asm helpers that do callee register saving
526 324882 CPUID should depend on VEX capabilities, not on underlying CPU
D3_1_BUGSTATUS.txt119 v5593 wontfix 120658 Pass -Wdeclaration-after-statement to VEX build
/external/llvm/test/TableGen/
Ddefmclass.td7 class VEX { bit hasVEX_4VPrefix = 1; }
38 defm Instr : Y, VEX;
/external/llvm/lib/Target/X86/
DX86InstrSSE.td578 VEX, VEX_LIG, Sched<[WriteStore]>;
598 IIC_SSE_MOV_S_RM, d>, VEX, VEX_LIG, Sched<[WriteLoad]>;
826 PS, VEX;
829 PD, VEX;
832 PS, VEX;
835 PD, VEX;
839 PS, VEX, VEX_L;
842 PD, VEX, VEX_L;
845 PS, VEX, VEX_L;
848 PD, VEX, VEX_L;
[all …]
DX86InstrFormats.td190 class VEX { Encoding OpEnc = EncVEX; }
192 class VEX_4V : VEX { bit hasVEX_4V = 1; }
193 class VEX_4VOp3 : VEX { bit hasVEX_4VOp3 = 1; }
197 class EVEX : VEX { Encoding OpEnc = EncEVEX; }
267 bit hasVEX_4V = 0; // Does this inst require the VEX.VVVV field?
268 bit hasVEX_4VOp3 = 0; // Does this inst require the VEX.VVVV field to
835 // XOP 5 operand instruction (VEX encoding!)
/external/valgrind/
DMakefile.tool-tests.am7 -I$(top_srcdir)/VEX/pub \
8 -I$(top_builddir)/VEX/pub \
DMakefile.all.am151 -I$(top_srcdir)/VEX/pub \
152 -I$(top_builddir)/VEX/pub \
161 -I$(top_srcdir)/VEX/pub \
162 -I$(top_builddir)/VEX/pub \
DMakefile.tool.am12 $(top_builddir)/VEX/libvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a
16 $(top_builddir)/VEX/libvex-@VGCONF_ARCH_SEC@-@VGCONF_OS@.a
DREADME_DEVELOPERS_processes60 Some bugs or changes only touch the VEX SVN repository, so it is not
62 In such a case, first commit the VEX change. Then just after, commit
DMakefile.vex.am1 # VEX/Makefile is generated from this file at configure-time.
107 # libvex-<platform>-<os>.a : containing all VEX objects, including
DMakefile.am23 VEX \
DNEWS198 345079 Fix build problems in VEX/useful/test_main.c
611 338445 amd64 vbit-test fails with unknown opcodes used by arm64 VEX
621 345079 Fix build problems in VEX/useful/test_main.c
904 314099 coverity pointed out error in VEX guest_ppc_toIR.c insn_suffix
937 319494 VEX Makefile-gcc standalone build update after r2702
1002 324816 Incorrect VEX implementation for xscvspdp/xvcvspdp for SNaN inputs
1278 293088 Add some VEX sanity checks for ppc64 unhandled instructions
1282 293808 CLFLUSH not supported by latest VEX for amd64
1345 302205 Fix compiler warnings for POWER VEX code and POWER test cases
1522 265762 make public VEX headers compilable by G++ 3.x
[all …]
/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/memcheck/tests/vbit-test/
DREADME33 To get the IRICB to VEX we use the new client request
56 typeof_primop which were imported from VEX/priv/ir_defs.c.
76 <valgrind>/VEX/priv/ir_inject.c
DMakefile.am39 -I$(top_srcdir)/VEX/pub
/external/valgrind/none/tests/
DMakefile.am253 libvex_test_LDADD = ../../VEX/libvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a
255 ../../VEX/libvexmultiarch-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a \
256 ../../VEX/libvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a
/external/llvm/test/CodeGen/X86/
Dfold-load-unops.ll6 ; ie, when generating SSE (non-VEX-prefixed) instructions.
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h467 VEX = 1 << EncodingShift, enumerator
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp127 VEX = 1, XOP = 2, EVEX = 3 enumerator
377 } else if (Encoding == X86Local::VEX || Encoding == X86Local::XOP) { in insnContext()

12