Home
last modified time | relevance | path

Searched refs:VM (Results 1 – 16 of 16) sorted by relevance

/art/compiler/utils/riscv64/
Dassembler_riscv64.h675 enum class VM : uint32_t { // Vector mask enum
694 void VLe8(VRegister vd, XRegister rs1, VM vm = VM::kUnmasked);
695 void VLe16(VRegister vd, XRegister rs1, VM vm = VM::kUnmasked);
696 void VLe32(VRegister vd, XRegister rs1, VM vm = VM::kUnmasked);
697 void VLe64(VRegister vd, XRegister rs1, VM vm = VM::kUnmasked);
700 void VSe8(VRegister vs3, XRegister rs1, VM vm = VM::kUnmasked);
701 void VSe16(VRegister vs3, XRegister rs1, VM vm = VM::kUnmasked);
702 void VSe32(VRegister vs3, XRegister rs1, VM vm = VM::kUnmasked);
703 void VSe64(VRegister vs3, XRegister rs1, VM vm = VM::kUnmasked);
713 void VLse8(VRegister vd, XRegister rs1, XRegister rs2, VM vm = VM::kUnmasked);
[all …]
Dassembler_riscv64.cc1752 void Riscv64Assembler::VLe8(VRegister vd, XRegister rs1, VM vm) { in VLe8()
1754 DCHECK_IMPLIES(vm == VM::kV0_t, vd != V0); in VLe8()
1759 void Riscv64Assembler::VLe16(VRegister vd, XRegister rs1, VM vm) { in VLe16()
1761 DCHECK_IMPLIES(vm == VM::kV0_t, vd != V0); in VLe16()
1766 void Riscv64Assembler::VLe32(VRegister vd, XRegister rs1, VM vm) { in VLe32()
1768 DCHECK_IMPLIES(vm == VM::kV0_t, vd != V0); in VLe32()
1773 void Riscv64Assembler::VLe64(VRegister vd, XRegister rs1, VM vm) { in VLe64()
1775 DCHECK_IMPLIES(vm == VM::kV0_t, vd != V0); in VLe64()
1780 void Riscv64Assembler::VSe8(VRegister vs3, XRegister rs1, VM vm) { in VSe8()
1786 void Riscv64Assembler::VSe16(VRegister vs3, XRegister rs1, VM vm) { in VSe16()
[all …]
Dassembler_riscv64_test.cc1502 void (Riscv64Assembler::*f)(Reg1, Reg2, Reg3, Riscv64Assembler::VM), in RepeatTemplatedRegistersVmFiltered() argument
1524 for (Riscv64Assembler::VM vm : kVMs) { in RepeatTemplatedRegistersVmFiltered()
1545 void (Riscv64Assembler::*f)(VRegister, XRegister, XRegister, Riscv64Assembler::VM), in RepeatVRRVmFiltered() argument
1560 void (Riscv64Assembler::*f)(VRegister, XRegister, XRegister, Riscv64Assembler::VM), in RepeatVRRVm() argument
1563 f, fmt, [](VRegister, XRegister, XRegister, Riscv64Assembler::VM) { return true; }); in RepeatVRRVm() argument
1568 void (Riscv64Assembler::*f)(VRegister, VRegister, XRegister, Riscv64Assembler::VM), in RepeatVVRVmFiltered() argument
1584 void (Riscv64Assembler::*f)(VRegister, XRegister, VRegister, Riscv64Assembler::VM), in RepeatVRVVmFiltered() argument
1599 void (Riscv64Assembler::*f)(VRegister, XRegister, VRegister, Riscv64Assembler::VM), in RepeatVRVVm() argument
1602 f, fmt, [](VRegister, XRegister, VRegister, Riscv64Assembler::VM) { return true; }); in RepeatVRVVm() argument
1607 void (Riscv64Assembler::*f)(VRegister, VRegister, VRegister, Riscv64Assembler::VM), in RepeatVVVVmFiltered() argument
[all …]
/art/test/
DREADME.chroot_vm.md1 # ART chroot-based testing on a Linux VM
3 This doc describes how to set up a Linux VM and how to run ART tests on it.
5 ## Set up the VM
15 Create the VM (download it and do some initial setup):
19 Boot the VM (login is `$ART_TEST_SSH_USER`, password is `ubuntu`):
23 Configure SSH (enter `yes` to add VM to `known_hosts` and then the password):
31 To power off the VM, do:
35 To speed up SSH access, set `UseDNS no` in /etc/ssh/sshd_config on the VM (and
/art/test/109-suspend-check/
Dinfo.txt1 To support garbage collection, debugging and profiling the VM must be able to send all threads
2 to a safepoint. This tests the ability of the VM to do this for a tight loop.
/art/test/073-mismatched-field/
Dinfo.txt2 compilation) by a static field. The VM is expected to detect the conflict
/art/test/069-field-type/
Dinfo.txt1 This tests to see if the VM allows you to store a reference to an
/art/test/302-float-conversion/
Dinfo.txt2 properly handled by the VM. For example, x86 systems using the x87 stack
/art/test/2041-bad-cleaner/
Dinfo.txt3 ART is expected to detect this situation and abort the VM (so you should
/art/test/068-classloader/
Dinfo.txt4 some situations in which a VM that only checks the UTF-8 signatures could
/art/test/2048-bad-native-registry/
Dinfo.txt4 ART is expected to detect this situation and abort the VM (so you should
/art/test/030-bad-finalizer/
Dinfo.txt2 this situation and abort the VM (so you will likely see a stacktrace like
/art/runtime/interpreter/mterp/
DREADME.txt38 exceed "handler-size", but the VM will abort on startup if it detects an
50 If a constant in the file becomes out of sync, the VM will log an error
/art/runtime/
DAndroid.bp221 // - libicu_jni.so is only loaded to handle dependency order in VM
/art/build/boot/
Dpreloaded-classes2538 jdk.internal.misc.VM
2718 sun.misc.VM
Dboot-image-profile.txt8471 HSPLjdk/internal/misc/VM;->getSavedProperty(Ljava/lang/String;)Ljava/lang/String;
9067 HSPLsun/misc/VM;->isBooted()Z
12673 Ljdk/internal/misc/VM;
12853 Lsun/misc/VM;