Changeset 131 in dev for BasicCompiler64/Opcode.h


Ignore:
Timestamp:
Jun 4, 2007, 7:49:17 AM (17 years ago)
Author:
dai_9181
Message:

Prototypeクラスを用意した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler64/Opcode.h

    r129 r131  
    245245BOOL IsXmmReg(int reg);
    246246BOOL IsVolatileReg(int reg);
     247void IfR14Push( int reg );
    247248
    248249//Compile_Calc.cpp
     
    311312void SetXmmReg_SingleVariable(RELATIVE_VAR *pRelativeVar,int xmm_reg);
    312313void SetReg_WholeVariable(int type,RELATIVE_VAR *pRelativeVar,int reg);
     314
     315//Compile_Interface.cpp
     316bool CastToInterface( int reg, int vtblReg, const CClass &baseClass, const CClass &interfaceClass );
    313317
    314318//Compile_Object.cpp
Note: See TracChangeset for help on using the changeset viewer.