Searched refs:op3 (Results 1 - 25 of 30) sorted by relevance

12

/openbsd-current/usr.bin/awk/
H A Dawkgram.y203 { $$ = op3(CONDEXPR, notnull($1), $3, $5); }
208 | ppattern MATCHOP reg_expr { $$ = op3($2, NIL, $1, (Node*)makedfa($3, 0)); free($3); }
211 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0));
214 $$ = op3($2, (Node *)1, $1, $3); }
225 { $$ = op3(CONDEXPR, notnull($1), $3, $5); }
236 | pattern MATCHOP reg_expr { $$ = op3($2, NIL, $1, (Node*)makedfa($3, 0)); free($3); }
239 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0));
242 $$ = op3($2, (Node *)1, $1, $3); }
247 else $$ = op3(GETLINE, $4, itonp($2), $1); }
250 else $$ = op3(GETLIN
[all...]
H A Dproto.h79 extern Node *op3(int, Node *, Node *, Node *);
H A Dparse.c165 Node *op3(int a, Node *b, Node *c, Node *d) function
/openbsd-current/sys/arch/sparc64/include/
H A Dinstr.h350 #define _I_OP3_GEN(form, rd, op3, rs1, low14) \
351 _I_ANY(form, (rd) << 25 | (op3) << 19 | (rs1) << 14 | (low14))
352 #define _I_OP3_LS_RAR(rd, op3, rs1, asi, rs2) \
353 _I_OP3_GEN(IOP_mem, rd, op3, rs1, (asi) << 5 | (rs2))
354 #define _I_OP3_LS_RI(rd, op3, rs1, simm13) \
355 _I_OP3_GEN(IOP_mem, rd, op3, rs1, _I_SIMM(simm13))
356 #define _I_OP3_LS_RR(rd, op3, rs1, rs2) \
357 _I_OP3_GEN(IOP_mem, rd, op3, rs1, rs2)
358 #define _I_OP3_R_RAR(rd, op3, rs1, asi, rs2) \
359 _I_OP3_GEN(IOP_reg, rd, op3, rs
[all...]
/openbsd-current/gnu/gcc/gcc/treelang/
H A Dtreetree.h37 tree op2, tree op3, location_t loc);
H A Dtreetree.c653 tree op3 ATTRIBUTE_UNUSED,
/openbsd-current/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.h39 tree tree_code_get_expression (unsigned int exp_type, tree type, tree op1, tree op2, tree op3);
H A Dtreetree.c669 tree type, tree op1, tree op2, tree op3 ATTRIBUTE_UNUSED)
/openbsd-current/sys/arch/i386/i386/
H A Ddb_disasm.c109 #define op3(x,y,z) ((x)|((y)<<8)|((z)<<16)) macro
271 /*a4*/ { "shld", 1, LONG, op3(Ib,R,E), 0 },
272 /*a5*/ { "shld", 1, LONG, op3(CL,R,E), 0 },
280 /*ac*/ { "shrd", 1, LONG, op3(Ib,E,R), 0 },
281 /*ad*/ { "shrd", 1, LONG, op3(CL,E,R), 0 },
653 /*69*/ { "imul", 1, LONG, op3(I,E,R), 0 },
655 /*6b*/ { "imul", 1, LONG, op3(Ibs,E,R),0 },
/openbsd-current/sys/arch/amd64/amd64/
H A Ddb_disasm.c108 #define op3(x,y,z) ((x)|((y)<<8)|((z)<<16)) macro
270 /*a4*/ { "shld", 1, LONG, op3(Ib,R,E), 0 },
271 /*a5*/ { "shld", 1, LONG, op3(CL,R,E), 0 },
279 /*ac*/ { "shrd", 1, LONG, op3(Ib,E,R), 0 },
280 /*ad*/ { "shrd", 1, LONG, op3(CL,E,R), 0 },
652 /*69*/ { "imul", 1, LONG, op3(I,E,R), 0 },
654 /*6b*/ { "imul", 1, LONG, op3(Ibs,E,R),0 },
/openbsd-current/gnu/usr.bin/binutils/include/opcode/
H A Dm88k.h440 OPSPEC op1,op2,op3; member in struct:INSTRUCTAB
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dm88k.h441 OPSPEC op1,op2,op3; member in struct:INSTRUCTAB
/openbsd-current/gnu/gcc/gcc/config/c4x/
H A Dc4x.c3176 rtx op3 = operands[3];
3184 if (GET_CODE (op3) == SUBREG)
3185 op3 = SUBREG_REG (op3);
3192 op0 is used as an index or base register in op2 or op3, since
3196 || (GET_CODE (op3) == MEM && reg_mentioned_p (op0, XEXP (op3, 0)))))
3202 && GET_CODE (op1) == MEM && GET_CODE (op3) == MEM
3203 && ! c4x_address_conflict (op1, op3, 0, 0);
3206 if (GET_CODE (op1) == REG && GET_CODE (op3)
3174 rtx op3 = operands[3]; local
3254 rtx op3 = operands[3]; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.c3708 rtx op3 = operands[3];
3716 if (GET_CODE (op3) == SUBREG)
3717 op3 = SUBREG_REG (op3);
3724 op0 is used as an index or base register in op2 or op3, since
3728 || (GET_CODE (op3) == MEM && reg_mentioned_p (op0, XEXP (op3, 0)))))
3734 && GET_CODE (op1) == MEM && GET_CODE (op3) == MEM
3735 && ! c4x_address_conflict (op1, op3, 0, 0);
3738 if (GET_CODE (op1) == REG && GET_CODE (op3)
3706 rtx op3 = operands[3]; local
3788 rtx op3 = operands[3]; local
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-pre.c1587 tree op3 = TREE_OPERAND (expr, 3); local
1597 gcc_assert (!op3 || is_gimple_min_invariant (op3)
1598 || TREE_CODE (op3) == VALUE_HANDLE);
1599 if (op3
1600 && !set_contains_value (set, op3))
2206 tree op1, op2, op3; local
2216 op3 = TREE_OPERAND (genop, 3);
2217 if (op3 && TREE_CODE (op3)
[all...]
H A Doptabs.c4066 enum machine_mode cmode, rtx op2, rtx op3,
4095 if (swap_commutative_operands_p (op2, op3)
4100 op2 = op3;
4101 op3 = tem;
4129 (op3, insn_data[icode].operand[3].mode))
4130 op3 = copy_to_mode_reg (insn_data[icode].operand[3].mode, op3);
4145 insn = GEN_FCN (icode) (subtarget, comparison, op2, op3);
4194 enum machine_mode cmode, rtx op2, rtx op3,
4223 if (swap_commutative_operands_p (op2, op3)
4047 emit_conditional_move(rtx target, enum rtx_code code, rtx op0, rtx op1, enum machine_mode cmode, rtx op2, rtx op3, enum machine_mode mode, int unsignedp) argument
4175 emit_conditional_add(rtx target, enum rtx_code code, rtx op0, rtx op1, enum machine_mode cmode, rtx op2, rtx op3, enum machine_mode mode, int unsignedp) argument
[all...]
H A Dtree.c2353 tree op0, op1, op2, op3;
2442 op3 = SUBSTITUTE_IN_EXPR (TREE_OPERAND (exp, 3), f, r);
2446 && op3 == TREE_OPERAND (exp, 3))
2449 new = fold (build4 (code, TREE_TYPE (exp), op0, op1, op2, op3));
2472 tree op0, op1, op2, op3;
2573 op3 = SUBSTITUTE_PLACEHOLDER_IN_EXPR (TREE_OPERAND (exp, 3), obj);
2577 && op3 == TREE_OPERAND (exp, 3))
2580 return fold (build4 (code, TREE_TYPE (exp), op0, op1, op2, op3));
2337 tree op0, op1, op2, op3; local
2456 tree op0, op1, op2, op3; local
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Doptabs.c4145 emit_conditional_move (target, code, op0, op1, cmode, op2, op3, mode,
4151 rtx op2, op3;
4181 if (swap_commutative_operands_p (op2, op3)
4186 op2 = op3;
4187 op3 = tem;
4202 op3 = force_not_mem (op3);
4215 op3 = protect_from_queue (op3, 0);
4228 (op3, insn_dat
[all...]
/openbsd-current/sys/arch/arm64/arm64/
H A Ddisasm.c724 #define SHIFTOP4(s, op1, op2, op3, op4) \
725 ((const char *[]){ op1, op2, op3, op4 })[(s) & 3]
726 #define SHIFTOP8(s, op1, op2, op3, op4, op5, op6, op7, op8) \
727 ((const char *[]){ op1, op2, op3, op4, op5, op6, op7, op8 })[(s) & 7]
1005 const char *op, const char *op2, const char *op3)
1009 op3,
1003 csetsel_common(const disasm_interface_t *di, uint64_t pc, uint32_t insn, uint64_t sf, uint64_t Rm, uint64_t cond, uint64_t Rn, uint64_t Rd, const char *op, const char *op2, const char *op3) argument
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dsparc-opc.c174 #define COMMUTEOP(opcode, op3, arch_mask) \
175 { opcode, F3(2, op3, 0), F3(~2, ~op3, ~0)|ASI(~0), "1,2,d", 0, arch_mask }, \
176 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "1,i,d", 0, arch_mask }, \
177 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "i,1,d", 0, arch_mask }
H A Dm88k-dis.c621 printop (info, &(entry_ptr->instr->op3), instruction, pc, 0);
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dsparc-opc.c170 #define COMMUTEOP(opcode, op3, arch_mask) \
171 { opcode, F3(2, op3, 0), F3(~2, ~op3, ~0)|ASI(~0), "1,2,d", 0, arch_mask }, \
172 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "1,i,d", 0, arch_mask }, \
173 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "i,1,d", 0, arch_mask }
H A Dm88k-dis.c739 printop (info, &(entry_ptr->instr->op3), instruction, pc, 0);
/openbsd-current/gnu/gcc/gcc/config/frv/
H A Dfrv.c9076 rtx op3;
9084 op3 = frv_matching_accg_for_acc (op0);
9085 pat = GEN_FCN (icode) (op0, op1, op2, op3);
9104 rtx op3;
9115 op3 = frv_matching_accg_for_acc (op1);
9116 pat = GEN_FCN (icode) (op0, op1, op2, op3);
8996 rtx op3; local
9024 rtx op3; local
/openbsd-current/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.c9564 rtx op3;
9572 op3 = frv_matching_accg_for_acc (op0);
9573 pat = GEN_FCN (icode) (op0, op1, op2, op3);
9594 rtx op3;
9605 op3 = frv_matching_accg_for_acc (op1);
9606 pat = GEN_FCN (icode) (op0, op1, op2, op3);
9486 rtx op3; local
9516 rtx op3; local

Completed in 416 milliseconds

12