types.hh (5251:8de83cada19d) types.hh (5668:5b5a9f4203d1)
1/*
2 * Copyright (c) 2007 MIPS Technologies, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

55 typedef uint64_t MiscReg;
56
57 typedef union {
58 IntReg intreg;
59 FloatReg fpreg;
60 MiscReg ctrlreg;
61 } AnyReg;
62
1/*
2 * Copyright (c) 2007 MIPS Technologies, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

55 typedef uint64_t MiscReg;
56
57 typedef union {
58 IntReg intreg;
59 FloatReg fpreg;
60 MiscReg ctrlreg;
61 } AnyReg;
62
63 typedef int RegContextParam;
64 typedef int RegContextVal;
65
66 //used in FP convert & round function
67 enum ConvertType{
68 SINGLE_TO_DOUBLE,
69 SINGLE_TO_WORD,
70 SINGLE_TO_LONG,
71
72 DOUBLE_TO_SINGLE,
73 DOUBLE_TO_WORD,

--- 97 unchanged lines hidden ---
63 //used in FP convert & round function
64 enum ConvertType{
65 SINGLE_TO_DOUBLE,
66 SINGLE_TO_WORD,
67 SINGLE_TO_LONG,
68
69 DOUBLE_TO_SINGLE,
70 DOUBLE_TO_WORD,

--- 97 unchanged lines hidden ---