HomeSort by relevance Sort by last modified time
    Searched refs:VEX (Results 1 - 6 of 6) sorted by null

  /external/valgrind/
Android.mk 75 external/valgrind/VEX/pub \
104 VEX/priv/main_globals.c \
105 VEX/priv/main_main.c \
106 VEX/priv/main_util.c \
107 VEX/priv/ir_defs.c \
108 VEX/priv/ir_match.c \
109 VEX/priv/ir_opt.c \
110 VEX/priv/ir_inject.c \
111 VEX/priv/guest_generic_bb_to_IR.c \
112 VEX/priv/guest_generic_x87.c
    [all...]
  /external/valgrind/solaris/
build_solaris_package 4 # directory. The Valgrind and VEX revisions are taken from that
64 svn export --quiet --ignore-externals $source_directory/VEX $SRCDIR/VEX \
65 2> $TMPDIR/svn-export-vex.log.stderr
66 (( $? != 0 )) && fail "Failed to export working copy from $source_directory/VEX."
72 vex_rev=$( svn info $source_directory/VEX | grep Revision | sed -e 's/Revision: //' )
75 [[ -z $vex_rev ]] && fail "Failed to find VEX revision."
77 echo "Valgrind revision: $valgrind_rev, VEX revision $vex_rev."
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 388 // XOPA - Prefix to encode 0xA in VEX.MMMM of XOP instructions.
466 // VEX - encoding using 0xC4/0xC5
467 VEX = 1 << EncodingShift,
493 /// operand 3 with VEX.vvvv.
503 /// VEX_L - Stands for a bit in the VEX opcode prefix meaning the current
510 // VEX_LIG - Specifies that this instruction ignores the L-bit in the VEX
520 // - 11 LIG (but, in insn encoding, leave VEX.L and EVEX.L in zeros.
X86MCCodeEmitter.cpp 81 // In the VEX prefix, registers are seen sequencially from 0-15 and encoded
85 // VEX.VVVV => XMM9 => ~9
586 /// called VEX.
591 assert(!(TSFlags & X86II::LOCK) && "Can't have LOCK VEX.");
627 // VEX_5M (VEX m-mmmmm field):
639 // VEX_4V (VEX vvvv field): a register specifier
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 127 VEX = 1, XOP = 2, EVEX = 3
256 // Special case since there is no attribute class for 64-bit and VEX
291 errs() << "Don't support VEX.L if EVEX_L2 is enabled: " << Name << "\n";
292 llvm_unreachable("Don't support VEX.L if EVEX_L2 is enabled");
377 } else if (Encoding == X86Local::VEX || Encoding == X86Local::XOP) {
609 // - In AVX, there is a register operand in the VEX.vvvv field here -
621 // in ModRMVEX and the one above the one in the VEX.VVVV field
630 // - In AVX, there is a register operand in the VEX.vvvv field here -
643 // in ModRMVEX and the one above the one in the VEX.VVVV field
652 // - In AVX, there is a register operand in the VEX.vvvv field here
    [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm     [all...]

Completed in 178 milliseconds