/external/llvm/test/MC/Disassembler/ARM/ |
D | thumb-v8.1a.txt | 2 …t llvm-mc -triple thumbv8 -mattr=+v8 --disassemble < %s 2>&1 | FileCheck %s --check-prefix=CHECK-V8 6 # CHECK-V8: warning: invalid instruction encoding 7 # CHECK-V8: [0x11,0xff,0x12,0x0b] 8 # CHECK-V8: ^ 12 # CHECK-V8: warning: invalid instruction encoding 13 # CHECK-V8: [0x21,0xff,0x12,0x0b] 14 # CHECK-V8: ^ 18 # CHECK-V8: warning: invalid instruction encoding 19 # CHECK-V8: [0x12,0xff,0x54,0x0b] 20 # CHECK-V8: ^ [all …]
|
D | armv8.1a.txt | 2 …not llvm-mc -triple armv8 -mattr=+v8 --disassemble < %s 2>&1 | FileCheck %s --check-prefix=CHECK-V8 12 # CHECK-V8: warning: invalid instruction encoding 13 # CHECK-V8: [0x54,0x0b,0x12,0xf3] 14 # CHECK-V8: warning: invalid instruction encoding 15 # CHECK-V8: [0x12,0x0b,0x21,0xf3] 16 # CHECK-V8: warning: invalid instruction encoding 17 # CHECK-V8: [0x54,0x0c,0x12,0xf3] 18 # CHECK-V8: warning: invalid instruction encoding 19 # CHECK-V8: [0x12,0x0c,0x21,0xf3] 29 # CHECK-V8: warning: invalid instruction encoding [all …]
|
/external/llvm/test/MC/Sparc/ |
D | sparcv9-instructions.s | 1 ! RUN: not llvm-mc %s -arch=sparc -show-encoding 2>&1 | FileCheck %s --check-prefix=V8 4 ! V8: error: invalid instruction mnemonic 5 ! V8-NEXT: addc %g2, %g1, %g3 9 ! V8: error: invalid instruction mnemonic 10 ! V8-NEXT: addccc %g1, %g2, %g3 14 ! V8: error: invalid instruction mnemonic 15 ! V8-NEXT: subc %g2, %g1, %g3 19 ! V8: error: invalid instruction mnemonic 20 ! V8-NEXT: subccc %g1, %g2, %g3 24 ! V8: error: instruction requires a CPU feature not currently enabled [all …]
|
/external/v8/src/ |
D | counters.h | 892 HR(detached_context_age_in_gc, V8.DetachedContextAgeInGC, 0, 20, 21) \ 893 HR(gc_idle_time_allotted_in_ms, V8.GCIdleTimeAllottedInMS, 0, 10000, 101) \ 894 HR(gc_idle_time_limit_overshot, V8.GCIdleTimeLimit.Overshot, 0, 10000, 101) \ 895 HR(gc_idle_time_limit_undershot, V8.GCIdleTimeLimit.Undershot, 0, 10000, \ 897 HR(code_cache_reject_reason, V8.CodeCacheRejectReason, 1, 6, 6) \ 898 HR(errors_thrown_per_context, V8.ErrorsThrownPerContext, 0, 200, 20) \ 899 HR(debug_feature_usage, V8.DebugFeatureUsage, 1, 7, 7) \ 900 HR(incremental_marking_reason, V8.GCIncrementalMarkingReason, 0, 21, 22) \ 901 HR(mark_compact_reason, V8.GCMarkCompactReason, 0, 21, 22) \ 902 HR(scavenge_reason, V8.GCScavengeReason, 0, 21, 22) \ [all …]
|
D | v8.cc | 35 v8::Platform* V8::platform_ = NULL; 38 bool V8::Initialize() { in Initialize() 44 void V8::TearDown() { in TearDown() 55 void V8::InitializeOncePerProcessImpl() { in InitializeOncePerProcessImpl() 88 void V8::InitializeOncePerProcess() { in InitializeOncePerProcess() 93 void V8::InitializePlatform(v8::Platform* platform) { in InitializePlatform() 101 void V8::ShutdownPlatform() { in ShutdownPlatform() 108 v8::Platform* V8::GetCurrentPlatform() { in GetCurrentPlatform() 114 void V8::SetPlatformForTesting(v8::Platform* platform) { platform_ = platform; } in SetPlatformForTesting() 117 void V8::SetNativesBlob(StartupData* natives_blob) { in SetNativesBlob() [all …]
|
/external/llvm/test/MC/ARM/ |
D | invalid-fp-armv8.s | 1 …N: not llvm-mc -triple armv8 -show-encoding -mattr=-neon < %s 2>&1 | FileCheck %s --check-prefix=V8 11 @ V8: error: invalid instruction 13 @ V8: error: invalid instruction 15 @ V8: error: invalid instruction 17 @ V8: error: invalid instruction 19 @ V8: error: invalid instruction 21 @ V8: error: invalid instruction 23 @ V8: error: invalid instruction 25 @ V8: error: invalid instruction 27 @ V8: error: invalid instruction [all …]
|
D | basic-thumb2-instructions-v8.s | 3 @ RUN: llvm-mc -triple thumbv8 -show-encoding < %s | FileCheck %s --check-prefix=CHECK-V8 9 @ CHECK-V8: hlt #0 @ encoding: [0x80,0xba] 10 @ CHECK-V8: hlt #63 @ encoding: [0xbf,0xba] 18 @ CHECK-V8: it pl @ encoding: [0x58,0xbf] 19 @ CHECK-V8: hlt #24 @ encoding: [0x98,0xba] 24 @ CHECK-V8: hlt #24 @ encoding: [0x98,0xba] 31 @ CHECK-V8: sbc.w r6, r3, sp, asr #16 @ encoding: [0x63,0xeb,0x2d,0x46] 32 @ CHECK-V8: and.w r6, r3, sp, asr #16 @ encoding: [0x03,0xea,0x2d,0x46] 33 @ CHECK-V8: and sp, r0, #0 @ encoding: [0x00,0xf0,0x00,0x0d] 42 @ CHECK-V8: dcps1 @ encoding: [0x8f,0xf7,0x01,0x80] [all …]
|
D | basic-arm-instructions-v8.s | 3 @ RUN: llvm-mc -triple armv8 -show-encoding < %s | FileCheck %s --check-prefix=CHECK-V8 9 @ CHECK-V8: hlt #0 @ encoding: [0x70,0x00,0x00,0xe1] 10 @ CHECK-V8: hlt #65535 @ encoding: [0x7f,0xff,0x0f,0xe1] 16 @ CHECK-V8: hlt #0 @ encoding: [0x70,0x00,0x00,0xe1] 27 @ CHECK-V8: dmb ishld @ encoding: [0x59,0xf0,0x7f,0xf5] 28 @ CHECK-V8: dmb oshld @ encoding: [0x51,0xf0,0x7f,0xf5] 29 @ CHECK-V8: dmb nshld @ encoding: [0x55,0xf0,0x7f,0xf5] 30 @ CHECK-V8: dmb ld @ encoding: [0x5d,0xf0,0x7f,0xf5] 44 @ CHECK-V8: dsb ishld @ encoding: [0x49,0xf0,0x7f,0xf5] 45 @ CHECK-V8: dsb oshld @ encoding: [0x41,0xf0,0x7f,0xf5] [all …]
|
D | directive-arch_extension-crypto.s | 4 @ RUN: | FileCheck %s -check-prefix CHECK-V8 8 @ RUN: | FileCheck %s -check-prefix CHECK-V8 62 @ CHECK-V8: error: instruction requires: crypto 66 @ CHECK-V8: error: instruction requires: crypto 69 @ CHECK-V8: error: instruction requires: crypto 72 @ CHECK-V8: error: instruction requires: crypto 75 @ CHECK-V8: error: instruction requires: crypto 79 @ CHECK-V8: error: instruction requires: crypto 82 @ CHECK-V8: error: instruction requires: crypto 85 @ CHECK-V8: error: instruction requires: crypto [all …]
|
D | directive-arch_extension-crc.s | 4 @ RUN: | FileCheck %s -check-prefix CHECK-V8 40 @ CHECK-V8: error: instruction requires: crc 43 @ CHECK-V8: error: instruction requires: crc 46 @ CHECK-V8: error: instruction requires: crc 50 @ CHECK-V8: error: instruction requires: crc 53 @ CHECK-V8: error: instruction requires: crc 56 @ CHECK-V8: error: instruction requires: crc
|
/external/llvm/test/CodeGen/SPARC/ |
D | float.ll | 1 ; RUN: llc -march=sparc < %s | FileCheck %s -check-prefix=V8 -check-prefix=V8-BE 2 ; RUN: llc -march=sparcel < %s | FileCheck %s -check-prefix=V8 -check-prefix=V8-EL 3 ; RUN: llc -march=sparc -O0 < %s | FileCheck %s -check-prefix=V8-UNOPT 7 ; V8-LABEL: test_neg: 8 ; V8: call get_double 9 ; V8-BE: fnegs %f0, %f0 10 ; V8-EL: fnegs %f1, %f1 12 ; V8-UNOPT-LABEL: test_neg: 13 ; V8-UNOPT: fnegs 14 ; V8-UNOPT: ! implicit-def [all …]
|
D | 2011-01-11-CC.ll | 1 ; RUN: llc -march=sparc <%s | FileCheck %s -check-prefix=V8 8 ; V8: addcc 9 ; V8-NOT: subcc 10 ; V8: addx 24 ; V8: test_select_int_icc 25 ; V8: cmp 26 ; V8: {{be|bne}} 39 ; V8: test_select_fp_icc 40 ; V8: cmp 41 ; V8: {{be|bne}} [all …]
|
D | 2011-01-11-Call.ll | 2 ; RUN: llc -march=sparc <%s | FileCheck %s --check-prefix=V8 5 ; V8-LABEL: test 6 ; V8: save %sp 7 ; V8: call foo 8 ; V8-NEXT: nop 9 ; V8: call bar 10 ; V8-NEXT: nop 11 ; V8: ret 12 ; V8-NEXT: restore 35 ; V8-LABEL: test_tail_call_with_return [all …]
|
D | 2011-01-11-FrameAddr.ll | 1 ;RUN: llc -march=sparc < %s | FileCheck %s -check-prefix=V8 3 ;RUN: llc -march=sparc -regalloc=basic < %s | FileCheck %s -check-prefix=V8 10 ;V8-LABEL: frameaddr: 11 ;V8: save %sp, -96, %sp 12 ;V8: ret 13 ;V8: restore %g0, %fp, %o0 33 ;V8-LABEL: frameaddr2: 34 ;V8: ta 3 35 ;V8: ld [%fp+56], {{.+}} 36 ;V8: ld [{{.+}}+56], {{.+}} [all …]
|
D | 2013-05-17-CallFrame.ll | 1 ; RUN: llc -march=sparc < %s | FileCheck %s --check-prefix=V8 4 ; V8-LABEL: variable_alloca_with_adj_call_stack 5 ; V8: save %sp, -96, %sp 6 ; V8: add {{.+}}, 96, %o0 7 ; V8: add %sp, -16, %sp 8 ; V8: call foo 9 ; V8: add %sp, 16, %sp
|
D | ctpop.ll | 1 ; RUN: llc < %s -march=sparc -mattr=-v9 | FileCheck %s -check-prefix=V8 3 ; RUN: llc < %s -march=sparc -mcpu=v9 | FileCheck %s -check-prefix=V8 4 ; RUN: llc < %s -march=sparc -mcpu=ultrasparc | FileCheck %s -check-prefix=V8 5 ; RUN: llc < %s -march=sparc -mcpu=ultrasparc3 | FileCheck %s -check-prefix=V8 6 ; RUN: llc < %s -march=sparc -mcpu=niagara | FileCheck %s -check-prefix=V8 14 ; V8-LABEL: test 15 ; V8-NOT: popc
|
/external/v8/infra/mb/ |
D | mb_config.pyl | 1 # Copyright 2016 The V8 project authors. All rights reserved. 36 'V8 Linux - builder': 'gn_release_x86_gcmole', 37 'V8 Linux - debug builder': 'gn_debug_x86', 38 'V8 Linux - nosnap builder': 'gn_release_x86_no_snap', 39 'V8 Linux - nosnap debug builder': 'gn_debug_x86_no_snap', 40 'V8 Linux - shared': 'gn_release_x86_shared_verify_heap', 41 'V8 Linux - noi18n - debug': 'gn_debug_x86_no_i18n', 43 'V8 Linux64 - builder': 'gn_release_x64_valgrind', 44 'V8 Linux64 - debug builder': 'gn_debug_x64_valgrind', 45 'V8 Linux64 - custom snapshot - debug builder': 'gn_debug_x64_custom', [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/SPARC/ |
D | 2011-01-11-CC.ll | 1 ; RUN: llc -march=sparc <%s | FileCheck %s -check-prefix=V8 7 ; V8: addcc 8 ; V8-NOT: subcc 9 ; V8: addx 23 ; V8: test_select_int_icc 24 ; V8: subcc 25 ; V8: {{be|bne}} 38 ; V8: test_select_fp_icc 39 ; V8: subcc 40 ; V8: {{be|bne}} [all …]
|
D | 2011-01-11-FrameAddr.ll | 1 ;RUN: llc -march=sparc < %s | FileCheck %s -check-prefix=V8 3 ;RUN: llc -march=sparc -regalloc=basic < %s | FileCheck %s -check-prefix=V8 8 ;V8: frameaddr 9 ;V8: or %g0, %fp, {{.+}} 19 ;V8: frameaddr2 20 ;V8: ta 3 21 ;V8: ld [%fp+56], {{.+}} 22 ;V8: ld [{{.+}}+56], {{.+}} 23 ;V8: ld [{{.+}}+56], {{.+}} 40 ;V8: retaddr [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | arm-and-tst-peephole.ll | 5 ; RUN: llc -mtriple=thumbv8-eabi -arm-atomic-cfg-tidy=0 %s -o - | FileCheck -check-prefix=V8 %s 44 ; V8-LABEL: %tailrecurse.switch 45 ; V8: cmp 46 ; V8-NEXT: beq 47 ; V8-NEXT: %tailrecurse.switch 48 ; V8: cmp 49 ; V8-NEXT: beq 50 ; V8-NEXT: %tailrecurse.switch 51 ; V8: cmp 52 ; V8-NEXT: beq [all …]
|
D | 2013-05-05-IfConvertBug.ll | 2 ; RUN: llc < %s -mtriple=thumbv8 | FileCheck -check-prefix=CHECK-V8 %s 3 ; RUN: llc < %s -mtriple=thumbv7 -arm-restrict-it | FileCheck -check-prefix=CHECK-V8 %s 79 ;CHECK-V8-LABEL: t4: 127 ; CHECK-V8-LABEL: wrapDistance: 128 ; CHECK-V8: cmp r1, #59 129 ; CHECK-V8-NEXT: bgt 130 ; CHECK-V8-NEXT: %if.then 131 ; CHECK-V8-NEXT: subs r0, r2, #1 132 ; CHECK-V8-NEXT: bx lr 133 ; CHECK-V8-NEXT: %if.else [all …]
|
/external/v8/tools/ |
D | v8-info.sh | 39 V8="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" 43 cd $V8 49 Fetches V8 revision information from a git-svn checkout. 54 -i Print revision info for all branches matching the V8 version. 56 Output format: [Git hash] [SVN revision] [V8 version] 58 -v Print the V8 version tag for a trunk SVN revision. 60 Output format: [V8 version] 62 -m Print all patches that were merged to the specified V8 branch. 64 Output format: [V8 version] [SVN revision] [SVN patch merged]*. 66 -p Print all patches merged to a specific V8 point-release. [all …]
|
/external/v8/ |
D | README.md | 1 V8 JavaScript Engine 4 V8 is Google's open source JavaScript engine. 6 V8 implements ECMAScript as specified in ECMA-262. 8 V8 is written in C++ and is used in Google Chrome, the open source 11 V8 can run standalone, or can be embedded into any C++ application. 13 V8 Project page: https://github.com/v8/v8/wiki 23 This will checkout V8 into the directory `v8` and fetch all of its dependencies. 40 [V8 wiki](https://github.com/v8/v8/wiki/Contributing).
|
/external/v8/samples/ |
D | hello-world.cc | 16 V8::InitializeICUDefaultLocation(argv[0]); in main() 17 V8::InitializeExternalStartupData(argv[0]); in main() 19 V8::InitializePlatform(platform); in main() 20 V8::Initialize(); in main() 57 V8::Dispose(); in main() 58 V8::ShutdownPlatform(); in main()
|
/external/v8/tools/visual_studio/ |
D | README.txt | 1 The Microsoft Visual Studio project files for including V8 in a Visual 5 V8 project. It contains the required infrastructure and a README.txt 9 project integrated V8 into the Windows build. 11 The main build system for V8 is still SCons, see the V8 wiki page
|