Searched refs:eOpcode (Results 1 – 1 of 1) sorted by relevance
78 sal_uInt32 SbiCodeGen::Gen( SbiOpcode eOpcode ) in Gen() argument81 if( eOpcode < SbOP0_START || eOpcode > SbOP0_END ) in Gen()85 aCode += (sal_uInt8) eOpcode; in Gen()89 sal_uInt32 SbiCodeGen::Gen( SbiOpcode eOpcode, sal_uInt32 nOpnd ) in Gen() argument92 if( eOpcode < SbOP1_START || eOpcode > SbOP1_END ) in Gen()96 aCode += (sal_uInt8) eOpcode; in Gen()102 sal_uInt32 SbiCodeGen::Gen( SbiOpcode eOpcode, sal_uInt32 nOpnd1, sal_uInt32 nOpnd2 ) in Gen() argument105 if( eOpcode < SbOP2_START || eOpcode > SbOP2_END ) in Gen()109 aCode += (sal_uInt8) eOpcode; in Gen()
Completed in 16 milliseconds