diff options
author | 2023-05-03 16:46:55 -0700 | |
---|---|---|
committer | 2023-05-11 16:41:52 +0000 | |
commit | 884afe886026881b4b50409a6b912c79eead67d8 (patch) | |
tree | 1c203898507dd157e5cd0adc9355a99289dc468f /compiler/utils/assembler_test.h | |
parent | 593fc2ed0b80bc2af4834f595cbb9fcc20edeb03 (diff) |
riscv64: op_const_4 implementation
Minimal asm to start HelloWorld until we hit the next opcode
(nterp_op_new_array) with SIGILL.
Test: Run ART test 001-HelloWorld on a Linux RISC-V VM:
lunch aosp_riscv64-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
# Test Nterp (first revert 2547153 in local build)
art/test.py --target -r --no-prebuild --ndebug --no-image \
--64 001-HelloWorld
# SIGILL in nterp_op_new_array
Change-Id: I0600394428eb1a1f16b9390f80faea5c3f893141
Diffstat (limited to 'compiler/utils/assembler_test.h')
0 files changed, 0 insertions, 0 deletions