operands.isa (8449:4be49ad47c74) operands.isa (13800:cffc4c0fc94e)
1// -*- mode:c++ -*-
2
3// Copyright (c) 2009 The University of Edinburgh
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

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

30
31def operand_types {{
32 'sb' : 'int8_t',
33 'ub' : 'uint8_t',
34 'sh' : 'int16_t',
35 'uh' : 'uint16_t',
36 'sw' : 'int32_t',
37 'uw' : 'uint32_t',
1// -*- mode:c++ -*-
2
3// Copyright (c) 2009 The University of Edinburgh
4// All rights reserved.
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are
8// met: redistributions of source code must retain the above copyright

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

30
31def operand_types {{
32 'sb' : 'int8_t',
33 'ub' : 'uint8_t',
34 'sh' : 'int16_t',
35 'uh' : 'uint16_t',
36 'sw' : 'int32_t',
37 'uw' : 'uint32_t',
38 'sq' : 'int64_t',
39 'uq' : 'uint64_t',
38 'sd' : 'int64_t',
39 'ud' : 'uint64_t',
40 'sf' : 'float',
41 'df' : 'double'
42}};
43
44def operands {{
45 # General Purpose Integer Reg Operands
46 'Ra': ('IntReg', 'uw', 'RA', 'IsInteger', 1),
47 'Rb': ('IntReg', 'uw', 'RB', 'IsInteger', 2),

--- 34 unchanged lines hidden ---
40 'sf' : 'float',
41 'df' : 'double'
42}};
43
44def operands {{
45 # General Purpose Integer Reg Operands
46 'Ra': ('IntReg', 'uw', 'RA', 'IsInteger', 1),
47 'Rb': ('IntReg', 'uw', 'RB', 'IsInteger', 2),

--- 34 unchanged lines hidden ---