Created by: toshipiazza
Adds XINST_CREATE_load_1byte_zextend() method which on x86 performs a movzx so that we can effectively perform single byte loads even if given a register which cannot be resized appropriately. On ARM this emits a traditional ldrb instruction.