Home
last modified time | relevance | path

Searched defs:opnd1 (Results 1 – 25 of 108) sorted by relevance

12345

/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Dexpreval.c110 static void TokenAssign( struct expr *opnd1, const struct expr *opnd2 ) in TokenAssign()
813 static ret_code index_connect( struct expr *opnd1, const struct expr *opnd2 ) in index_connect()
913 static ret_code MakeConst2( struct expr *opnd1, struct expr *opnd2 ) in MakeConst2()
933 static ret_code ConstError( struct expr *opnd1, struct expr *opnd2 ) in ConstError()
1686 static ret_code plus_op( struct expr *opnd1, struct expr *opnd2 ) in plus_op()
1813 static ret_code minus_op( struct expr *opnd1, struct expr *opnd2 ) in minus_op()
1969 static ret_code dot_op( struct expr *opnd1, struct expr *opnd2 ) in dot_op()
2177 static ret_code colon_op( struct expr *opnd1, struct expr *opnd2 ) in colon_op()
2308 static ret_code positive_op( struct expr *opnd1, struct expr *opnd2 ) in positive_op()
2336 static ret_code negative_op( struct expr *opnd1, struct expr *opnd2 ) in negative_op()
[all …]
H A Dcodegen.c599 static ret_code match_phase_3( struct code_info *CodeInfo, enum operand_type opnd1 ) in match_phase_3()
810 static ret_code check_operand_2( struct code_info *CodeInfo, enum operand_type opnd1 ) in check_operand_2()
877 enum operand_type opnd1; in codegen() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/XPath/Internal/
H A DBooleanExpr.cs17 private Query opnd1; field in MS.Internal.Xml.XPath.BooleanExpr
21 public BooleanExpr(Operator.Op op, Query opnd1, Query opnd2) { in BooleanExpr()
H A DNumericExpr.cs18 private Query opnd1; field in MS.Internal.Xml.XPath.NumericExpr
21 public NumericExpr(Operator.Op op, Query opnd1, Query opnd2) { in NumericExpr()
H A DOperator.cs56 private AstNode opnd1; field in MS.Internal.Xml.XPath.Operator
59 public Operator(Op op, AstNode opnd1, AstNode opnd2) { in Operator()
/dports/shells/oksh/oksh-7.0/
H A Dc_test.c137 const char *opnd1, *opnd2; in c_test() local
204 test_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in test_eval()
436 const char *opnd1, *opnd2; in test_primary() local
535 ptest_eval(Test_env *te, Test_op op, const char *opnd1, const char *opnd2, in ptest_eval()
/dports/shells/pdksh/pdksh-5.2.14/
H A Dc_test.c136 const char *opnd1, *opnd2; local
209 test_eval(te, op, opnd1, opnd2, do_eval) in test_eval() argument
542 const char *opnd1, *opnd2; local
638 ptest_eval(te, op, opnd1, opnd2, do_eval) in ptest_eval() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/parisc/math-emu/
H A Dsfrem.c41 register unsigned int opnd1, opnd2, result; in sgl_frem() local
H A Dsfmpy.c43 register unsigned int opnd1, opnd2, opnd3, result; in sgl_fmpy() local
H A Dsfdiv.c40 register unsigned int opnd1, opnd2, opnd3, result; in sgl_fdiv() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/parisc/math-emu/
H A Dsfrem.c41 register unsigned int opnd1, opnd2, result; in sgl_frem() local
H A Dsfdiv.c40 register unsigned int opnd1, opnd2, opnd3, result; in sgl_fdiv() local
H A Dsfmpy.c43 register unsigned int opnd1, opnd2, opnd3, result; in sgl_fmpy() local
/dports/multimedia/libv4l/linux-5.13-rc2/arch/parisc/math-emu/
H A Dsfrem.c41 register unsigned int opnd1, opnd2, result; in sgl_frem() local
H A Dsfdiv.c40 register unsigned int opnd1, opnd2, opnd3, result; in sgl_fdiv() local
H A Dsfmpy.c43 register unsigned int opnd1, opnd2, opnd3, result; in sgl_fmpy() local
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/tests/vbit-test/
H A Dternary.c36 const opnd_t *opnd1 = &data->opnds[0]; in check_result_for_ternary() local
H A Dqernary.c36 const opnd_t *opnd1 = &data->opnds[0]; in check_result_for_qernary() local
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/tests/vbit-test/
H A Dternary.c36 const opnd_t *opnd1 = &data->opnds[0]; in check_result_for_ternary() local
H A Dqernary.c36 const opnd_t *opnd1 = &data->opnds[0]; in check_result_for_qernary() local
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/XPath/Internal/
H A DBooleanExpr.cs18 public BooleanExpr(Operator.Op op, Query opnd1, Query opnd2) in BooleanExpr()
H A DNumericExpr.cs18 public NumericExpr(Operator.Op op, Query opnd1, Query opnd2) in NumericExpr()
H A DOperator.cs58 public Operator(Op op, AstNode opnd1, AstNode opnd2) in Operator()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-scopedtables.h43 struct { enum tree_code op; tree opnd0, opnd1; } binary; member
44 struct { enum tree_code op; tree opnd0, opnd1, opnd2; } ternary; member
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-scopedtables.h43 struct { enum tree_code op; tree opnd0, opnd1; } binary; member
44 struct { enum tree_code op; tree opnd0, opnd1, opnd2; } ternary; member

12345