Home | History | Annotate | Download | only in aarch32

Lines Matching defs:encoding

124   const byte* encoding;
127 // Each element of this array produce one instruction encoding.
722 // the encoding. We can parse the comment to figure out what
733 // Check we've emitted the exact same encoding as present in the
736 (memcmp(result_ptr, reference[i].encoding, reference[i].size) !=
745 printf("0x%02" PRIx8, reference[i].encoding[j]);
747 printf(", 0x%02" PRIx8, reference[i].encoding[j]);