Home
last modified time | relevance | path

Searched refs:op2 (Results 1 – 25 of 185) sorted by relevance

12345678

/openbsd/sys/arch/amd64/amd64/
H A Ddb_disasm.c107 #define op2(x,y) ((x)|((y)<<8)) macro
417 /*0*/ { "fadd", SNGL, op2(STI,ST), 0 },
418 /*1*/ { "fmul", SNGL, op2(STI,ST), 0 },
532 { "test", 1, NONE, op2(I,E), 0 },
533 { "test", 1, NONE, op2(I,E), 0 },
536 { "mul", 1, NONE, op2(E,A), 0 },
537 { "imul", 1, NONE, op2(E,A), 0 },
538 { "div", 1, NONE, op2(E,A), 0 },
539 { "idiv", 1, NONE, op2(E,A), 0 },
1083 case op2(ST,STI): in db_disasm_esc()
[all …]
/openbsd/sys/arch/i386/i386/
H A Ddb_disasm.c108 #define op2(x,y) ((x)|((y)<<8)) macro
387 /*0*/ { "fadd", SNGL, op2(STI,ST), 0 },
388 /*1*/ { "fmul", SNGL, op2(STI,ST), 0 },
502 { "test", 1, NONE, op2(I,E), 0 },
503 { "test", 1, NONE, op2(I,E), 0 },
506 { "mul", 1, NONE, op2(E,A), 0 },
507 { "imul", 1, NONE, op2(E,A), 0 },
508 { "div", 1, NONE, op2(E,A), 0 },
509 { "idiv", 1, NONE, op2(E,A), 0 },
1049 case op2(ST,STI): in db_disasm_esc()
[all …]
/openbsd/usr.bin/awk/
H A Dawkgram.y205 { $$ = op2(BOR, notnull($1), notnull($3)); }
207 { $$ = op2(AND, notnull($1), notnull($3)); }
227 { $$ = op2(BOR, notnull($1), notnull($3)); }
229 { $$ = op2(AND, notnull($1), notnull($3)); }
362 | term '+' term { $$ = op2(ADD, $1, $3); }
363 | term '-' term { $$ = op2(MINUS, $1, $3); }
364 | term '*' term { $$ = op2(MULT, $1, $3); }
366 | term '%' term { $$ = op2(MOD, $1, $3); }
404 { $$ = op2(INDEX, $3, $5); }
407 $$ = op2(INDEX, $3, (Node*)$5); }
[all …]
H A Db.c237 p1 = op2(CAT, op2(STAR, op2(ALL, NIL, NIL), NIL), p); in mkdfa()
239 p1 = op2(CAT, p1, op2(FINAL, NIL, NIL)); in mkdfa()
976 return(op2(EMPTYRE, NIL, NIL)); in reparse()
997 np = op2(CHAR, NIL, itonp(rlxval)); in primary()
1002 return (unary(op2(ALL, NIL, NIL))); in primary()
1009 return (unary(op2(DOT, NIL, NIL))); in primary()
1025 return (unary(op2(CHAR, NIL, NIL))); in primary()
1055 return (concat(op2(CAT, op2(CCL, NIL, (Node *) cclenter("")), in concat()
1075 return (unary(op2(STAR, np, NIL))); in unary()
1078 return (unary(op2(PLUS, np, NIL))); in unary()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-pdp11.c695 op2.error = NULL; in md_assemble()
801 if (op2.error) in md_assemble()
832 if (op2.error) in md_assemble()
839 if (op2.error) in md_assemble()
870 if (op2.error) in md_assemble()
877 if (op2.error) in md_assemble()
908 if (op2.error) in md_assemble()
927 if (op2.error) in md_assemble()
938 if (op2.error) in md_assemble()
974 err = op2.error; in md_assemble()
[all …]
H A Dxtensa-relax.c546 unsigned op2) in append_value_condition() argument
553 cond->op_data = op2; in append_value_condition()
1593 opname_map_e *op2; in build_transition() local
1627 for (op2 = op1->next; op2 != NULL; op2 = op2->next) in build_transition()
1629 if (same_operand_name (op1, op2)) in build_transition()
1658 op2 = NULL; in build_transition()
1676 if (op2 == NULL) in build_transition()
1686 if (op1 == NULL && op2 == NULL) in build_transition()
1695 op1->operand_num, op2->operand_num); in build_transition()
1696 else if (op2 == NULL) in build_transition()
[all …]
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-pdp11.c683 op2.error = NULL;
789 if (op2.error)
820 if (op2.error)
827 if (op2.error)
858 if (op2.error)
865 if (op2.error)
896 if (op2.error)
915 if (op2.error)
926 if (op2.error)
962 err = op2.error;
[all …]
H A Dtc-msp430.c485 struct msp430_operand_s op1, op2; local
519 memset (&op2, 0, sizeof (op2));
573 bin |= (op2.reg | (op1.reg << 8) | (op1.am << 4) | (op2.am << 7));
593 if (op2.mode == OP_EXP)
598 if (op2.reg) /* Not PC relative. */
600 &(op2.exp), FALSE, CHECK_RELOC_MSP430);
649 bin |= (op2.reg | (op1.reg << 8) | (op1.am << 4) | (op2.am << 7));
669 if (op2.mode == OP_EXP)
674 if (op2.reg) /* Not PC relative. */
676 &(op2.exp), FALSE, CHECK_RELOC_MSP430);
[all …]
H A Dxtensa-relax.c570 unsigned op2;
577 cond->op_data = op2;
1419 opname_map_e *op2; local
1463 for (op2 = op1->next; op2 != NULL; op2 = op2->next)
1465 if (same_operand_name (op1, op2))
1494 op2 = NULL;
1512 if (op2 == NULL)
1522 if (op1 == NULL && op2 == NULL)
1531 op1->operand_num, op2->operand_num);
1532 else if (op2 == NULL)
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dvms-tir.c521 long op1, op2; in etir_opr() local
554 if (op2 == 0) in etir_opr()
592 op1 >>= -op2; in etir_opr()
594 op1 <<= op2; in etir_opr()
1316 long op1, op2; in tir_opr() local
1393 op2 >>= op1; in tir_opr()
1395 op2 <<= op1; in tir_opr()
1405 op2 >>= op1; in tir_opr()
1407 op2 <<= op1; in tir_opr()
1417 op2 >>= op1; in tir_opr()
[all …]
/openbsd/usr.sbin/bgpd/
H A Dflowspec.c428 uint8_t op, op2 = 0; in flowspec_fmt_num_op() local
445 op2 = comp[*off + len]; in flowspec_fmt_num_op()
450 if (op2 & FLOWSPEC_OP_AND && in flowspec_fmt_num_op()
455 FLOWSPEC_OP_LEN(op2)); in flowspec_fmt_num_op()
457 op2 = 0; in flowspec_fmt_num_op()
460 if (op2 & FLOWSPEC_OP_AND) { in flowspec_fmt_num_op()
543 uint8_t op, op2 = 0; in flowspec_fmt_bin_op() local
560 op2 = comp[*off + len]; in flowspec_fmt_bin_op()
570 FLOWSPEC_OP_LEN(op2)); in flowspec_fmt_bin_op()
572 op2 = 0; in flowspec_fmt_bin_op()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp.c1406 if (op2 && GET_CODE (op2) != FLOAT && GET_CODE (op2) != FLOAT_EXTEND)
1501 hash2 = op2 ? hash_rtx (op2) : 0;
1510 tem = op1; op1 = op2; op2 = tem;
1522 tem = op1; op1 = op2; op2 = tem;
1577 if (op2 && (GET_CODE (op2) != REG
1584 || (op2 && GET_MODE (op2) == DFmode))
1593 if (op2 && GET_MODE (op2) != opmode)
1628 if (op2 && GET_CODE (op2) == REG && FP_REGNO_P (REGNO (op2)))
1633 && (op2 == 0 || GET_CODE (op2) != REG || REGNO(op2) != 17))
1695 if (op2 && GET_CODE (op2) != REG)
[all …]
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dvms-tir.c631 long op1, op2; local
664 if (op2 == 0)
702 op1 >>= -op2;
704 op1 <<= op2;
1462 long op1, op2; local
1539 op2 >>= op1;
1541 op2 <<= op1;
1551 op2 >>= op1;
1553 op2 <<= op1;
1563 op2 >>= op1;
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmsp430-dis.c290 char *op2, in msp430_doubleoperand() argument
367 *op2 = 0; in msp430_doubleoperand()
494 sprintf (op2, "r0"); in msp430_doubleoperand()
497 sprintf (op2, "r1"); in msp430_doubleoperand()
500 sprintf (op2, "r2"); in msp430_doubleoperand()
503 sprintf (op2, "r%d", regd); in msp430_doubleoperand()
695 *op2 = 0; in print_insn_msp430()
751 if (*op2) in print_insn_msp430()
759 if (*op2) in print_insn_msp430()
761 if (strlen (op2) < 8) in print_insn_msp430()
[all …]
H A Davr-dis.c266 char op1[20], op2[20], comment1[40], comment2[40]; in print_insn_avr() local
316 op2[0] = 0; in print_insn_avr()
340 ok = avr_operand (insn, insn2, addr, *(++op), op2, in print_insn_avr()
349 op2[0] = 0; in print_insn_avr()
359 if (*op2) in print_insn_avr()
360 (*prin) (stream, ", %s", op2); in print_insn_avr()
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dmsp430-dis.c102 *op2 = 0;
158 if (*op2)
166 if (*op2)
168 if (strlen (op2) < 8)
175 if (*op2)
436 char *op1, *op2;
512 *op2 = 0;
639 sprintf (op2, "r0");
642 sprintf (op2, "r1");
645 sprintf (op2, "r2");
[all …]
H A Davr-dis.c267 char op1[20], op2[20], comment1[40], comment2[40]; local
318 op2[0] = 0;
342 ok = avr_operand (insn, insn2, addr, *(++op), op2,
351 op2[0] = 0;
361 if (*op2)
362 (*prin) (stream, ", %s", op2);
/openbsd/regress/lib/libc/arch/alpha/divremtest/
H A Ddivremtest.c93 } op1, op2, divres, modres, divwant, modwant; in testfile() local
98 &op2.input, &divwant.input, &modwant.input) != EOF) { in testfile()
143 divres.a = op1.b / op2.c; \ in testfile()
144 modres.a = op1.b % op2.c; \ in testfile()
147 opspec, op1.input, op2.input, \ in testfile()
153 opspec, op1.input, op2.input); \ in testfile()
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_gpu_commands.h344 #define MI_MATH_INSTR(opcode, op1, op2) ((opcode) << 20 | (op1) << 10 | (op2)) argument
347 #define MI_MATH_LOAD(op1, op2) MI_MATH_INSTR(0x080, op1, op2) argument
348 #define MI_MATH_LOADINV(op1, op2) MI_MATH_INSTR(0x480, op1, op2) argument
356 #define MI_MATH_STORE(op1, op2) MI_MATH_INSTR(0x180, op1, op2) argument
357 #define MI_MATH_STOREINV(op1, op2) MI_MATH_INSTR(0x580, op1, op2) argument
/openbsd/gnu/usr.bin/gcc/gcc/treelang/
H A Dparse.y569 struct prod_token_parm_item *op2; variable
573 op2 = $3;
576 ensure_not_void (NUMERIC_TYPE (op2), op2->tp.pro.main_token);
598 struct prod_token_parm_item *op2; variable
602 op2 = $3;
604 ensure_not_void (NUMERIC_TYPE (op2), op2->tp.pro.main_token);
627 struct prod_token_parm_item *op2; variable
631 op2 = $3;
633 ensure_not_void (NUMERIC_TYPE (op2), op2->tp.pro.main_token);
660 op2 = $3;
[all …]
/openbsd/gnu/gcc/gcc/
H A Dvalue-prof.c197 stmt2 = build2 (MODIFY_EXPR, optype, tmp1, op2); in tree_divmod_fixed_value()
217 build2 (TREE_CODE (operation), optype, op1, op2)); in tree_divmod_fixed_value()
266 tree modify, op, op1, op2, result, value, tree_val; in tree_divmod_fixed_value_transform() local
285 op2 = TREE_OPERAND (op, 1); in tree_divmod_fixed_value_transform()
363 build2 (BIT_AND_EXPR, optype, tmp2, op2)); in tree_mod_pow2()
384 build2 (TREE_CODE (operation), optype, op1, op2)); in tree_mod_pow2()
433 tree modify, op, op1, op2, result, value; in tree_mod_pow2_value_transform() local
452 op2 = TREE_OPERAND (op, 1); in tree_mod_pow2_value_transform()
524 stmt2 = build2 (MODIFY_EXPR, optype, tmp1, op2); in tree_mod_subtract()
615 tree modify, op, op1, op2, result, value; in tree_mod_subtract_transform() local
[all …]
/openbsd/gnu/gcc/gcc/config/m32r/
H A Dm32r.md1625 op2 = force_reg (mode, op2);
1816 op2 = force_reg (mode, op2);
1872 op2 = force_reg (mode, op2);
1879 op2 = force_reg (mode, op2);
1948 op2 = force_reg (mode, op2);
1971 op2 = force_reg (mode, op2);
2040 op2 = force_reg (mode, op2);
2093 op2 = force_reg (mode, op2);
2100 op2 = force_reg (mode, op2);
2169 op2 = force_reg (mode, op2);
[all …]
/openbsd/sys/arch/hppa/spmath/
H A Dimpys.S35 op2 .reg %r4 ; multiplier label
58 ldws 0(arg1),op2 ; get multiplier
61 comb,< op2,gr0,mpyb ; br. if multiplier < 0
62 xor op2,op1,sign ; sign(0) = sign of product
68 extru op2,31,4,brindex ; 4 bits as index into table
79 extru op2,27,4,brindex ; next 4 bits into index
184 mpyb add,= op2,op2,gr0 ; if <> 0, back to main sect.
186 sub 0,op2,op2 ; op2 = |multiplier|
201 add,>= op2,gr0,gr0 ; if op2 < 0, invert sign,
203 movb,tr op2,op1,mmax ; use op2 as multiplicand
/openbsd/gnu/usr.bin/gcc/gcc/config/m32r/
H A Dm32r.md1640 op2 = force_reg (mode, op2);
1831 op2 = force_reg (mode, op2);
1887 op2 = force_reg (mode, op2);
1894 op2 = force_reg (mode, op2);
1963 op2 = force_reg (mode, op2);
1986 op2 = force_reg (mode, op2);
2055 op2 = force_reg (mode, op2);
2108 op2 = force_reg (mode, op2);
2115 op2 = force_reg (mode, op2);
2184 op2 = force_reg (mode, op2);
[all …]
/openbsd/gnu/gcc/gcc/treelang/
H A Dparse.y578 struct prod_token_parm_item *op2 = $3; variable
579 int type_code = get_common_type (op1, op2);
587 struct prod_token_parm_item *op2 = $3; variable
596 struct prod_token_parm_item *op2 = $3; variable
601 (tok, op1, op2, type_code, EXP_EQUALS);
606 struct prod_token_parm_item *op2 = $3; variable
611 (tok, op1, op2, type_code, EXP_ASSIGN);
907 struct prod_token_parm_item *op2, in make_plus_expression() argument
914 ensure_not_void (NUMERIC_TYPE (op2), op2->tp.pro.main_token); in make_plus_expression()
924 OP2 (prod) = op2; in make_plus_expression()
[all …]

12345678