Commit 5c5eb4ef by Jim Wilson

(enum reg_class): Add new class GENERAL_FP_REGS.

(REG_CLASS_NAMES, REG_CLASS_CONTENTS): Likewise.

From-SVN: r12418
parent 5dbc8499
......@@ -464,6 +464,7 @@ enum reg_class
FPUL_REGS,
FP0_REGS,
FP_REGS,
GENERAL_FP_REGS,
ALL_REGS,
LIM_REG_CLASSES
};
......@@ -482,6 +483,7 @@ enum reg_class
"FPUL_REGS", \
"FP0_REGS", \
"FP_REGS", \
"GENERAL_FP_REGS", \
"ALL_REGS", \
}
......@@ -500,6 +502,7 @@ enum reg_class
{ 0x00400000, 0x00000000 }, /* FPUL_REGS */ \
{ 0x01000000, 0x00000000 }, /* FP0_REGS */ \
{ 0xFF000000, 0x000000FF }, /* FP_REGS */ \
{ 0xFF01FFFF, 0x000000FF }, /* GENERAL_FP_REGS */ \
{ 0xFF7FFFFF, 0x000000FF }, /* ALL_REGS */ \
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment