Searched refs:op2 (Results 1 - 25 of 99) sorted by relevance

1234

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITArithmetic.cpp53 unsigned op2 = currentInstruction[2].u.operand; local
56 emit_compareAndJump(op_jless, op1, op2, target, LessThan);
62 unsigned op2 = currentInstruction[2].u.operand; local
65 emit_compareAndJump(op_jlesseq, op1, op2, target, LessThanOrEqual);
71 unsigned op2 = currentInstruction[2].u.operand; local
74 emit_compareAndJump(op_jgreater, op1, op2, target, GreaterThan);
80 unsigned op2 = currentInstruction[2].u.operand; local
83 emit_compareAndJump(op_jgreatereq, op1, op2, target, GreaterThanOrEqual);
89 unsigned op2 = currentInstruction[2].u.operand; local
92 emit_compareAndJump(op_jnless, op1, op2, targe
98 unsigned op2 = currentInstruction[2].u.operand; local
107 unsigned op2 = currentInstruction[2].u.operand; local
116 unsigned op2 = currentInstruction[2].u.operand; local
125 unsigned op2 = currentInstruction[2].u.operand; local
134 unsigned op2 = currentInstruction[2].u.operand; local
143 unsigned op2 = currentInstruction[2].u.operand; local
152 unsigned op2 = currentInstruction[2].u.operand; local
161 unsigned op2 = currentInstruction[2].u.operand; local
170 unsigned op2 = currentInstruction[2].u.operand; local
179 unsigned op2 = currentInstruction[2].u.operand; local
188 unsigned op2 = currentInstruction[2].u.operand; local
236 unsigned op2 = currentInstruction[3].u.operand; local
253 unsigned op2 = currentInstruction[3].u.operand; local
269 unsigned op2 = currentInstruction[3].u.operand; local
304 unsigned op2 = currentInstruction[3].u.operand; local
337 unsigned op2 = currentInstruction[3].u.operand; local
373 unsigned op2 = currentInstruction[3].u.operand; local
427 emit_compareAndJump(OpcodeID, unsigned op1, unsigned op2, unsigned target, RelationalCondition condition) argument
471 emit_compareAndJumpSlow(unsigned op1, unsigned op2, unsigned target, DoubleCondition condition, int (JIT_STUB *stub)(STUB_ARGS_DECLARATION), bool invert, Vector<SlowCaseEntry>::iterator& iter) argument
583 unsigned op2 = currentInstruction[3].u.operand; local
611 unsigned op2 = currentInstruction[3].u.operand; local
688 unsigned op2 = currentInstruction[3].u.operand; local
734 unsigned op2 = currentInstruction[3].u.operand; local
753 compileBinaryArithOp(OpcodeID opcodeID, unsigned, unsigned op1, unsigned op2, OperandTypes) argument
799 compileBinaryArithOpSlowCase(OpcodeID opcodeID, Vector<SlowCaseEntry>::iterator& iter, unsigned result, unsigned op1, unsigned op2, OperandTypes types, bool op1HasImmediateIntFastCase, bool op2HasImmediateIntFastCase) argument
892 unsigned op2 = currentInstruction[3].u.operand; local
924 unsigned op2 = currentInstruction[3].u.operand; local
941 unsigned op2 = currentInstruction[3].u.operand; local
974 unsigned op2 = currentInstruction[3].u.operand; local
986 unsigned op2 = currentInstruction[3].u.operand; local
1068 unsigned op2 = currentInstruction[3].u.operand; local
1095 unsigned op2 = currentInstruction[3].u.operand; local
1106 unsigned op2 = currentInstruction[3].u.operand; local
[all...]
H A DJITArithmetic32_64.cpp88 void JIT::emit_compareAndJump(OpcodeID opcode, unsigned op1, unsigned op2, unsigned target, RelationalCondition condition) argument
95 emitLoad(op2, regT1, regT0);
103 if (isOperandConstantImmediateChar(op2)) {
109 addJump(branch32(condition, regT0, Imm32(asString(getConstantOperand(op2))->tryGetValue()[0])), target);
113 emitLoad(op2, regT3, regT2);
116 } else if (isOperandConstantImmediateInt(op2)) {
119 addJump(branch32(condition, regT0, Imm32(getConstantOperand(op2).asInt32())), target);
121 emitLoad2(op1, regT1, regT0, op2, regT3, regT2);
135 emitBinaryDoubleOp(opcode, target, op1, op2, OperandTypes(), notInt32Op1, notInt32Op2, !isOperandConstantImmediateInt(op1), isOperandConstantImmediateInt(op1) || !isOperandConstantImmediateInt(op2));
139 emit_compareAndJumpSlow(unsigned op1, unsigned op2, unsigned target, DoubleCondition, int (JIT_STUB *stub)(STUB_ARGS_DECLARATION), bool invert, Vector<SlowCaseEntry>::iterator& iter) argument
173 unsigned op2 = currentInstruction[3].u.operand; local
195 unsigned op2 = currentInstruction[3].u.operand; local
213 unsigned op2 = currentInstruction[3].u.operand; local
247 unsigned op2 = currentInstruction[3].u.operand; local
335 unsigned op2 = currentInstruction[3].u.operand; local
358 unsigned op2 = currentInstruction[3].u.operand; local
376 unsigned op2 = currentInstruction[3].u.operand; local
399 unsigned op2 = currentInstruction[3].u.operand; local
417 unsigned op2 = currentInstruction[3].u.operand; local
440 unsigned op2 = currentInstruction[3].u.operand; local
504 unsigned op2 = currentInstruction[3].u.operand; local
577 unsigned op2 = currentInstruction[3].u.operand; local
626 unsigned op2 = currentInstruction[3].u.operand; local
693 unsigned op2 = currentInstruction[3].u.operand; local
724 emitBinaryDoubleOp(OpcodeID opcodeID, unsigned dst, unsigned op1, unsigned op2, OperandTypes types, JumpList& notInt32Op1, JumpList& notInt32Op2, bool op1IsInRegisters, bool op2IsInRegisters) argument
954 unsigned op2 = currentInstruction[3].u.operand; local
990 unsigned op2 = currentInstruction[3].u.operand; local
1038 unsigned op2 = currentInstruction[3].u.operand; local
1101 unsigned op2 = currentInstruction[3].u.operand; local
1130 unsigned op2 = currentInstruction[3].u.operand; local
1167 unsigned op2 = currentInstruction[3].u.operand; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DResultType.h115 static ResultType forAdd(ResultType op1, ResultType op2) argument
117 if (op1.definitelyIsNumber() && op2.definitelyIsNumber())
119 if (op1.definitelyIsString() || op2.definitelyIsString())
126 static ResultType forLogicalOp(ResultType op1, ResultType op2) argument
128 if (op1.definitelyIsBoolean() && op2.definitelyIsBoolean())
130 if (op1.definitelyIsNumber() && op2.definitelyIsNumber())
132 if (op1.definitelyIsString() && op2.definitelyIsString())
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DARMAssembler.h249 void emitInstruction(ARMWord op, int rd, int rn, ARMWord op2) argument
251 ASSERT(((op2 & ~Op2Immediate) <= 0xfff) || (((op2 & ~ImmediateForHalfWordTransfer) <= 0xfff)));
252 m_buffer.putInt(op | RN(rn) | RD(rd) | op2);
271 void bitAnd(int rd, int rn, ARMWord op2, Condition cc = AL) argument
273 emitInstruction(toARMWord(cc) | AND, rd, rn, op2);
276 void bitAnds(int rd, int rn, ARMWord op2, Condition cc = AL) argument
278 emitInstruction(toARMWord(cc) | AND | SetConditionalCodes, rd, rn, op2); local
281 void eor(int rd, int rn, ARMWord op2, Condition cc = AL) argument
283 emitInstruction(toARMWord(cc) | EOR, rd, rn, op2);
286 eors(int rd, int rn, ARMWord op2, Condition cc = AL) argument
288 emitInstruction(toARMWord(cc) | EOR | SetConditionalCodes, rd, rn, op2); local
291 sub(int rd, int rn, ARMWord op2, Condition cc = AL) argument
296 subs(int rd, int rn, ARMWord op2, Condition cc = AL) argument
298 emitInstruction(toARMWord(cc) | SUB | SetConditionalCodes, rd, rn, op2); local
301 rsb(int rd, int rn, ARMWord op2, Condition cc = AL) argument
306 rsbs(int rd, int rn, ARMWord op2, Condition cc = AL) argument
308 emitInstruction(toARMWord(cc) | RSB | SetConditionalCodes, rd, rn, op2); local
311 add(int rd, int rn, ARMWord op2, Condition cc = AL) argument
316 adds(int rd, int rn, ARMWord op2, Condition cc = AL) argument
318 emitInstruction(toARMWord(cc) | ADD | SetConditionalCodes, rd, rn, op2); local
321 adc(int rd, int rn, ARMWord op2, Condition cc = AL) argument
326 adcs(int rd, int rn, ARMWord op2, Condition cc = AL) argument
328 emitInstruction(toARMWord(cc) | ADC | SetConditionalCodes, rd, rn, op2); local
331 sbc(int rd, int rn, ARMWord op2, Condition cc = AL) argument
336 sbcs(int rd, int rn, ARMWord op2, Condition cc = AL) argument
338 emitInstruction(toARMWord(cc) | SBC | SetConditionalCodes, rd, rn, op2); local
341 rsc(int rd, int rn, ARMWord op2, Condition cc = AL) argument
346 rscs(int rd, int rn, ARMWord op2, Condition cc = AL) argument
348 emitInstruction(toARMWord(cc) | RSC | SetConditionalCodes, rd, rn, op2); local
351 tst(int rn, ARMWord op2, Condition cc = AL) argument
353 emitInstruction(toARMWord(cc) | TST | SetConditionalCodes, 0, rn, op2); local
356 teq(int rn, ARMWord op2, Condition cc = AL) argument
358 emitInstruction(toARMWord(cc) | TEQ | SetConditionalCodes, 0, rn, op2); local
361 cmp(int rn, ARMWord op2, Condition cc = AL) argument
363 emitInstruction(toARMWord(cc) | CMP | SetConditionalCodes, 0, rn, op2); local
366 cmn(int rn, ARMWord op2, Condition cc = AL) argument
368 emitInstruction(toARMWord(cc) | CMN | SetConditionalCodes, 0, rn, op2); local
371 orr(int rd, int rn, ARMWord op2, Condition cc = AL) argument
376 orrs(int rd, int rn, ARMWord op2, Condition cc = AL) argument
378 emitInstruction(toARMWord(cc) | ORR | SetConditionalCodes, rd, rn, op2); local
381 mov(int rd, ARMWord op2, Condition cc = AL) argument
383 emitInstruction(toARMWord(cc) | MOV, rd, ARMRegisters::r0, op2); local
387 movw(int rd, ARMWord op2, Condition cc = AL) argument
393 movt(int rd, ARMWord op2, Condition cc = AL) argument
400 movs(int rd, ARMWord op2, Condition cc = AL) argument
402 emitInstruction(toARMWord(cc) | MOV | SetConditionalCodes, rd, ARMRegisters::r0, op2); local
405 bic(int rd, int rn, ARMWord op2, Condition cc = AL) argument
410 bics(int rd, int rn, ARMWord op2, Condition cc = AL) argument
412 emitInstruction(toARMWord(cc) | BIC | SetConditionalCodes, rd, rn, op2); local
415 mvn(int rd, ARMWord op2, Condition cc = AL) argument
417 emitInstruction(toARMWord(cc) | MVN, rd, ARMRegisters::r0, op2); local
420 mvns(int rd, ARMWord op2, Condition cc = AL) argument
422 emitInstruction(toARMWord(cc) | MVN | SetConditionalCodes, rd, ARMRegisters::r0, op2); local
495 dtrUp(DataTransferTypeA transferType, int rd, int rb, ARMWord op2, Condition cc = AL) argument
497 emitInstruction(toARMWord(cc) | transferType | DataTransferUp, rd, rb, op2); local
505 dtrDown(DataTransferTypeA transferType, int rd, int rb, ARMWord op2, Condition cc = AL) argument
515 halfDtrUp(DataTransferTypeB transferType, int rd, int rb, ARMWord op2, Condition cc = AL) argument
517 emitInstruction(toARMWord(cc) | transferType | DataTransferUp, rd, rb, op2); local
525 halfDtrDown(DataTransferTypeB transferType, int rd, int rb, ARMWord op2, Condition cc = AL) argument
535 doubleDtrUp(DataTransferTypeFloat type, int rd, int rb, ARMWord op2, Condition cc = AL) argument
542 doubleDtrDown(DataTransferTypeFloat type, int rd, int rb, ARMWord op2, Condition cc = AL) argument
[all...]
H A DMacroAssemblerARM.cpp73 ARMWord op2; local
76 op2 = m_assembler.lsl(address.index, static_cast<int>(address.scale));
79 m_assembler.add(ARMRegisters::S0, address.base, op2);
83 m_assembler.add(ARMRegisters::S0, address.base, op2);
88 m_assembler.add(ARMRegisters::S0, ARMRegisters::S0, op2);
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dfoputils.tcl222 proc create_tests { op1 op2 exists noexist open retval { end1 "" } } {
282 set op2list [create_op2 $op2 $exists $noexist $open $retval]
290 proc create_badtests { op1 op2 exists noexist open retval {end1 ""} } {
310 $op2 $exists $noexist $open $retval]
312 foreach op2 $op2list {
313 lappend retlist [list $op1 $op2]
325 $op2 $exists $noexist $open $retval]
326 foreach op2 $op2list {
327 lappend retlist [list $op1list $op2]
335 $op2
[all...]
H A Dfop006.tcl50 foreach op2 $ops {
52 $op1 $op2 $exists $noexist\
64 foreach op2 $ops {
65 append cases " " [create_badtests $op1 $op2 \
72 # {{op1 {args} result end} {op2 {args} result}}
102 set op2 [lindex [lindex $case 1] 0]
107 $op2 ($names2) $res2."
155 $operator $omethod $op2 $end2 $res2 $names2 &]
H A Dfop001.tcl40 foreach op2 $ops {
41 append cases " " [create_tests $op1 $op2 \
52 foreach op2 $ops {
53 append cases " " [create_badtests $op1 $op2 \
60 # {{op1 {names1} result end1} {op2 {names2} result}}
87 set op2 [lindex [lindex $case 1] 0]
91 puts "\tFop$tnum.$testid: $op1 ($names1), then $op2 ($names2)."
149 $omethod $op2 $names2 $txn $env $args]
H A Drecd005.tcl46 set op2 [lindex $ops 1]
47 puts "\tRecd005.$tnum: $s1 $s2 $op1 $op2"
73 $testdir $method $dbenv $env_cmd $testfile2 $s2 $op2
77 check_file $testdir $env_cmd $testfile2 $op2
108 if { $op2 == "abort" } {
134 check_file $testdir $env_cmd $testfile2 $op2
/macosx-10.9.5/awk-18/src/
H A Dawkgram.y199 var ASGNOP ppattern { $$ = op2($2, $1, $3); }
203 { $$ = op2(BOR, notnull($1), notnull($3)); }
205 { $$ = op2(AND, notnull($1), notnull($3)); }
212 | ppattern IN varname { $$ = op2(INTEST, $1, makearr($3)); }
213 | '(' plist ')' IN varname { $$ = op2(INTEST, $2, makearr($5)); }
214 | ppattern term %prec CAT { $$ = op2(CAT, $1, $2); }
220 var ASGNOP pattern { $$ = op2($2, $1, $3); }
224 { $$ = op2(BOR, notnull($1), notnull($3)); }
226 { $$ = op2(AND, notnull($1), notnull($3)); }
227 | pattern EQ pattern { $$ = op2(
[all...]
H A Db.c143 p1 = op2(CAT, op2(STAR, op2(ALL, NIL, NIL), NIL), p);
145 p1 = op2(CAT, p1, op2(FINAL, NIL, NIL));
638 return(op2(EMPTYRE, NIL, NIL));
659 np = op2(CHAR, NIL, itonp(rlxval));
664 return (unary(op2(ALL, NIL, NIL)));
673 return (unary(op2(EMPTYRE, NIL, NIL)));
677 return (unary(op2(DO
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/samba4/
H A Drdnval.c83 Operation op2 = *op; local
98 op2.o_bd = &db;
99 op2.o_bd->bd_info = (BackendInfo *)on->on_info;
100 op2.o_tag = LDAP_REQ_SEARCH;
101 op2.o_dn = op->o_bd->be_rootdn;
102 op2.o_ndn = op->o_bd->be_rootndn;
103 op2.o_callback = &cb;
107 dnParent( &op->o_req_ndn, &op2.o_req_dn );
108 op2.o_req_ndn = op2
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dastp_exp.c268 AST_exp_n_t * op2 = exp->exp.expression.oper2; local
277 ASTP_expr_integer_value(location, op2->exp.expression.oper1)
342 AST_exp_n_t * op1=NULL, *op2=NULL, *op3=NULL; local
380 op2 = exp->exp.expression.oper2;
382 if (op2->exp.constant.type == AST_nil_const_k &&
383 op2->exp.constant.val.other == NULL) {
384 op2->exp.constant.val.other =
387 op2->exp.constant.name,
389 if (op2->exp.constant.val.other == NULL)
407 op2
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dmsp430-dis.c290 char *op2,
367 *op2 = 0;
494 sprintf (op2, "r0");
497 sprintf (op2, "r1");
500 sprintf (op2, "r2");
503 sprintf (op2, "r%d", regd);
514 sprintf (op2, "0x%04x", PS (dst));
524 sprintf (op2, "&0x%04x", PS (dst));
530 sprintf (op2, "%d(r%d)", dst, regd);
670 char op1[32], op2[3 local
285 msp430_doubleoperand(disassemble_info *info, struct msp430_opcode_s *opcode, bfd_vma addr, unsigned short insn, char *op1, char *op2, char *comm1, char *comm2, int *cycles) argument
[all...]
H A Davr-dis.c266 char op1[20], op2[20], comment1[40], comment2[40]; local
316 op2[0] = 0;
340 ok = avr_operand (insn, insn2, addr, *(++op), op2,
349 op2[0] = 0;
359 if (*op2)
360 (*prin) (stream, ", %s", op2);
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dvms-tir.c523 long op1, op2;
537 op2 = (long) _bfd_vms_pop (abfd, NULL);
538 _bfd_vms_push (abfd, (uquad) (op1 + op2), -1);
543 op2 = (long) _bfd_vms_pop (abfd, NULL);
544 _bfd_vms_push (abfd, (uquad) (op2 - op1), -1);
549 op2 = (long) _bfd_vms_pop (abfd, NULL);
550 _bfd_vms_push (abfd, (uquad) (op1 * op2), -1);
555 op2 = (long) _bfd_vms_pop (abfd, NULL);
556 if (op2 == 0)
559 _bfd_vms_push (abfd, (uquad) (op2 / op
521 long op1, op2; local
594 op1 <<= op2; local
1316 long op1, op2; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Doperation.c57 Operation *op, *op2; local
58 for ( op = data; op; op = op2 ) {
59 op2 = LDAP_STAILQ_NEXT( op, o_next );
138 Operation *op2 = NULL; local
140 op, slap_op_q_destroy, (void **)&op2, NULL );
141 LDAP_STAILQ_NEXT( op, o_next ) = op2;
142 if ( op2 ) {
143 op->o_tincr = op2->o_tincr + 1;
147 op2, slap_op_q_destroy, NULL, NULL );
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/other/
H A Dtest-gmpq.tcl9 foreach {op op1 op2 result} {
22 if {[string compare [$op $op1 $op2] $result] != 0} {
23 puts "\[$op $op1 $op2\] == [$op $op1 $op2] instead of $result"
H A Dtest-gmpz.tcl9 foreach {op op1 op2 result} {
28 if {[string compare [$op $op1 $op2] $result] != 0} {
29 puts "\[$op $op1 $op2\] == [$op $op1 $op2] instead of $result"
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/lastbind/
H A Dlastbind.c173 Operation op2 = *op; local
178 op2.o_tag = LDAP_REQ_MODIFY;
179 op2.o_callback = &cb;
180 op2.orm_modlist = mod;
181 op2.o_dn = op->o_bd->be_rootdn;
182 op2.o_ndn = op->o_bd->be_rootndn;
183 op2.o_dont_replicate = 1;
184 rc = op->o_bd->be_modify( &op2, &r2 );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Drefint.c529 Operation op2; local
568 op2 = *op;
576 op2.o_bd = select_backend( &dp->ndn, 1 );
577 if ( !op2.o_bd ) {
583 op2.o_tag = LDAP_REQ_MODIFY;
584 op2.orm_modlist = NULL;
585 op2.o_req_dn = dp->dn;
586 op2.o_req_ndn = dp->ndn;
588 op2.orm_no_opattrs = 1;
589 op2
[all...]
H A Dmemberof.c245 Operation op2 = *op; local
263 op2.o_tag = LDAP_REQ_SEARCH;
264 op2.o_callback = &cb;
265 op2.o_dn = op->o_bd->be_rootdn;
266 op2.o_ndn = op->o_bd->be_rootndn;
268 op2.ors_scope = LDAP_SCOPE_BASE;
269 op2.ors_deref = LDAP_DEREF_NEVER;
271 op2.ors_attrs = an;
272 op2.ors_attrsonly = 0;
273 op2
343 Operation op2 = *op; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/
H A Dpasswd.c170 Operation op2; local
181 op2 = *op;
182 op2.o_callback = &cb;
183 op2.o_req_dn = mi->mi_base;
184 op2.o_req_ndn = mi->mi_base;
185 op2.ors_scope = mi->mi_scope;
186 op2.ors_filterstr = filter;
187 op2.ors_filter = str2filter_x( op, filter.bv_val );
188 op2.ors_attrs = slap_anlist_no_attrs;
189 op2
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGByteCodeParser.cpp2138 Node* op2 = getToInt32(currentInstruction[3].u.operand);
2139 set(currentInstruction[1].u.operand, addToGraph(BitAnd, op1, op2));
2145 Node* op2 = getToInt32(currentInstruction[3].u.operand);
2146 set(currentInstruction[1].u.operand, addToGraph(BitOr, op1, op2));
2152 Node* op2 = getToInt32(currentInstruction[3].u.operand);
2153 set(currentInstruction[1].u.operand, addToGraph(BitXor, op1, op2));
2159 Node* op2 = getToInt32(currentInstruction[3].u.operand);
2162 if (isInt32Constant(op2) && !(valueOfInt32Constant(op2) & 0x1f))
2165 result = addToGraph(BitRShift, op1, op2);
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Ddelete.c335 Operation op2 = *op; local
352 op2.o_tag = LDAP_REQ_SEARCH;
353 op2.o_protocol = LDAP_VERSION3;
358 op2.o_callback = &sc;
360 op2.o_dn = op->o_bd->be_rootdn;
361 op2.o_ndn = op->o_bd->be_rootndn;
363 op2.o_managedsait = SLAP_CONTROL_CRITICAL;
365 op2.ors_scope = LDAP_SCOPE_SUBTREE;
366 op2.ors_deref = LDAP_DEREF_NEVER;
367 op2
[all...]

Completed in 331 milliseconds

1234