Searched refs:operand (Results 76 - 77 of 77) sorted by relevance

1234

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-mips.c954 /* Change INSN's opcode so that the operand given by FIELD has value VALUE.
957 include/opcode/mips.h specifies operand fields using the macros
966 /* Extract the operand given by FIELD from mips_cl_insn INSN. */
2557 ADDRESS_EXPR is an operand of the instruction to be used with
3351 expression, the name of the instruction to build, an operand format
3831 as_warn (_("operand overflow"));
7847 as_bad (_("operand overflow"));
7877 as_bad (_("operand overflow"));
8000 as_bad (_("operand overflow"));
8023 as_bad (_("operand overflo
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp721 // operand or a subexpression thereof the value contained in the
978 // if we have an integer operand, the result is the complex type.
987 // When both operands are complex, the shorter operand is converted to the
991 // From H&S 6.3.4: When one operand is complex and the other is a real
1006 // If only one operand is complex, promote it if necessary and convert the
1007 // other operand to complex.
1058 // If we have two real floating types, convert the smaller operand
1083 typedef ExprResult PerformCastFn(Sema &S, Expr *operand, QualType toType);
1925 "cannot be direct & operand and have a trailing lparen");
2097 // [t]he expression can be used only as the left-hand operand o
[all...]

Completed in 127 milliseconds

1234