diff options
author | 2023-12-13 14:33:02 -0800 | |
---|---|---|
committer | 2023-12-14 20:21:20 +0000 | |
commit | 05fb4d66d085d4a79134a40652c88d9b38730f8b (patch) | |
tree | 2d3c8b2aed32b06f544a80f684ffb44cb18046e6 /compiler/compiler.cc | |
parent | 460de8d128e14841e47cc6ce30b6aa30768126a6 (diff) |
riscv64: opcodes with simple implementations
(1) setup
lunch aosp_riscv64-trunk-userdebug
export ART_TEST_SSH_USER=ubuntu
export ART_TEST_SSH_HOST=localhost
export ART_TEST_SSH_PORT=10001
export ART_TEST_ON_VM=true
. art/tools/buildbot-utils.sh
art/tools/buildbot-build.sh --target
# Create, boot and configure the VM.
art/tools/buildbot-vm.sh create
art/tools/buildbot-vm.sh boot
art/tools/buildbot-vm.sh setup-ssh # password: 'ubuntu'
art/tools/buildbot-cleanup-device.sh
art/tools/buildbot-setup-device.sh
art/tools/buildbot-sync.sh
(2) test
art/test.py --target -r --no-prebuild --ndebug --64 -j 12 --cdex-none --interpreter
Test: Run these opcodes against all interpreter
tests on a Linux RISC-V VM.
Test: Cuttlefish boot
Bug: 283082047
Change-Id: I979b7e11ad9d7f32fdafa69eda0cc9348f11f381
Diffstat (limited to 'compiler/compiler.cc')
0 files changed, 0 insertions, 0 deletions