Changeset 131 in dev for BasicCompiler64/Opcode.h
- Timestamp:
- Jun 4, 2007, 7:49:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler64/Opcode.h
r129 r131 245 245 BOOL IsXmmReg(int reg); 246 246 BOOL IsVolatileReg(int reg); 247 void IfR14Push( int reg ); 247 248 248 249 //Compile_Calc.cpp … … 311 312 void SetXmmReg_SingleVariable(RELATIVE_VAR *pRelativeVar,int xmm_reg); 312 313 void SetReg_WholeVariable(int type,RELATIVE_VAR *pRelativeVar,int reg); 314 315 //Compile_Interface.cpp 316 bool CastToInterface( int reg, int vtblReg, const CClass &baseClass, const CClass &interfaceClass ); 313 317 314 318 //Compile_Object.cpp
Note: See TracChangeset
for help on using the changeset viewer.