mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8267531: [x86] Assembler::andb(Address,Register) encoding is incorrect
Reviewed-by: azeemj, vlivanov, jiefu
This commit is contained in:
parent
4023646ed1
commit
71e2fa25f7
1 changed files with 1 additions and 1 deletions
|
@ -1471,7 +1471,7 @@ void Assembler::vaesenclast(XMMRegister dst, XMMRegister nds, XMMRegister src, i
|
|||
|
||||
void Assembler::andb(Address dst, Register src) {
|
||||
InstructionMark im(this);
|
||||
prefix(dst, src);
|
||||
prefix(dst, src, true);
|
||||
emit_int8(0x20);
|
||||
emit_operand(src, dst);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue