Deleted Added
sdiff udiff text old ( 7153:6ce0bf0ddaf3 ) new ( 7154:1fa6d1db1f32 )
full compact
1// -*- mode:c++ -*-
2
3// Copyright (c) 2010 ARM Limited
4// All rights reserved
5//
6// The license below extends only to copyright in the software and shall
7// not be construed as granting a license to any other intellectual
8// property including but not limited to intellectual property relating

--- 70 unchanged lines hidden (view full) ---

79}};
80
81def format ArmBlxReg() {{
82 decode_block = '''
83 return new BlxReg(machInst, (IntRegIndex)(uint32_t)bits(machInst, 3, 0),
84 (ConditionCode)(uint32_t)machInst.condCode);
85 '''
86}};