Lines Matching defs:test
30 #include "aarch64/test-utils-aarch64.h"
78 "Usage: test-donkey <instruction form regex> <number of instructions "
79 "to emit in test> <encoding generation manner> <input data type>\n"
85 " encoding=`initial hex` - hex encoding of first instruction in test, "
90 " ./test-donkey \"fml[as]l[bt]\" 50 encoding=random input=fp\n"
91 " ./test-donkey \"fml[as]l[bt]\" 30 input=int\n");
170 Label test;
171 masm.Bind(&test);
181 s.second->RunFrom(masm.GetLabelAddress<Instruction *>(&test));
253 sim_vl[128]->RunFrom(masm.GetLabelAddress<Instruction *>(&test));
262 s.second->RunFrom(masm.GetLabelAddress<Instruction *>(&test));
288 // Emit test case based on identified instructions and associated hashes.