operands.isa (8829:d21889bface6) operands.isa (12386:2bf5fb25a5f1)
1// Copyright (c) 2006-2007 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

32 'sb' : 'int8_t',
33 'ub' : 'uint8_t',
34 'shw' : 'int16_t',
35 'uhw' : 'uint16_t',
36 'sw' : 'int32_t',
37 'uw' : 'uint32_t',
38 'sdw' : 'int64_t',
39 'udw' : 'uint64_t',
1// Copyright (c) 2006-2007 The Regents of The University of Michigan
2// All rights reserved.
3//
4// Redistribution and use in source and binary forms, with or without
5// modification, are permitted provided that the following conditions are
6// met: redistributions of source code must retain the above copyright
7// notice, this list of conditions and the following disclaimer;
8// redistributions in binary form must reproduce the above copyright

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

32 'sb' : 'int8_t',
33 'ub' : 'uint8_t',
34 'shw' : 'int16_t',
35 'uhw' : 'uint16_t',
36 'sw' : 'int32_t',
37 'uw' : 'uint32_t',
38 'sdw' : 'int64_t',
39 'udw' : 'uint64_t',
40 'tudw' : 'Twin64_t',
41 'tuw' : 'Twin32_t',
40 'tudw' : 'std::array<uint64_t, 2>',
41 'tuw' : 'std::array<uint32_t, 2>',
42 'sf' : 'float',
43 'df' : 'double',
44
45 'pstate' : 'PSTATE',
46 'hpstate' : 'HPSTATE'
47}};
48
49output header {{

--- 152 unchanged lines hidden ---
42 'sf' : 'float',
43 'df' : 'double',
44
45 'pstate' : 'PSTATE',
46 'hpstate' : 'HPSTATE'
47}};
48
49output header {{

--- 152 unchanged lines hidden ---