| /NextBSD/contrib/llvm/lib/Target/Sparc/ |
| HD | SparcInstrFormats.td | 106 bits<6> op3; 110 let Inst{24-19} = op3; 122 let op3 = op3val; 140 let op3 = op3val; 152 let op3 = op3val; 164 let op3 = op3val; 177 let op3 = op3val; 190 let op3 = op3val; 204 let op3 = op3val; 222 class F4<bits<6> op3, dag outs, dag ins, string asmstr, list<dag> pattern> [all …]
|
| /NextBSD/contrib/one-true-awk/ |
| HD | awkgram.y | 201 { $$ = op3(CONDEXPR, notnull($1), $3, $5); } 206 | ppattern MATCHOP reg_expr { $$ = op3($2, NIL, $1, (Node*)makedfa($3, 0)); } 209 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0)); 211 $$ = op3($2, (Node *)1, $1, $3); } 222 { $$ = op3(CONDEXPR, notnull($1), $3, $5); } 233 | pattern MATCHOP reg_expr { $$ = op3($2, NIL, $1, (Node*)makedfa($3, 0)); } 236 $$ = op3($2, NIL, $1, (Node*)makedfa(strnode($3), 0)); 238 $$ = op3($2, (Node *)1, $1, $3); } 243 else $$ = op3(GETLINE, $4, itonp($2), $1); } 246 else $$ = op3(GETLINE, (Node*)0, itonp($2), $1); } [all …]
|
| HD | proto.h | 80 extern Node *op3(int, Node *, Node *, Node *);
|
| HD | parse.c | 150 Node *op3(int a, Node *b, Node *c, Node *d) in op3() function
|
| /NextBSD/sys/netpfil/ipfw/ |
| HD | ip_fw_sockopt.c | 108 static int dump_config(struct ip_fw_chain *chain, ip_fw3_opheader *op3, 110 static int add_rules(struct ip_fw_chain *chain, ip_fw3_opheader *op3, 112 static int del_rules(struct ip_fw_chain *chain, ip_fw3_opheader *op3, 114 static int clear_rules(struct ip_fw_chain *chain, ip_fw3_opheader *op3, 116 static int move_rules(struct ip_fw_chain *chain, ip_fw3_opheader *op3, 118 static int manage_sets(struct ip_fw_chain *chain, ip_fw3_opheader *op3, 120 static int dump_soptcodes(struct ip_fw_chain *chain, ip_fw3_opheader *op3, 122 static int dump_srvobjects(struct ip_fw_chain *chain, ip_fw3_opheader *op3, 1041 del_rules(struct ip_fw_chain *chain, ip_fw3_opheader *op3, in del_rules() argument 1072 move_rules(struct ip_fw_chain *chain, ip_fw3_opheader *op3, in move_rules() argument [all …]
|
| HD | ip_fw_table.c | 903 manage_table_ent_v0(struct ip_fw_chain *ch, ip_fw3_opheader *op3, in manage_table_ent_v0() argument 915 if (sd->valsize < (sizeof(*op3) + hdrlen)) in manage_table_ent_v0() 921 xent = (ipfw_table_xentry *)(op3 + 1); in manage_table_ent_v0() 943 error = (op3->opcode == IP_FW_TABLE_XADD) ? in manage_table_ent_v0() 960 manage_table_ent_v1(struct ip_fw_chain *ch, ip_fw3_opheader *op3, in manage_table_ent_v1() argument 1081 find_table_entry(struct ip_fw_chain *ch, ip_fw3_opheader *op3, in find_table_entry() argument 1149 flush_table_v0(struct ip_fw_chain *ch, ip_fw3_opheader *op3, in flush_table_v0() argument 1159 oh = (struct _ipfw_obj_header *)op3; in flush_table_v0() 1162 if (op3->opcode == IP_FW_TABLE_XDESTROY) in flush_table_v0() 1164 else if (op3->opcode == IP_FW_TABLE_XFLUSH) in flush_table_v0() [all …]
|
| HD | ip_fw_iface.c | 69 static int list_ifaces(struct ip_fw_chain *ch, ip_fw3_opheader *op3, 495 list_ifaces(struct ip_fw_chain *ch, ip_fw3_opheader *op3, in list_ifaces() argument
|
| HD | ip_fw_nat.c | 562 nat44_cfg(struct ip_fw_chain *chain, ip_fw3_opheader *op3, in nat44_cfg() argument 607 nat44_destroy(struct ip_fw_chain *chain, ip_fw3_opheader *op3, in nat44_destroy() argument 665 nat44_get_cfg(struct ip_fw_chain *chain, ip_fw3_opheader *op3, in nat44_get_cfg() argument 763 nat44_list_nat(struct ip_fw_chain *chain, ip_fw3_opheader *op3, in nat44_list_nat() argument 810 nat44_get_log(struct ip_fw_chain *chain, ip_fw3_opheader *op3, in nat44_get_log() argument
|
| HD | ip_fw_table_value.c | 65 static int list_table_values(struct ip_fw_chain *ch, ip_fw3_opheader *op3, 724 list_table_values(struct ip_fw_chain *ch, ip_fw3_opheader *op3, in list_table_values() argument
|
| HD | ip_fw_table.h | 163 int ipfw_get_table_size(struct ip_fw_chain *ch, ip_fw3_opheader *op3,
|
| HD | ip_fw_private.h | 621 ip_fw3_opheader *op3, struct sockopt_data *sd);
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/sparc/dtrace/ |
| HD | fasttrap_isa.c | 1327 uint32_t op3 = OP3(instr); in fasttrap_tracepoint_init() local 1333 if ((op3 & 0x28) == 0x28) { in fasttrap_tracepoint_init() 1334 if (op3 != OP3_PREFETCH && op3 != OP3_CASA && in fasttrap_tracepoint_init() 1335 op3 != OP3_PREFETCHA && op3 != OP3_CASXA) in fasttrap_tracepoint_init() 1338 if ((op3 & 0x0f) == 0x0c || (op3 & 0x3b) == 0x31) in fasttrap_tracepoint_init()
|
| /NextBSD/sbin/ipfw/ |
| HD | ipfw2.h | 275 int do_set3(int optname, struct _ip_fw3_opheader *op3, uintptr_t optlen); 276 int do_get3(int optname, struct _ip_fw3_opheader *op3, size_t *optlen);
|
| HD | ipfw2.c | 584 do_set3(int optname, ip_fw3_opheader *op3, uintptr_t optlen) in do_set3() argument 595 op3->opcode = optname; in do_set3() 597 return (setsockopt(ipfw_socket, IPPROTO_IP, IP_FW3, op3, optlen)); in do_set3() 611 do_get3(int optname, ip_fw3_opheader *op3, size_t *optlen) in do_get3() argument 623 op3->opcode = optname; in do_get3() 625 error = getsockopt(ipfw_socket, IPPROTO_IP, IP_FW3, op3, in do_get3() 4805 ip_fw3_opheader *op3; in ipfw_add() local 4814 op3 = (ip_fw3_opheader *)rulebuf; in ipfw_add() 4815 ctlv = (ipfw_obj_ctlv *)(op3 + 1); in ipfw_add() 4833 op3 = (ip_fw3_opheader *)tbuf; in ipfw_add() [all …]
|
| /NextBSD/contrib/gcc/ |
| HD | tree-ssa-pre.c | 1604 tree op3 = TREE_OPERAND (expr, 3); in valid_in_set() local 1614 gcc_assert (!op3 || is_gimple_min_invariant (op3) in valid_in_set() 1615 || TREE_CODE (op3) == VALUE_HANDLE); in valid_in_set() 1616 if (op3 in valid_in_set() 1617 && !set_contains_value (set, op3)) in valid_in_set() 2223 tree op1, op2, op3; local 2233 op3 = TREE_OPERAND (genop, 3); 2234 if (op3 && TREE_CODE (op3) == VALUE_HANDLE) 2235 op3 = find_or_generate_expression (block, op3, stmts); 2237 op2, op3);
|
| HD | optabs.c | 4052 enum machine_mode cmode, rtx op2, rtx op3, in emit_conditional_move() argument 4081 if (swap_commutative_operands_p (op2, op3) in emit_conditional_move() 4086 op2 = op3; in emit_conditional_move() 4087 op3 = tem; in emit_conditional_move() 4115 (op3, insn_data[icode].operand[3].mode)) in emit_conditional_move() 4116 op3 = copy_to_mode_reg (insn_data[icode].operand[3].mode, op3); in emit_conditional_move() 4131 insn = GEN_FCN (icode) (subtarget, comparison, op2, op3); in emit_conditional_move() 4180 enum machine_mode cmode, rtx op2, rtx op3, in emit_conditional_add() argument 4209 if (swap_commutative_operands_p (op2, op3) in emit_conditional_add() 4214 op2 = op3; in emit_conditional_add() [all …]
|
| HD | tree.c | 2344 tree op0, op1, op2, op3; in substitute_in_expr() local 2433 op3 = SUBSTITUTE_IN_EXPR (TREE_OPERAND (exp, 3), f, r); in substitute_in_expr() 2437 && op3 == TREE_OPERAND (exp, 3)) in substitute_in_expr() 2440 new = fold (build4 (code, TREE_TYPE (exp), op0, op1, op2, op3)); in substitute_in_expr() 2463 tree op0, op1, op2, op3; in substitute_placeholder_in_expr() local 2564 op3 = SUBSTITUTE_PLACEHOLDER_IN_EXPR (TREE_OPERAND (exp, 3), obj); in substitute_placeholder_in_expr() 2568 && op3 == TREE_OPERAND (exp, 3)) in substitute_placeholder_in_expr() 2571 return fold (build4 (code, TREE_TYPE (exp), op0, op1, op2, op3)); in substitute_placeholder_in_expr()
|
| /NextBSD/sys/i386/i386/ |
| HD | db_disasm.c | 102 #define op3(x,y,z) ((x)|((y)<<8)|((z)<<16)) macro 323 /*a4*/ { "shld", TRUE, LONG, op3(Ib,R,E), 0 }, 324 /*a5*/ { "shld", TRUE, LONG, op3(CL,R,E), 0 }, 332 /*ac*/ { "shrd", TRUE, LONG, op3(Ib,R,E), 0 }, 333 /*ad*/ { "shrd", TRUE, LONG, op3(CL,R,E), 0 }, 697 /*69*/ { "imul", TRUE, LONG, op3(I,E,R), 0 }, 699 /*6b*/ { "imul", TRUE, LONG, op3(Ibs,E,R),0 },
|
| /NextBSD/sys/amd64/amd64/ |
| HD | db_disasm.c | 118 #define op3(x,y,z) ((x)|((y)<<8)|((z)<<16)) macro 398 /*a4*/ { "shld", TRUE, LONG, op3(Ib,R,E), 0 }, 399 /*a5*/ { "shld", TRUE, LONG, op3(CL,R,E), 0 }, 407 /*ac*/ { "shrd", TRUE, LONG, op3(Ib,R,E), 0 }, 408 /*ad*/ { "shrd", TRUE, LONG, op3(CL,R,E), 0 }, 783 /*69*/ { "imul", TRUE, LONG, op3(I,E,R), 0 }, 785 /*6b*/ { "imul", TRUE, LONG, op3(Ibs,E,R),0 },
|
| /NextBSD/lib/libc/sparc64/fpu/ |
| HD | fpu.c | 198 #define FOP(op3, opf) \ argument 199 ((op3) << IF_F3_OP3_SHIFT | (opf) << IF_F3_OPF_SHIFT)
|
| /NextBSD/contrib/ntp/tests/libntp/ |
| HD | lfpfunc.c | 444 l_fp op3 = l_fp_init_from_double(op2); in test_FDF_RoundTrip() local 446 l_fp temp = l_fp_subtract(op1, op3); in test_FDF_RoundTrip()
|
| /NextBSD/contrib/binutils/opcodes/ |
| HD | sparc-opc.c | 168 #define COMMUTEOP(opcode, op3, arch_mask) \ argument 169 { opcode, F3(2, op3, 0), F3(~2, ~op3, ~0)|ASI(~0), "1,2,d", 0, arch_mask }, \ 170 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "1,i,d", 0, arch_mask }, \ 171 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "i,1,d", 0, arch_mask }
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | rs6000-c.c | 167 signed char op3; member 2563 && (desc->op3 == RS6000_BTI_NOT_OPAQUE in altivec_resolve_overloaded_builtin() 2564 || rs6000_builtin_type_compatible (types[2], desc->op3))) in altivec_resolve_overloaded_builtin()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMInstrVFP.td | 1206 class AVConv1XInsS_Encode<bits<5> op1, bits<2> op2, bits<4> op3, bits<4> op4, 1209 : AVConv1XI<op1, op2, op3, op4, op5, oops, iops, itin, opc, asm, pattern>, 1218 class AVConv1XInsD_Encode<bits<5> op1, bits<2> op2, bits<4> op3, bits<4> op4, 1221 : AVConv1XI<op1, op2, op3, op4, op5, oops, iops, itin, opc, asm, pattern>,
|
| /NextBSD/contrib/gcc/doc/ |
| HD | tree-ssa.texi | 690 op3 -> CONST 706 op3 -> val 711 op3 -> val
|