40c40
< def template VfpRegRegOpDeclare {{
---
> def template FpRegRegOpDeclare {{
43,49c43,48
< protected:
< public:
< // Constructor
< %(class_name)s(ExtMachInst machInst,
< IntRegIndex _dest, IntRegIndex _op1,
< VfpMicroMode mode = VfpNotAMicroop);
< %(BasicExecDeclare)s
---
> public:
> // Constructor
> %(class_name)s(ExtMachInst machInst,
> IntRegIndex _dest, IntRegIndex _op1,
> VfpMicroMode mode = VfpNotAMicroop);
> %(BasicExecDeclare)s
53c52
< def template VfpRegRegOpConstructor {{
---
> def template FpRegRegOpConstructor {{
64c63
< def template VfpRegImmOpDeclare {{
---
> def template FpRegImmOpDeclare {{
67,72c66,70
< protected:
< public:
< // Constructor
< %(class_name)s(ExtMachInst machInst, IntRegIndex _dest,
< uint64_t _imm, VfpMicroMode mode = VfpNotAMicroop);
< %(BasicExecDeclare)s
---
> public:
> // Constructor
> %(class_name)s(ExtMachInst machInst, IntRegIndex _dest,
> uint64_t _imm, VfpMicroMode mode = VfpNotAMicroop);
> %(BasicExecDeclare)s
76c74
< def template VfpRegImmOpConstructor {{
---
> def template FpRegImmOpConstructor {{
86c84
< def template VfpRegRegImmOpDeclare {{
---
> def template FpRegRegImmOpDeclare {{
89,95c87,92
< protected:
< public:
< // Constructor
< %(class_name)s(ExtMachInst machInst,
< IntRegIndex _dest, IntRegIndex _op1,
< uint64_t _imm, VfpMicroMode mode = VfpNotAMicroop);
< %(BasicExecDeclare)s
---
> public:
> // Constructor
> %(class_name)s(ExtMachInst machInst,
> IntRegIndex _dest, IntRegIndex _op1,
> uint64_t _imm, VfpMicroMode mode = VfpNotAMicroop);
> %(BasicExecDeclare)s
99c96
< def template VfpRegRegImmOpConstructor {{
---
> def template FpRegRegImmOpConstructor {{
112c109
< def template VfpRegRegRegOpDeclare {{
---
> def template FpRegRegRegOpDeclare {{
115,121c112,117
< protected:
< public:
< // Constructor
< %(class_name)s(ExtMachInst machInst,
< IntRegIndex _dest, IntRegIndex _op1, IntRegIndex _op2,
< VfpMicroMode mode = VfpNotAMicroop);
< %(BasicExecDeclare)s
---
> public:
> // Constructor
> %(class_name)s(ExtMachInst machInst,
> IntRegIndex _dest, IntRegIndex _op1, IntRegIndex _op2,
> VfpMicroMode mode = VfpNotAMicroop);
> %(BasicExecDeclare)s
125c121
< def template VfpRegRegRegOpConstructor {{
---
> def template FpRegRegRegOpConstructor {{