OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vixl
(Results
51 - 75
of
86
) sorted by null
1
2
3
4
/external/vixl/src/vixl/
utils.h
32
#include "
vixl
/globals.h"
33
#include "
vixl
/compiler-intrinsics.h"
35
namespace
vixl
{
namespace
284
} // namespace
vixl
compiler-intrinsics.cc
29
namespace
vixl
{
namespace
144
} // namespace
vixl
compiler-intrinsics.h
33
namespace
vixl
{
namespace
152
} // namespace
vixl
globals.h
52
#include "
vixl
/platform.h"
invalset.h
35
#include "
vixl
/globals.h"
37
namespace
vixl
{
namespace
773
} // namespace
vixl
/external/vixl/doc/
changelog.md
0
VIXL
Change Log
88
+ Enable building
VIXL
on 32-bit hosts.
/art/
Android.mk
186
# We can only run the
vixl
tests on 64-bit hosts (
vixl
testing issue) when its a
187
# top-level build (to declare the
vixl
test rule).
190
VIXL_TEST_DEPENDENCY := run-
vixl
-tests
194
.PHONY: test-art-host-
vixl
195
test-art-host-
vixl
: $(VIXL_TEST_DEPENDENCY)
200
test-art-host-
vixl
test-art-host-dexdump
/external/vixl/examples/
non-const-visitor.h
30
using namespace
vixl
;
swap4.cc
33
//
VIXL
's macro assembler provides some functions to manipulate the stack.
/external/vixl/src/vixl/a64/
instructions-a64.cc
27
#include "
vixl
/a64/instructions-a64.h"
28
#include "
vixl
/a64/assembler-a64.h"
30
namespace
vixl
{
namespace
621
} // namespace
vixl
decoder-a64.cc
27
#include "
vixl
/globals.h"
28
#include "
vixl
/utils.h"
29
#include "
vixl
/a64/decoder-a64.h"
31
namespace
vixl
{
namespace
877
} // namespace
vixl
instructions-a64.h
30
#include "
vixl
/globals.h"
31
#include "
vixl
/utils.h"
32
#include "
vixl
/a64/constants-a64.h"
34
namespace
vixl
{
namespace
755
} // namespace
vixl
instrument-a64.cc
27
#include "
vixl
/a64/instrument-a64.h"
29
namespace
vixl
{
namespace
851
} // namespace
vixl
simulator-a64.h
30
#include "
vixl
/globals.h"
31
#include "
vixl
/utils.h"
32
#include "
vixl
/a64/instructions-a64.h"
33
#include "
vixl
/a64/assembler-a64.h"
34
#include "
vixl
/a64/disasm-a64.h"
35
#include "
vixl
/a64/instrument-a64.h"
36
#include "
vixl
/a64/simulator-constants-a64.h"
38
namespace
vixl
{
namespace
[
all
...]
debugger-a64.cc
29
#include "
vixl
/a64/debugger-a64.h"
31
namespace
vixl
{
namespace
720
char* line = ReadCommandLine("
vixl
> ", buffer, kMaxDebugShellLine);
[
all
...]
macro-assembler-a64.h
33
#include "
vixl
/globals.h"
34
#include "
vixl
/a64/assembler-a64.h"
35
#include "
vixl
/a64/debugger-a64.h"
36
#include "
vixl
/a64/instrument-a64.h"
37
#include "
vixl
/a64/simulator-constants-a64.h"
57
namespace
vixl
{
namespace
[
all
...]
assembler-a64.h
31
#include "
vixl
/globals.h"
32
#include "
vixl
/invalset.h"
33
#include "
vixl
/utils.h"
34
#include "
vixl
/code-buffer.h"
35
#include "
vixl
/a64/instructions-a64.h"
37
namespace
vixl
{
namespace
[
all
...]
simulator-a64.cc
31
#include "
vixl
/a64/simulator-a64.h"
33
namespace
vixl
{
namespace
92
// Set the sample period to 10, as the
VIXL
examples and tests are short.
[
all
...]
/external/vixl/test/examples/
test-examples.cc
27
#include "
vixl
/a64/macro-assembler-a64.h"
28
#include "
vixl
/a64/debugger-a64.h"
29
#include "
vixl
/a64/simulator-a64.h"
39
using namespace
vixl
;
/art/runtime/arch/arm64/
registers_arm64.h
64
IP0 = X16, // Used as scratch by
VIXL
.
/art/compiler/
Android.mk
275
#
Vixl
assembly support for ARM64 targets.
/art/build/
Android.common_build.mk
210
external/
vixl
/src \
/art/test/538-checker-embed-constants/src/
Main.java
480
* defers to immediate value handling to
VIXL
when it has only one use.
/external/valgrind/VEX/switchback/
switchback.c
148
// https://github.com/armvixl/
vixl
/blob/master/src/a64/cpu-a64.cc
/external/vixl/test/
test-simulator-a64.cc
34
#include "
vixl
/a64/macro-assembler-a64.h"
35
#include "
vixl
/a64/simulator-a64.h"
37
namespace
vixl
{
namespace
[
all
...]
Completed in 384 milliseconds
1
2
3
4