diff options
author | 2023-12-16 10:26:35 -0800 | |
---|---|---|
committer | 2023-12-21 06:33:04 +0000 | |
commit | 501ede92044c065a225bd05347449790b8f941c5 (patch) | |
tree | 43792a3a6c8a9d9de469d3be211c0429c333ed94 /compiler/optimizing/instruction_builder.cc | |
parent | 38855ee54a03e29e8391a1f362aaec543c767f10 (diff) |
riscv64: IGET and IPUT opcodes
(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: I04eba21d71b6a22150e7e8693f74b05feac15c81
Diffstat (limited to 'compiler/optimizing/instruction_builder.cc')
0 files changed, 0 insertions, 0 deletions