Skip to content

Commit

Permalink
add instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
hanklo6 committed Oct 23, 2024
1 parent dae652e commit e79a5a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/hotspot/gtest/x86/test_assemblerx86.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ TEST_VM(AssemblerX86, validate) {
address entry = __ pc();

// To build asmtest.out.h, ensure you have binutils version 2.34 or higher, then run:
// python3 x86-asmtest.py | expand > asmtest.out.h
// python3 x86-asmtest.py | expand > asmtest.out.h to generate tests with random inputs
// python3 x86-asmtest.py --full | expand > asmtest.out.h to generate tests with all possible inputs
#include "asmtest.out.h"

asm_check((const uint8_t *)entry, (const uint8_t *)insns, insns_lens, insns_strs, sizeof(insns_lens) / sizeof(insns_lens[0]));
Expand Down

0 comments on commit e79a5a6

Please sign in to comment.