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.
2206 // the encoding. We can parse the comment to figure out what
2217 // Check we've emitted the exact same encoding as present in the
2220 (memcmp(result_ptr, reference[i].encoding, reference[i].size) !=
2229 printf("0x%02" PRIx8, reference[i].encoding[j]);
2231 printf(", 0x%02" PRIx8, reference[i].encoding[j]);