Home | History | Annotate | Download | only in aarch32

Lines Matching defs:encoding

92   const byte* encoding;
95 // Each element of this array produce one instruction encoding.
2209 // the encoding. We can parse the comment to figure out what
2220 // Check we've emitted the exact same encoding as present in the
2223 (memcmp(result_ptr, reference[i].encoding, reference[i].size) !=
2232 printf("0x%02" PRIx8, reference[i].encoding[j]);
2234 printf(", 0x%02" PRIx8, reference[i].encoding[j]);