diff options
| author | 2023-12-19 14:38:17 -0800 | |
|---|---|---|
| committer | 2023-12-22 02:35:38 +0000 | |
| commit | c209f168b9d93f8cee155904b1a209345a7a1aaa (patch) | |
| tree | 598831910b09d22202c646c776de5fb43d9232ff /libnativeloader/native_loader_api_test.c | |
| parent | f7c154f4f1faef101713a8c7e710e363a2a19e55 (diff) | |
riscv64: LWU for object values in MOVE opcodes
This patch refactors the move opcodes to load
references with LWU instead of LW.
(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: I950f8db0412dac7096eeac70b74e47ef75456e5d
Diffstat (limited to 'libnativeloader/native_loader_api_test.c')
0 files changed, 0 insertions, 0 deletions