Searched refs:VEX (Results 1 – 25 of 39) sorted by relevance
12
5 === 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)
5 === VEX/amd64 ==========================================================30 === VEX/arm ============================================================47 === VEX/arm64 ==========================================================49 === VEX/x86 ============================================================60 === VEX/mips ===========================================================67 === VEX/ppc ============================================================71 === VEX/s390x ==========================================================76 === VEX general ========================================================
168 "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" .
14 versions of the coregrind library and of VEX, and then build and link67 and the VEX libraries:
216 110770 VEX: Generated files not always updated when making valgrind566 111555 VEX/Makefile: CC is set to gcc
12 For more information about this, see VEX/pub/libvex_guest_arm.h.
269 314365 enable VEX to run asm helpers that do callee register saving526 324882 CPUID should depend on VEX capabilities, not on underlying CPU
119 v5593 wontfix 120658 Pass -Wdeclaration-after-statement to VEX build
7 class VEX { bit hasVEX_4VPrefix = 1; }38 defm Instr : Y, VEX;
578 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 …]
190 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 to835 // XOP 5 operand instruction (VEX encoding!)
7 -I$(top_srcdir)/VEX/pub \8 -I$(top_builddir)/VEX/pub \
151 -I$(top_srcdir)/VEX/pub \152 -I$(top_builddir)/VEX/pub \161 -I$(top_srcdir)/VEX/pub \162 -I$(top_builddir)/VEX/pub \
12 $(top_builddir)/VEX/libvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a16 $(top_builddir)/VEX/libvex-@VGCONF_ARCH_SEC@-@VGCONF_OS@.a
60 Some bugs or changes only touch the VEX SVN repository, so it is not62 In such a case, first commit the VEX change. Then just after, commit
1 # VEX/Makefile is generated from this file at configure-time.107 # libvex-<platform>-<os>.a : containing all VEX objects, including
23 VEX \
198 345079 Fix build problems in VEX/useful/test_main.c611 338445 amd64 vbit-test fails with unknown opcodes used by arm64 VEX621 345079 Fix build problems in VEX/useful/test_main.c904 314099 coverity pointed out error in VEX guest_ppc_toIR.c insn_suffix937 319494 VEX Makefile-gcc standalone build update after r27021002 324816 Incorrect VEX implementation for xscvspdp/xvcvspdp for SNaN inputs1278 293088 Add some VEX sanity checks for ppc64 unhandled instructions1282 293808 CLFLUSH not supported by latest VEX for amd641345 302205 Fix compiler warnings for POWER VEX code and POWER test cases1522 265762 make public VEX headers compilable by G++ 3.x[all …]
3 # This instruction would decode as movmskps if the vvvv field in the VEX prefix was all 1s.
33 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
39 -I$(top_srcdir)/VEX/pub
253 libvex_test_LDADD = ../../VEX/libvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a255 ../../VEX/libvexmultiarch-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a \256 ../../VEX/libvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a
6 ; ie, when generating SSE (non-VEX-prefixed) instructions.
467 VEX = 1 << EncodingShift, enumerator
127 VEX = 1, XOP = 2, EVEX = 3 enumerator377 } else if (Encoding == X86Local::VEX || Encoding == X86Local::XOP) { in insnContext()