Home | History | Annotate | Download | only in psaux

Lines Matching defs:arg1

1250                     CF2_F16Dot16  arg1;
1257 arg1 = cf2_stack_popFixed( opStack );
1259 cf2_stack_pushInt( opStack, arg1 && arg2 );
1265 CF2_F16Dot16 arg1;
1272 arg1 = cf2_stack_popFixed( opStack );
1274 cf2_stack_pushInt( opStack, arg1 || arg2 );
1399 subg->arg1 = 0;
1406 subg->arg1 = (FT_Int)FIXED_TO_INT( adx - asb );
1618 CF2_F16Dot16 arg1;
1625 arg1 = cf2_stack_popFixed( opStack );
1627 cf2_stack_pushInt( opStack, arg1 == arg2 );
1904 /* <arg1> <arg2> 2 20 callothersubr pop */
1905 /* ==> push <arg1> + <arg2> onto T1 stack */
1925 /* <arg1> <arg2> 2 21 callothersubr pop */
1926 /* ==> push <arg1> - <arg2> onto T1 stack */
1946 /* <arg1> <arg2> 2 22 callothersubr pop */
1947 /* ==> push <arg1> * <arg2> onto T1 stack */
1966 /* <arg1> <arg2> 2 23 callothersubr pop */
1967 /* ==> push <arg1> / <arg2> onto T1 stack */
2052 CF2_F16Dot16 arg1;
2064 arg1 = cf2_stack_popFixed( opStack );
2067 cond1 <= cond2 ? arg1 : arg2 );
2197 CF2_F16Dot16 arg1;
2208 arg1 = cf2_stack_popFixed( opStack );
2211 cond1 <= cond2 ? arg1 : arg2 );
2299 CF2_F16Dot16 arg1;
2306 arg1 = cf2_stack_popFixed( opStack );
2309 cf2_stack_pushFixed( opStack, arg1 );