HomeSort by relevance Sort by last modified time
    Searched full:x86 (Results 251 - 275 of 5961) sorted by null

<<11121314151617181920>>

  /external/llvm/test/MC/AsmParser/
lit.local.cfg 4 if not 'X86' in targets:
  /external/llvm/test/MC/Disassembler/X86/
lit.local.cfg 4 if not 'X86' in targets:
  /external/llvm/test/MC/X86/AlignedBundling/
lit.local.cfg 4 if not 'X86' in targets:
  /external/llvm/test/Object/X86/
lit.local.cfg 4 if not 'X86' in targets:
objdump-disassembly-inline-relocations.test 3 RUN: llvm-objdump -d -r %p/../Inputs/trivial-object-test.coff-x86-64 \
4 RUN: | FileCheck %s -check-prefix COFF-x86-64
7 RUN: llvm-objdump -d -r %p/../Inputs/trivial-object-test.macho-x86-64 \
8 RUN: | FileCheck %s -check-prefix MACHO-x86-64
24 COFF-x86-64: file format COFF-x86-64
25 COFF-x86-64: Disassembly of section .text:
26 COFF-x86-64: 0: 48 83 ec 28 subq $40, %rsp
27 COFF-x86-64: 4: c7 44 24 24 00 00 00 00 movl $0, 36(%rsp)
28 COFF-x86-64: c: 48 8d 0d 00 00 00 00 leaq (%rip), %rc
    [all...]
  /external/llvm/test/Object/
objdump-private-headers.test 3 RUN: llvm-objdump -p %p/Inputs/program-headers.elf-x86-64 \
4 RUN: | FileCheck %s -check-prefix ELF-x86-64
12 ELF-x86-64: Program Header:
13 ELF-x86-64: LOAD off 0x0000000000000000 vaddr 0x0000000000400000 paddr 0x0000000000400000 align 2**21
14 ELF-x86-64: filesz 0x0000000000000138 memsz 0x0000000000000138 flags r-x
15 ELF-x86-64: EH_FRAME off 0x00000000000000f4 vaddr 0x00000000004000f4 paddr 0x00000000004000f4 align 2**2
16 ELF-x86-64: filesz 0x0000000000000014 memsz 0x0000000000000014 flags r--
17 ELF-x86-64: STACK off 0x0000000000000000 vaddr 0x0000000000000000 paddr 0x0000000000000000 align 2**3
18 ELF-x86-64: filesz 0x0000000000000000 memsz 0x0000000000000000 flags rw-
objdump-relocations.test 3 RUN: llvm-objdump -r %p/Inputs/trivial-object-test.coff-x86-64 \
4 RUN: | FileCheck %s -check-prefix COFF-x86-64
7 RUN: llvm-objdump -r %p/Inputs/trivial-object-test.elf-x86-64 \
8 RUN: | FileCheck %s -check-prefix ELF-x86-64
14 RUN: llvm-objdump -r %p/Inputs/relocations.elf-x86-64 \
15 RUN: | FileCheck %s -check-prefix ELF-complex-x86-64
22 COFF-x86-64: .text
23 COFF-x86-64: IMAGE_REL_AMD64_REL32 L.str
24 COFF-x86-64: IMAGE_REL_AMD64_REL32 puts
25 COFF-x86-64: IMAGE_REL_AMD64_REL32 SomeOtherFunctio
    [all...]
  /external/llvm/test/Other/X86/
lit.local.cfg 4 if not 'X86' in targets:
  /external/llvm/test/Transforms/LoopStrengthReduce/X86/
lit.local.cfg 4 if not 'X86' in targets:
  /external/llvm/test/Transforms/TailDup/X86/
lit.local.cfg 4 if not 'X86' in targets:
  /external/oprofile/
Makefile.am 92 module/x86/Makefile.in \
93 module/x86/oprofile_nmi.S \
94 module/x86/apic_compat.h \
95 module/x86/op_apic.h \
96 module/x86/op_arch.h \
97 module/x86/op_x86_model.h \
98 module/x86/op_msr.h \
99 module/x86/cpu_type.c \
100 module/x86/op_apic.c \
101 module/x86/op_fixmap.c
    [all...]
  /external/valgrind/main/exp-bbv/tests/
Makefile.am 8 SUBDIRS += x86
11 SUBDIRS += x86-linux
23 DIST_SUBDIRS = x86 x86-linux amd64-linux ppc32-linux arm-linux .
  /external/valgrind/main/memcheck/tests/
supp-dir.vgtest 3 vgopts: --suppressions=x86/
  /external/valgrind/main/memcheck/tests/x86/
fxsave.vgtest 2 prereq: ../../../tests/x86_amd64_features x86-sse
sse1_memory.vgtest 4 prereq: ../../../tests/x86_amd64_features x86-sse
sse2_memory.vgtest 4 prereq: ../../../tests/x86_amd64_features x86-sse2
  /external/valgrind/main/none/tests/x86/
ssse3_misaligned.vgtest 2 prereq: test -x ssse3_misaligned && ../../../tests/x86_amd64_features x86-ssse3
  /ndk/tests/build/issue41297-atomic-64bit/jni/
Application.mk 2 APP_ABI := armeabi armeabi-v7a x86
  /prebuilts/tools/darwin-x86/jetcreator/
PREBUILT 2 using the source located in external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
  /external/llvm/test/CodeGen/X86/
h-registers-0.ll 1 ; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s -check-prefix=X86-64
3 ; RUN: llc < %s -march=x86 | FileCheck %s -check-prefix=X86-32
5 ; Use h registers. On x86-64, codegen doesn't support general allocation
6 ; of h registers yet, due to x86 encoding complications.
9 ; X86-64-LABEL: bar64:
10 ; X86-64: shrq $8, %rdi
11 ; X86-64: incb %dil
19 ; X86-32-LABEL: bar64:
20 ; X86-32: incb %a
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 1 //===-- X86AsmBackend.cpp - X86 Assembler Backend -------------------------===//
34 MCDisableArithRelaxation("mc-x86-disable-arith-relaxation",
35 cl::desc("Disable relaxation of arithmetic instruction for X86"));
47 case X86::reloc_riprel_4byte:
48 case X86::reloc_riprel_4byte_movq_load:
49 case X86::reloc_signed_4byte:
50 case X86::reloc_global_offset_table:
75 return X86::NumTargetFixupKinds;
79 const static MCFixupKindInfo Infos[X86::NumTargetFixupKinds] = {
130 case X86::JAE_1: return X86::JAE_4
    [all...]
  /external/llvm/lib/Target/X86/InstPrinter/
X86InstComments.cpp 10 // This defines functionality used to emit comments about X86 instructions to
26 /// EmitAnyX86InstComments - This function decodes x86 instructions and prints
36 case X86::INSERTPSrr:
37 case X86::VINSERTPSrr:
44 case X86::MOVLHPSrr:
45 case X86::VMOVLHPSrr:
52 case X86::MOVHLPSrr:
53 case X86::VMOVHLPSrr:
60 case X86::PALIGNR128rr:
61 case X86::VPALIGNR128rr
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 26 #define DEBUG_TYPE "x86-codegen"
27 #include "X86.h"
72 virtual const char *getPassName() const { return "X86 FP Stackifier"; }
119 if (Reg < X86::FP0 || Reg > X86::FP6)
121 Mask |= 1 << (Reg - X86::FP0);
214 /// getStackEntry - Return the X86::FP<n> register in register ST(i).
221 /// getSTReg - Return the X86::ST(i) register which contains the specified
224 return StackTop - 1 - getSlot(RegNo) + X86::ST0;
253 BuildMI(*MBB, I, dl, TII->get(X86::XCH_F)).addReg(STReg)
    [all...]
  /bootable/diskinstaller/editdisklbl/
Android.mk 5 ifeq ($(TARGET_ARCH),x86)
17 endif # TARGET_ARCH == x86
  /dalvik/vm/
dalvik 21 ANDROID_ROOT=$ANDROID_BUILD_TOP/out/host/linux-x86 \
22 LD_LIBRARY_PATH=$ANDROID_BUILD_TOP/out/host/linux-x86/lib \
23 exec $ANDROID_BUILD_TOP/out/host/linux-x86/bin/dalvikvm \
25 :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/core-hostdex.jar\
26 :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/conscrypt-hostdex.jar\
27 :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/okhttp-hostdex.jar\
28 :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/bouncycastle-hostdex.jar\
29 :$ANDROID_BUILD_TOP/out/host/linux-x86/framework/apache-xml-hostdex.jar \

Completed in 2826 milliseconds

<<11121314151617181920>>