mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-24 04:54:40 +02:00
8295968: RISC-V: Rename some assembler intrinsic functions for RVV 1.0
Reviewed-by: fyang
This commit is contained in:
parent
1a58cb1c02
commit
2bd24c4542
4 changed files with 10 additions and 10 deletions
|
@ -1310,7 +1310,7 @@ int MacroAssembler::pop_v(unsigned int bitset, Register stack) {
|
|||
int count = bitset_to_regs(bitset, regs);
|
||||
|
||||
for (int i = count - 1; i >= 0; i--) {
|
||||
vl1r_v(as_VectorRegister(regs[i]), stack);
|
||||
vl1re8_v(as_VectorRegister(regs[i]), stack);
|
||||
add(stack, stack, vector_size_in_bytes);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue