Searched refs:op1 (Results 1 - 25 of 71) sorted by relevance

123

/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dmsp430-dis.c289 char *op1,
329 sprintf (op1, "r%d", regd);
340 sprintf (op1, "0x%04x", PS (dst));
355 sprintf (op1, "&0x%04x", PS (dst));
363 sprintf (op1, "%d(r%d)", dst, regd);
387 sprintf (op1, "#0");
393 sprintf (op1, "r%d", regs);
402 sprintf (op1, "#4");
407 sprintf (op1, "#2");
415 sprintf (op1, "
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
538 msp430_branchinstr(disassemble_info *info, struct msp430_opcode_s *opcode ATTRIBUTE_UNUSED, bfd_vma addr ATTRIBUTE_UNUSED, unsigned short insn, char *op1, char *comm1, int *cycles) argument
670 char op1[32], op2[32], comm1[64], comm2[64]; local
[all...]
H A Dsparc-dis.c250 sparc_opcode *op1 = * (sparc_opcode **) b; local
251 unsigned long int match0 = op0->match, match1 = op1->match;
252 unsigned long int lose0 = op0->lose, lose1 = op1->lose;
262 if (! (op1->architecture & current_arch_mask))
267 if (op1->architecture & current_arch_mask)
269 else if (op0->architecture != op1->architecture)
270 return op0->architecture - op1->architecture;
292 op1->name, match1, lose1);
293 op1->lose &= ~op1
[all...]
H A Davr-dis.c266 char op1[20], op2[20], comment1[40], comment2[40]; local
315 op1[0] = 0;
337 ok = avr_operand (insn, insn2, addr, *op, op1, comment1, 0, &sym_op1, &sym_addr1);
348 sprintf (op1, "0x%04x", insn);
356 if (*op1)
357 (*prin) (stream, "\t%s", op1);
H A Dd30v-dis.c37 int op1 = (num >> 25) & 0x7; local
44 if ((op->op1 == op1) && (op->op2 == op2))
53 while (op->op1 == op1 && op->op2 == op2)
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITArithmetic.cpp52 unsigned op1 = currentInstruction[1].u.operand; local
56 emit_compareAndJump(op_jless, op1, op2, target, LessThan);
61 unsigned op1 = currentInstruction[1].u.operand; local
65 emit_compareAndJump(op_jlesseq, op1, op2, target, LessThanOrEqual);
70 unsigned op1 = currentInstruction[1].u.operand; local
74 emit_compareAndJump(op_jgreater, op1, op2, target, GreaterThan);
79 unsigned op1 = currentInstruction[1].u.operand; local
83 emit_compareAndJump(op_jgreatereq, op1, op2, target, GreaterThanOrEqual);
88 unsigned op1 = currentInstruction[1].u.operand; local
92 emit_compareAndJump(op_jnless, op1, op
97 unsigned op1 = currentInstruction[1].u.operand; local
106 unsigned op1 = currentInstruction[1].u.operand; local
115 unsigned op1 = currentInstruction[1].u.operand; local
124 unsigned op1 = currentInstruction[1].u.operand; local
133 unsigned op1 = currentInstruction[1].u.operand; local
142 unsigned op1 = currentInstruction[1].u.operand; local
151 unsigned op1 = currentInstruction[1].u.operand; local
160 unsigned op1 = currentInstruction[1].u.operand; local
169 unsigned op1 = currentInstruction[1].u.operand; local
178 unsigned op1 = currentInstruction[1].u.operand; local
187 unsigned op1 = currentInstruction[1].u.operand; local
235 unsigned op1 = currentInstruction[2].u.operand; local
252 unsigned op1 = currentInstruction[2].u.operand; local
268 unsigned op1 = currentInstruction[2].u.operand; local
303 unsigned op1 = currentInstruction[2].u.operand; local
336 unsigned op1 = currentInstruction[2].u.operand; local
372 unsigned op1 = currentInstruction[2].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
582 unsigned op1 = currentInstruction[2].u.operand; local
610 unsigned op1 = currentInstruction[2].u.operand; local
687 unsigned op1 = currentInstruction[2].u.operand; local
733 unsigned op1 = currentInstruction[2].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
891 unsigned op1 = currentInstruction[2].u.operand; local
923 unsigned op1 = currentInstruction[2].u.operand; local
940 unsigned op1 = currentInstruction[2].u.operand; local
973 unsigned op1 = currentInstruction[2].u.operand; local
985 unsigned op1 = currentInstruction[2].u.operand; local
1067 unsigned op1 = currentInstruction[2].u.operand; local
1094 unsigned op1 = currentInstruction[2].u.operand; local
1105 unsigned op1 = currentInstruction[2].u.operand; local
[all...]
H A DJITArithmetic32_64.cpp88 void JIT::emit_compareAndJump(OpcodeID opcode, unsigned op1, unsigned op2, unsigned target, RelationalCondition condition) argument
94 if (isOperandConstantImmediateChar(op1)) {
100 addJump(branch32(commute(condition), regT0, Imm32(asString(getConstantOperand(op1))->tryGetValue()[0])), target);
104 emitLoad(op1, regT1, regT0);
112 if (isOperandConstantImmediateInt(op1)) {
115 addJump(branch32(commute(condition), regT2, Imm32(getConstantOperand(op1).asInt32())), target);
117 emitLoad(op1, regT1, regT0);
121 emitLoad2(op1, regT1, regT0, op2, regT3, regT2);
135 emitBinaryDoubleOp(opcode, target, op1, op2, OperandTypes(), notInt32Op1, notInt32Op2, !isOperandConstantImmediateInt(op1), isOperandConstantImmediateIn
139 emit_compareAndJumpSlow(unsigned op1, unsigned op2, unsigned target, DoubleCondition, int (JIT_STUB *stub)(STUB_ARGS_DECLARATION), bool invert, Vector<SlowCaseEntry>::iterator& iter) argument
172 unsigned op1 = currentInstruction[2].u.operand; local
194 unsigned op1 = currentInstruction[2].u.operand; local
212 unsigned op1 = currentInstruction[2].u.operand; local
246 unsigned op1 = currentInstruction[2].u.operand; local
334 unsigned op1 = currentInstruction[2].u.operand; local
357 unsigned op1 = currentInstruction[2].u.operand; local
375 unsigned op1 = currentInstruction[2].u.operand; local
398 unsigned op1 = currentInstruction[2].u.operand; local
416 unsigned op1 = currentInstruction[2].u.operand; local
439 unsigned op1 = currentInstruction[2].u.operand; local
503 unsigned op1 = currentInstruction[2].u.operand; local
576 unsigned op1 = currentInstruction[2].u.operand; local
625 unsigned op1 = currentInstruction[2].u.operand; local
692 unsigned op1 = currentInstruction[2].u.operand; local
724 emitBinaryDoubleOp(OpcodeID opcodeID, unsigned dst, unsigned op1, unsigned op2, OperandTypes types, JumpList& notInt32Op1, JumpList& notInt32Op2, bool op1IsInRegisters, bool op2IsInRegisters) argument
953 unsigned op1 = currentInstruction[2].u.operand; local
989 unsigned op1 = currentInstruction[2].u.operand; local
1037 unsigned op1 = currentInstruction[2].u.operand; local
1100 unsigned op1 = currentInstruction[2].u.operand; local
1129 unsigned op1 = currentInstruction[2].u.operand; local
1166 unsigned op1 = currentInstruction[2].u.operand; local
[all...]
/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"
31 foreach {op op1 result} {
35 if {[string compare [$op $op1] $result] != 0} {
36 puts "\[$op $op1\] == [$op $op1] 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"
37 foreach {op op1 result} {
47 if {[string compare [$op $op1] $result] != 0} {
48 puts "\[$op $op1\] == [$op $op1] instead of $result"
/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/dcerpc-58/dcerpc/idl_compiler/
H A Dastp_exp.c267 AST_exp_n_t * op1 = exp->exp.expression.oper1; local
269 AST_exp_n_t * ident_exp = op1->exp.expression.oper1;
270 long nval = ASTP_expr_integer_value(location, op1->exp.expression.oper2);
342 AST_exp_n_t * op1=NULL, *op2=NULL, *op3=NULL; local
367 op1 = exp->exp.expression.oper1;
369 if (op1->exp.constant.type == AST_nil_const_k &&
370 op1->exp.constant.val.other == NULL) {
371 op1->exp.constant.val.other =
374 op1->exp.constant.name,
376 if (op1
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dvms-tir.c523 long op1, op2;
536 op1 = (long) _bfd_vms_pop (abfd, NULL);
538 _bfd_vms_push (abfd, (uquad) (op1 + op2), -1);
542 op1 = (long) _bfd_vms_pop (abfd, NULL);
544 _bfd_vms_push (abfd, (uquad) (op2 - op1), -1);
548 op1 = (long) _bfd_vms_pop (abfd, NULL);
550 _bfd_vms_push (abfd, (uquad) (op1 * op2), -1);
554 op1 = (long) _bfd_vms_pop (abfd, NULL);
559 _bfd_vms_push (abfd, (uquad) (op2 / op1), -1);
563 op1
521 long op1, op2; local
1316 long op1, op2; local
1393 op2 >>= op1; local
1395 op2 <<= op1; local
1405 op2 >>= op1; local
1407 op2 <<= op1; local
1417 op2 >>= op1; local
1419 op2 <<= op1; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dfop006.tcl46 # Set up cases where op1 is successful.
49 foreach op1 $ops {
52 $op1 $op2 $exists $noexist\
59 # Set up evil two-op cases (op1 fails). Omit open_create
60 # and truncate from op1 list -- open_create always succeeds
63 foreach op1 { rename remove open open_excl } {
65 append cases " " [create_badtests $op1 $op2 \
72 # {{op1 {args} result end} {op2 {args} result}}
97 set op1 [lindex [lindex $case 0] 0]
106 puts "\tFop$tnum.$testid: $op1 (
[all...]
H A Dfoputils.tcl222 proc create_tests { op1 op2 exists noexist open retval { end1 "" } } {
224 switch $op1 {
232 set op1ret [list $op1 "$from $to" 0 $end1]
243 set op1ret [list $op1 $from 0 $end1]
254 set op1ret [list $op1 $from 0 $end1]
268 set op1ret [list $op1 $from 0 $end1]
290 proc create_badtests { op1 op2 exists noexist open retval {end1 ""} } {
292 switch $op1 {
301 [list $op1 "$to $to" "no such file" $end1]
303 [list $op1 "
[all...]
H A Dfop001.tcl36 # Set up all sensible two-op cases (op1 succeeds).
38 foreach op1 {rename remove open open_excl \
41 append cases " " [create_tests $op1 $op2 \
47 # Set up evil two-op cases (op1 fails). Omit open_create
48 # and truncate from op1 list -- open_create always succeeds
51 foreach op1 { rename remove open open_excl } {
53 append cases " " [create_badtests $op1 $op2 \
60 # {{op1 {names1} result end1} {op2 {names2} result}}
83 set op1 [lindex [lindex $case 0] 0]
91 puts "\tFop$tnum.$testid: $op1 (
[all...]
H A Drecd005.tcl45 set op1 [lindex $ops 0]
47 puts "\tRecd005.$tnum: $s1 $s2 $op1 $op2"
71 $testdir $method $dbenv $env_cmd $testfile1 $s1 $op1
76 check_file $testdir $env_cmd $testfile1 $op1
98 if { $op1 == "abort" } {
133 check_file $testdir $env_cmd $testfile1 $op1
H A Drep075.tcl195 set op1 commit
198 set op1 abort
203 set op1 commit
206 set op1 abort
210 set oplist [list $op1 $op2]
327 puts "\tRep$tnum.c.0: Resolve ($op1 $op2) and recover master."
328 error_check_good resolve1 [$txn1 $op1] 0
473 if { $op1 == "commit" } {
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGByteCodeParser.cpp2017 Node* op1 = getThis();
2018 if (op1->op() != ConvertThis) {
2031 setThis(addToGraph(ConvertThis, op1));
2036 op1);
2137 Node* op1 = getToInt32(currentInstruction[2].u.operand);
2139 set(currentInstruction[1].u.operand, addToGraph(BitAnd, op1, op2));
2144 Node* op1 = getToInt32(currentInstruction[2].u.operand);
2146 set(currentInstruction[1].u.operand, addToGraph(BitOr, op1, op2));
2151 Node* op1 = getToInt32(currentInstruction[2].u.operand);
2153 set(currentInstruction[1].u.operand, addToGraph(BitXor, op1, op
[all...]
H A DDFGSpeculativeJIT.cpp1224 GPRTemporary::GPRTemporary(SpeculativeJIT* jit, SpeculateIntegerOperand& op1) argument
1228 if (m_jit->canReuse(op1.node()))
1229 m_gpr = m_jit->reuse(op1.gpr());
1234 GPRTemporary::GPRTemporary(SpeculativeJIT* jit, SpeculateIntegerOperand& op1, SpeculateIntegerOperand& op2) argument
1238 if (m_jit->canReuse(op1.node()))
1239 m_gpr = m_jit->reuse(op1.gpr());
1246 GPRTemporary::GPRTemporary(SpeculativeJIT* jit, SpeculateStrictInt32Operand& op1) argument
1250 if (m_jit->canReuse(op1.node()))
1251 m_gpr = m_jit->reuse(op1.gpr());
1256 GPRTemporary::GPRTemporary(SpeculativeJIT* jit, IntegerOperand& op1) argument
1266 GPRTemporary(SpeculativeJIT* jit, IntegerOperand& op1, IntegerOperand& op2) argument
1278 GPRTemporary(SpeculativeJIT* jit, SpeculateCellOperand& op1) argument
1288 GPRTemporary(SpeculativeJIT* jit, SpeculateBooleanOperand& op1) argument
1299 GPRTemporary(SpeculativeJIT* jit, JSValueOperand& op1) argument
1309 GPRTemporary(SpeculativeJIT* jit, JSValueOperand& op1, bool tag) argument
1320 GPRTemporary(SpeculativeJIT* jit, StorageOperand& op1) argument
1349 FPRTemporary(SpeculativeJIT* jit, SpeculateDoubleOperand& op1) argument
1359 FPRTemporary(SpeculativeJIT* jit, SpeculateDoubleOperand& op1, SpeculateDoubleOperand& op2) argument
1372 FPRTemporary(SpeculativeJIT* jit, JSValueOperand& op1) argument
[all...]
H A DDFGNode.h1237 static bool shouldSpeculateBoolean(Node* op1, Node* op2) argument
1239 return op1->shouldSpeculateBoolean() && op2->shouldSpeculateBoolean();
1242 static bool shouldSpeculateInteger(Node* op1, Node* op2) argument
1244 return op1->shouldSpeculateInteger() && op2->shouldSpeculateInteger();
1247 static bool shouldSpeculateIntegerForArithmetic(Node* op1, Node* op2) argument
1249 return op1->shouldSpeculateIntegerForArithmetic() && op2->shouldSpeculateIntegerForArithmetic();
1252 static bool shouldSpeculateIntegerExpectingDefined(Node* op1, Node* op2) argument
1254 return op1->shouldSpeculateIntegerExpectingDefined() && op2->shouldSpeculateIntegerExpectingDefined();
1257 static bool shouldSpeculateDoubleForArithmetic(Node* op1, Node* op2) argument
1259 return op1
1262 shouldSpeculateNumber(Node* op1, Node* op2) argument
1267 shouldSpeculateNumberExpectingDefined(Node* op1, Node* op2) argument
1272 shouldSpeculateFinalObject(Node* op1, Node* op2) argument
1277 shouldSpeculateArray(Node* op1, Node* op2) argument
[all...]
/macosx-10.9.5/cctools-845/as/
H A Di386-check.c211 char **op0, **op1; local
434 op1 = get_operand(type1, type0);
439 op1 = Reg32_table;
442 for( ; *op1; op1++){
444 *op0, *op1);
447 *op1, *op0);
/macosx-10.9.5/awk-18/src/
H A Dawkgram.y283 | NOT re { $$ = op1(NOT, notnull($2)); }
360 | '-' term %prec UMINUS { $$ = op1(UMINUS, $2); }
362 | NOT term %prec UMINUS { $$ = op1(NOT, notnull($2)); }
368 | CLOSE term { $$ = op1(CLOSE, $2); }
369 | DECR var { $$ = op1(PREDECR, $2); }
370 | INCR var { $$ = op1(PREINCR, $2); }
371 | var DECR { $$ = op1(POSTDECR, $1); }
372 | var INCR { $$ = op1(POSTINCR, $1); }
397 | SPRINTF '(' patlist ')' { $$ = op1($1, $3); }
423 | IVAR { $$ = op1(INDIREC
[all...]
/macosx-10.9.5/cctools-845/otool/
H A Dsparc_disasm.c814 struct sparc_opcode *op1 = (struct sparc_opcode *) b; local
815 uint32_t match0 = op0->match, match1 = op1->match;
816 uint32_t lose0 = op0->lose, lose1 = op1->lose;
832 op1->name, match1, lose1);
833 op1->lose &= ~op1->match;
834 lose1 = op1->lose;
864 int alias_diff = (op0->flags & F_ALIAS) - (op1->flags & F_ALIAS);
872 i = strcmp (op0->name, op1->name);
879 op0->name, op1
[all...]
/macosx-10.9.5/IOFWDVComponents-207.4.1/tests/
H A DAVCTest.c160 static OSErr doControlTest(DVDeviceRefNum refNum, UInt8 op1, UInt8 op2) argument
170 in[2] = op1;
187 static OSErr doStatusTest(DVDeviceRefNum refNum, UInt8 op1, UInt8 op2) argument
197 in[2] = op1;
214 static OSErr doStatusTest6(DVDeviceRefNum refNum, UInt8 op1, UInt8 op2, argument
225 in[2] = op1;
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssemblerARM.h93 void add32(RegisterID op1, RegisterID op2, RegisterID dest) argument
95 m_assembler.adds(dest, op1, op2);
133 void and32(RegisterID op1, RegisterID op2, RegisterID dest) argument
135 m_assembler.bitAnds(dest, op1, op2);
185 void mul32(RegisterID op1, RegisterID op2, RegisterID dest) argument
188 if (op1 == dest) {
193 RegisterID tmp = op1;
194 op1 = op2;
198 m_assembler.muls(dest, op1, op2);
240 void or32(RegisterID op1, RegisterI argument
324 xor32(RegisterID op1, RegisterID op2, RegisterID dest) argument
696 branchAdd32(ResultCondition cond, RegisterID op1, RegisterID op2, RegisterID dest) argument
728 mull32(RegisterID op1, RegisterID op2, RegisterID dest) argument
796 branchSub32(ResultCondition cond, RegisterID op1, RegisterID op2, RegisterID dest) argument
1087 addDouble(FPRegisterID op1, FPRegisterID op2, FPRegisterID dest) argument
1109 divDouble(FPRegisterID op1, FPRegisterID op2, FPRegisterID dest) argument
1126 subDouble(FPRegisterID op1, FPRegisterID op2, FPRegisterID dest) argument
1148 mulDouble(FPRegisterID op1, FPRegisterID op2, FPRegisterID dest) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcompare-w.el311 (op1 (point))
320 (or (setq in-bounds-p (< region-size (max (- (point-max) op1)
333 (let ((p1 op1)
334 (bound1 (- (min (+ op1 region-size) (point-max)) string-size))
350 (compare-windows-highlight op1 (car p12) (current-buffer) w1

Completed in 378 milliseconds

123