is_load_instr
#define is_load_instr(ins) ((((ins) & 0x3b000000u) == 0x18000000u) || /* literal */ \
#define is_load_instr(ins) (((ins) & 0x7f) == 3)