/ndk/tests/device/fenv/jni/ |
Application.mk | 1 APP_ABI := armeabi-v7a x86 mips
|
/external/llvm/lib/Target/X86/ |
X86InstrInfo.cpp | 1 //===-- X86InstrInfo.cpp - X86 Instruction Information --------------------===// 10 // This file contains the X86 implementation of the TargetInstrInfo class. 15 #include "X86.h" 49 " fuse, but the X86 backend currently can't"), 95 ? X86::ADJCALLSTACKDOWN64 96 : X86::ADJCALLSTACKDOWN32), 98 ? X86::ADJCALLSTACKUP64 99 : X86::ADJCALLSTACKUP32)), 103 { X86::ADC32ri, X86::ADC32mi, 0 } [all...] |
X86RegisterInfo.cpp | 1 //===-- X86RegisterInfo.cpp - X86 Register Information --------------------===// 10 // This file contains the X86 implementation of the TargetRegisterInfo class. 12 // on X86. 17 #include "X86.h" 54 EnableBasePointer("x86-use-base-pointer", cl::Hidden, cl::init(true), 59 ? X86::RIP : X86::EIP), 63 ? X86::RIP : X86::EIP)), 74 StackPtr = X86::RSP [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
x86_test.sh | 2 ${srcdir}/out_test.sh x86_test modules/arch/x86/tests "x86 arch" "-f bin" ""
|
Makefile.inc | 1 TESTS += modules/arch/x86/tests/x86_test.sh 3 EXTRA_DIST += modules/arch/x86/tests/x86_test.sh 4 EXTRA_DIST += modules/arch/x86/tests/gen-fma-test.py 5 EXTRA_DIST += modules/arch/x86/tests/addbyte.asm 6 EXTRA_DIST += modules/arch/x86/tests/addbyte.errwarn 7 EXTRA_DIST += modules/arch/x86/tests/addbyte.hex 8 EXTRA_DIST += modules/arch/x86/tests/addrop.asm 9 EXTRA_DIST += modules/arch/x86/tests/addrop.errwarn 10 EXTRA_DIST += modules/arch/x86/tests/addrop.hex 11 EXTRA_DIST += modules/arch/x86/tests/addrop-err.as [all...] |
/ndk/tests/build/issue21132-__ARM_ARCH__/jni/ |
Application.mk | 1 # Only armeabi-v7a and x86 instruction for fast __swap32md 2 APP_ABI := armeabi-v7a x86
|
/bionic/libc/arch-x86/ |
syscalls.mk | 3 syscall_src += arch-x86/syscalls/_exit.S 4 syscall_src += arch-x86/syscalls/_exit_thread.S 5 syscall_src += arch-x86/syscalls/__fork.S 6 syscall_src += arch-x86/syscalls/_waitpid.S 7 syscall_src += arch-x86/syscalls/__waitid.S 8 syscall_src += arch-x86/syscalls/wait4.S 9 syscall_src += arch-x86/syscalls/__sys_clone.S 10 syscall_src += arch-x86/syscalls/execve.S 11 syscall_src += arch-x86/syscalls/__setuid.S 12 syscall_src += arch-x86/syscalls/getuid. [all...] |
x86.mk | 2 arch-x86/bionic/clone.S \ 3 arch-x86/bionic/_exit_with_stack_teardown.S \ 4 arch-x86/bionic/futex_x86.S \ 5 arch-x86/bionic/__get_sp.S \ 6 arch-x86/bionic/__get_tls.c \ 7 arch-x86/bionic/_setjmp.S \ 8 arch-x86/bionic/setjmp.S \ 9 arch-x86/bionic/__set_tls.c \ 10 arch-x86/bionic/sigsetjmp.S \ 11 arch-x86/bionic/syscall.S [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/ |
Makefile.inc | 1 TESTS += modules/arch/x86/tests/gas64/x86_gas64_test.sh 3 EXTRA_DIST += modules/arch/x86/tests/gas64/x86_gas64_test.sh 4 EXTRA_DIST += modules/arch/x86/tests/gas64/align64.asm 5 EXTRA_DIST += modules/arch/x86/tests/gas64/align64.hex 6 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-cbw.asm 7 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-cbw.hex 8 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-fp.asm 9 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-fp.hex 10 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-inout.asm 11 EXTRA_DIST += modules/arch/x86/tests/gas64/gas-inout.he [all...] |
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/manifest/ |
manifest_arch_specific.nmf | 3 "x86-32": {"url": "subdir/manifest_good_x86-32.nexe"}, 4 "x86-64": {"url": "subdir/manifest_good_x86-64.nexe"}, 8 "x86-32-specific": { 9 "x86-32": {"url": "subdir/manifest_good_x86-32.nexe"} 11 "x86-64-specific": { 12 "x86-64": {"url": "subdir/manifest_good_x86-64.nexe"}
|
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/ |
partly_invalid.nmf | 3 "x86-32": {"url": "partly_invalid.nexe"}, 4 "x86-64": {"url": "partly_invalid.nexe"},
|
ppapi_bad_doesnotexist.nmf | 3 "x86-32": {"url": "doesnotexist.nexe"}, 4 "x86-64": {"url": "doesnotexist.nexe"},
|
ppapi_bad_magic.nmf | 3 "x86-32": {"url": "ppapi_bad.html"}, 4 "x86-64": {"url": "ppapi_bad.html"},
|
ppapi_bad_manifest_uses_nexes.nmf | 3 "x86-32": "doesnotexist.nexe", 4 "x86-64": "doesnotexist.nexe",
|
/external/chromium_org/ppapi/tests/ |
ppapi_nacl_tests_newlib.nmf | 3 "x86-64": {"url": "ppapi_nacl_tests_newlib_x64.nexe"}, 4 "x86-32": {"url": "ppapi_nacl_tests_newlib_x32.nexe"},
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/ |
x86_gas32_test.sh | 2 ${srcdir}/out_test.sh x86_gas32_test modules/arch/x86/tests/gas32 "x86 gas format" "-f elf32 -p gas" ".o"
|
Makefile.inc | 1 TESTS += modules/arch/x86/tests/gas32/x86_gas32_test.sh 3 EXTRA_DIST += modules/arch/x86/tests/gas32/x86_gas32_test.sh 4 EXTRA_DIST += modules/arch/x86/tests/gas32/align32.asm 5 EXTRA_DIST += modules/arch/x86/tests/gas32/align32.hex 6 EXTRA_DIST += modules/arch/x86/tests/gas32/gas-farithr.asm 7 EXTRA_DIST += modules/arch/x86/tests/gas32/gas-farithr.hex 8 EXTRA_DIST += modules/arch/x86/tests/gas32/gas-farjump.asm 9 EXTRA_DIST += modules/arch/x86/tests/gas32/gas-farjump.hex 10 EXTRA_DIST += modules/arch/x86/tests/gas32/gas-fpmem.asm 11 EXTRA_DIST += modules/arch/x86/tests/gas32/gas-fpmem.he [all...] |
/external/valgrind/main/memcheck/tests/x86/ |
xor-undef-x86.vgtest | 2 prog: xor-undef-x86 3 prereq: ../../../tests/x86_amd64_features x86-sse
|
/external/valgrind/main/none/tests/x86/ |
bug137714-x86.vgtest | 1 prog: bug137714-x86 2 prereq: ../../../tests/x86_amd64_features x86-sse2
|
/dalvik/vm/mterp/x86/ |
OP_ADD_INT_LIT16.S | 2 %include "x86/binopLit16.S" {"instr":"addl %ecx,%eax"}
|
OP_ADD_INT_LIT8.S | 2 %include "x86/binopLit8.S" {"instr":"addl %ecx,%eax"}
|
OP_AGET_BOOLEAN.S | 2 %include "x86/OP_AGET.S" { "load":"movzbl", "shift":"1" }
|
OP_AGET_BYTE.S | 2 %include "x86/OP_AGET.S" { "load":"movsbl", "shift":"1" }
|
OP_AGET_CHAR.S | 2 %include "x86/OP_AGET.S" { "load":"movzwl", "shift":"2" }
|
OP_AGET_SHORT.S | 2 %include "x86/OP_AGET.S" { "load":"movswl", "shift":"2" }
|