Searched refs:oper (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dd10v-dis.c30 print_operand (struct d10v_operand *oper, argument
38 if (oper->flags == OPERAND_ATMINUS)
43 if (oper->flags == OPERAND_MINUS)
48 if (oper->flags == OPERAND_PLUS)
53 if (oper->flags == OPERAND_ATSIGN)
58 if (oper->flags == OPERAND_ATPAR)
64 shift = oper->shift;
67 if (op->format == LONG_L && (oper->flags & OPERAND_REG))
70 num = (insn >> shift) & (0x7FFFFFFF >> (31 - oper->bits));
72 if (oper
156 struct d10v_operand *oper; local
201 struct d10v_operand *oper; local
[all...]
H A Dd30v-dis.c90 extract_value (long long num, struct d30v_operand *oper, int is_long) argument
93 int shift = 12 - oper->position;
94 int mask = (0xFFFFFFFF >> (32 - oper->bits));
98 if (oper->bits == 32)
109 if (oper->flags & OPERAND_SHIFT)
124 struct d30v_operand *oper; local
158 oper = (struct d30v_operand *) &d30v_operand_table[opnum];
159 bits = oper->bits;
160 if (oper->flags & OPERAND_SHIFT)
164 && oper
[all...]
/macosx-10.9.5/file_cmds-230/dd/
H A Dargs.c93 static char *oper; variable
108 while ((oper = *++argv) != NULL) {
109 if ((oper = strdup(oper)) == NULL)
111 if ((arg = strchr(oper, '=')) == NULL)
112 errx(1, "unknown operand %s", oper);
115 errx(1, "no value specified for %s", oper);
116 tmp.name = oper;
351 err(1, "%s", oper);
354 errx(1, "%s: illegal numeric value", oper);
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dmarshall.h151 AST_operation_n_t *oper,
158 AST_operation_n_t *oper,
165 AST_operation_n_t *oper,
H A Ddutils.h158 AST_operation_n_t *oper,
164 AST_operation_n_t *oper
H A Dbe_pvt.h143 struct BE_oper_i_t *oper; member in union:be_info_t
H A Dbedeck.h492 #define BE_Flat_Params(o) ((o)->be_info.oper->flat_params)
493 #define BE_Sends(o) ((o)->be_info.oper->sends)
494 #define BE_Recs(o) ((o)->be_info.oper->recs)
495 #define BE_Pointers(o) ((o)->be_info.oper->pointers)
H A Dcspell.h128 AST_operation_n_t *oper,
H A Dcspell.c830 AST_operation_n_t *oper,
838 func_type_node.type_structure.function = oper;
844 (AST_ENCODE_SET(oper) || AST_DECODE_SET(oper)) );
827 CSPELL_function_def_header( FILE *fid, AST_operation_n_t *oper, NAMETABLE_id_t name ) argument
/macosx-10.9.5/swig-10/Lib/python/
H A Dpyopers.swg8 #define %pybinoperator(pyname,oper) %rename(pyname) oper; %pythonmaybecall oper
110 #define %pybinopermaybecall(oper) %pythonmaybecall __ ## oper ## __; %pythonmaybecall __r ## oper ## __
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-map.el35 (defun calc-apply (&optional oper)
42 (oper (or oper (calc-get-operator "Apply"
50 (concat (substring "apl" 0 (- 4 (length (nth 2 oper))))
51 (nth 2 oper))
53 (math-calcFunc-to-var (nth 1 oper))
56 (defun calc-reduce (&optional oper accum)
67 (oper (or oper (calc-get-operator
80 0 (- 4 (length (nth 2 oper))))
[all...]
H A Dcalc-store.el183 'calcVar-oper)))
224 (defun calcVar-oper ()
233 (defun calc-store-map (&optional oper var)
240 (oper (or oper (calc-get-operator "Store Mapping")))
241 (nargs (car oper)))
243 (nth 2 oper)))))
266 (calc-normalize (cons (nth 1 oper) values))
267 (nth 2 oper)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeMCCodeEmitter.cpp154 MCOperand oper = MI.getOperand(opNo); local
156 if (oper.isImm()) {
157 EmitIMM(oper, CurByte, OS);
158 } else if (oper.isExpr()) {
163 Fixups.push_back(MCFixup::Create(0,oper.getExpr(),FixupKind));
169 Fixups.push_back(MCFixup::Create(0,oper.getExpr(),FixupKind));
/macosx-10.9.5/postfix-252/postfix/src/trivial-rewrite/
H A Dresolve.c153 char *oper; local
299 && ((oper = strrchr(local = STR(tree->head->vstr), '@')) != 0
300 || (var_percent_hack && (oper = strrchr(local, '%')) != 0)
301 || (var_swap_bangpath && (oper = strrchr(local, '!')) != 0))) {
302 if (*oper == '%')
303 *oper = '@';
305 if (*oper == '@') {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DVectorElementize.cpp176 MachineOperand oper = Instr->getOperand(i); local
178 if (!oper.isReg()) continue;
179 if (!oper.isDef()) continue;
513 MachineOperand oper = copy->getOperand(j); local
514 allOperands.push_back(oper);
515 if (oper.isReg())
516 isDef.push_back(oper.isDef());
527 MachineOperand oper=allOperands[j]; local
528 if (oper.isReg()) {
529 unsigned regnum = oper
610 MachineOperand oper = Instr->getOperand(i); local
635 MachineOperand oper = Instr->getOperand(i); local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DNodeConstructors.h301 inline PostfixNode::PostfixNode(const JSTokenLocation& location, ExpressionNode* expr, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
302 : PrefixNode(location, expr, oper, divot, startOffset, endOffset, divotLine, divotLineStart)
353 inline PrefixNode::PrefixNode(const JSTokenLocation& location, ExpressionNode* expr, Operator oper, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
357 , m_operator(oper)
523 inline LogicalOpNode::LogicalOpNode(const JSTokenLocation& location, ExpressionNode* expr1, ExpressionNode* expr2, LogicalOperator oper) argument
527 , m_operator(oper)
539 inline ReadModifyResolveNode::ReadModifyResolveNode(const JSTokenLocation& location, const Identifier& ident, Operator oper, ExpressionNode* right, bool rightHasAssignments, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
544 , m_operator(oper)
558 inline ReadModifyBracketNode::ReadModifyBracketNode(const JSTokenLocation& location, ExpressionNode* base, ExpressionNode* subscript, Operator oper, ExpressionNode* right, bool subscriptHasAssignments, bool rightHasAssignments, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
564 , m_operator(oper)
591 ReadModifyDotNode(const JSTokenLocation& location, ExpressionNode* base, const Identifier& ident, Operator oper, ExpressionNode* right, bool rightHasAssignments, unsigned divot, unsigned startOffset, unsigned endOffset, unsigned divotLine, unsigned divotLineStart) argument
[all...]
/macosx-10.9.5/swig-10/Source/Modules/
H A Ds-exp.cxx97 void open_paren(const String *oper) { argument
100 if (oper)
101 Printf(out, "%s ", oper);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DKeyValueCoding.py280 oper = getattr(arrayOperators, e[1:])
283 return oper(cur, elemiter)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Lib/PyObjCTools/
H A DKeyValueCoding.py280 oper = getattr(arrayOperators, e[1:])
283 return oper(cur, elemiter)
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Desh-io.el188 (oper (match-string 2))
191 (if (string= oper "<")
199 (1- (length oper)))))
/macosx-10.9.5/sudo-72/src/
H A Dsample.sudoers81 # operator may run maintenance commands and anything in /usr/oper/bin/
83 sudoedit /etc/printcap, /usr/oper/bin/
/macosx-10.9.5/removefile-33/
H A Dcheckint.h538 #define __CHECKINT_SIGN_DEMUX(type,oper,x,y,err) \
539 (__checkint_cond_expr(__checkint_is_signed_signed(x, y), __checkint_ ## type ## _ ## oper ## _signed_signed(x, y, err), \
540 __checkint_cond_expr(__checkint_is_signed_unsigned(x, y), __checkint_ ## type ## _ ## oper ## _signed_unsigned(x, y, err), \
541 __checkint_cond_expr(__checkint_is_unsigned_signed(x, y), __checkint_ ## type ## _ ## oper ## _unsigned_signed(x, y, err), \
542 __checkint_cond_expr(__checkint_is_unsigned_unsigned(x, y), __checkint_ ## type ## _ ## oper ## _unsigned_unsigned(x, y, err), \
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp2238 int oper; local
2239 for (oper = MI->getNumOperands() - 3; oper >= 0; --oper) {
2240 MachineOperand MO = MI->getOperand(oper);
2246 MI->getOperand(oper+1).ChangeToRegister(MO.getReg(), MO.isDef(),
2251 MI->getOperand(oper+1).ChangeToImmediate(MO.getImm());
2259 MI->getOperand(oper+1).ChangeToRegister(PredMO.getReg(), PredMO.isDef(),
2300 for (unsigned oper = 0; oper < M
[all...]
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dvpn.c121 vpn_connect(struct bound_addr *srv, int oper) argument
193 if (ikev1_ph1begin_i(NULL, rmconf, remote, local, oper) < 0)
H A Dcrypto_openssl.c478 eay_CCCrypt(CCOperation oper, argument
493 status = CCCrypt(oper,
504 oper, algo, res->l, res_len);
510 oper, algo, (int)status);

Completed in 449 milliseconds

12