Home
last modified time | relevance | path

Searched refs:eOpcode (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/basic/source/comp/
H A Dcodegen.cxx78 sal_uInt32 SbiCodeGen::Gen( SbiOpcode eOpcode ) in Gen() argument
81 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() argument
92 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() argument
105 if( eOpcode < SbOP2_START || eOpcode > SbOP2_END ) in Gen()
109 aCode += (sal_uInt8) eOpcode; in Gen()

Completed in 9 milliseconds