452a453,462
> def format Thumb16MemLit() {{
> decode_block = '''
> {
> const uint32_t rt = bits(machInst, 10, 8);
> const uint32_t imm8 = bits(machInst, 7, 0);
> return new %s(machInst, rt, INTREG_PC, true, imm8 << 2);
> }
> ''' % loadImmClassName(False, True, False)
> }};
>