Home
last modified time | relevance | path

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

12

/freebsd-9-stable/contrib/llvm/lib/Target/Sparc/
DSparcInstrFormats.td93 bits<6> op3;
97 let Inst{24-19} = op3;
108 let op3 = op3val;
124 let op3 = op3val;
136 let op3 = op3val;
148 let op3 = op3val;
161 let op3 = op3val;
175 let op3 = op3val;
189 let op3 = op3val;
207 class F4<bits<6> op3, dag outs, dag ins, string asmstr, list<dag> pattern>
[all …]
/freebsd-9-stable/contrib/one-true-awk/
Dawkgram.y201 { $$ = 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 …]
Dproto.h80 extern Node *op3(int, Node *, Node *, Node *);
Dparse.c150 Node *op3(int a, Node *b, Node *c, Node *d) in op3() function
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/sparc/dtrace/
Dfasttrap_isa.c1329 uint32_t op3 = OP3(instr); in fasttrap_tracepoint_init() local
1335 if ((op3 & 0x28) == 0x28) { in fasttrap_tracepoint_init()
1336 if (op3 != OP3_PREFETCH && op3 != OP3_CASA && in fasttrap_tracepoint_init()
1337 op3 != OP3_PREFETCHA && op3 != OP3_CASXA) in fasttrap_tracepoint_init()
1340 if ((op3 & 0x0f) == 0x0c || (op3 & 0x3b) == 0x31) in fasttrap_tracepoint_init()
/freebsd-9-stable/sys/netpfil/ipfw/
Dip_fw_sockopt.c953 ip_fw3_opheader *op3 = NULL; in ipfw_ctl() local
983 op3 = (ip_fw3_opheader *)xbuf; in ipfw_ctl()
984 opt = op3->opcode; in ipfw_ctl()
1151 ipfw_table_xentry *xent = (ipfw_table_xentry *)(op3 + 1); in ipfw_ctl()
1241 tbl = (uint32_t *)(op3 + 1); in ipfw_ctl()
1248 error = sooptcopyout(sopt, op3, sopt->sopt_valsize); in ipfw_ctl()
1262 memcpy(tbl, op3, sizeof(ipfw_xtable)); in ipfw_ctl()
/freebsd-9-stable/contrib/gcc/
Dtree-ssa-pre.c1604 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);
Doptabs.c4048 enum machine_mode cmode, rtx op2, rtx op3, in emit_conditional_move() argument
4077 if (swap_commutative_operands_p (op2, op3) in emit_conditional_move()
4082 op2 = op3; in emit_conditional_move()
4083 op3 = tem; in emit_conditional_move()
4111 (op3, insn_data[icode].operand[3].mode)) in emit_conditional_move()
4112 op3 = copy_to_mode_reg (insn_data[icode].operand[3].mode, op3); in emit_conditional_move()
4127 insn = GEN_FCN (icode) (subtarget, comparison, op2, op3); in emit_conditional_move()
4176 enum machine_mode cmode, rtx op2, rtx op3, in emit_conditional_add() argument
4205 if (swap_commutative_operands_p (op2, op3) in emit_conditional_add()
4210 op2 = op3; in emit_conditional_add()
[all …]
Dtree.c2340 tree op0, op1, op2, op3; in substitute_in_expr() local
2429 op3 = SUBSTITUTE_IN_EXPR (TREE_OPERAND (exp, 3), f, r); in substitute_in_expr()
2433 && op3 == TREE_OPERAND (exp, 3)) in substitute_in_expr()
2436 new = fold (build4 (code, TREE_TYPE (exp), op0, op1, op2, op3)); in substitute_in_expr()
2459 tree op0, op1, op2, op3; in substitute_placeholder_in_expr() local
2560 op3 = SUBSTITUTE_PLACEHOLDER_IN_EXPR (TREE_OPERAND (exp, 3), obj); in substitute_placeholder_in_expr()
2564 && op3 == TREE_OPERAND (exp, 3)) in substitute_placeholder_in_expr()
2567 return fold (build4 (code, TREE_TYPE (exp), op0, op1, op2, op3)); in substitute_placeholder_in_expr()
DFSFChangeLog.109174 of immediate_operand for op3. Delete mode.
/freebsd-9-stable/sys/i386/i386/
Ddb_disasm.c102 #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 },
/freebsd-9-stable/sys/amd64/amd64/
Ddb_disasm.c117 #define op3(x,y,z) ((x)|((y)<<8)|((z)<<16)) macro
397 /*a4*/ { "shld", TRUE, LONG, op3(Ib,R,E), 0 },
398 /*a5*/ { "shld", TRUE, LONG, op3(CL,R,E), 0 },
406 /*ac*/ { "shrd", TRUE, LONG, op3(Ib,R,E), 0 },
407 /*ad*/ { "shrd", TRUE, LONG, op3(CL,R,E), 0 },
771 /*69*/ { "imul", TRUE, LONG, op3(I,E,R), 0 },
773 /*6b*/ { "imul", TRUE, LONG, op3(Ibs,E,R),0 },
/freebsd-9-stable/lib/libc/sparc64/fpu/
Dfpu.c198 #define FOP(op3, opf) \ argument
199 ((op3) << IF_F3_OP3_SHIFT | (opf) << IF_F3_OPF_SHIFT)
/freebsd-9-stable/contrib/ntp/tests/libntp/
Dlfpfunc.c441 l_fp op3 = l_fp_init_from_double(op2); in test_FDF_RoundTrip() local
443 l_fp temp = l_fp_subtract(op1, op3); in test_FDF_RoundTrip()
/freebsd-9-stable/sbin/ipfw/
Dipfw2.c464 ip_fw3_opheader *op3; in do_setcmd3() local
475 op3 = alloca(len); in do_setcmd3()
477 memset(op3, 0, sizeof(ip_fw3_opheader)); in do_setcmd3()
478 memcpy(op3 + 1, optval, optlen); in do_setcmd3()
479 op3->opcode = optname; in do_setcmd3()
481 return setsockopt(ipfw_socket, IPPROTO_IP, IP_FW3, op3, len); in do_setcmd3()
4346 ip_fw3_opheader *op3; in table_list() local
4350 op3 = alloca(l); in table_list()
4352 memset(op3, 0, sizeof(ip_fw3_opheader)); in table_list()
4353 a = (uint32_t *)(op3 + 1); in table_list()
[all …]
/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r262261-llvm-r198740-sparc.diff115 class F4<bits<6> op3, dag outs, dag ins, string asmstr, list<dag> pattern>
/freebsd-9-stable/contrib/binutils/opcodes/
Dsparc-opc.c168 #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 }
DChangeLog-9297313 * sparc-opc.c (sparc_opcodes): Fix op3 field for fcmpq/fcmpeq.
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMInstrVFP.td1081 class AVConv1XInsS_Encode<bits<5> op1, bits<2> op2, bits<4> op3, bits<4> op4,
1084 : AVConv1XI<op1, op2, op3, op4, op5, oops, iops, itin, opc, asm, pattern>,
1093 class AVConv1XInsD_Encode<bits<5> op1, bits<2> op2, bits<4> op3, bits<4> op4,
1096 : AVConv1XI<op1, op2, op3, op4, op5, oops, iops, itin, opc, asm, pattern>,
DARMInstrFormats.td1815 class AVConv1XI<bits<5> op1, bits<2> op2, bits<4> op3, bits<4> op4, bit op5,
1818 : AVConv1I<op1, op2, op3, op4, oops, iops, itin, opc, asm, pattern> {
/freebsd-9-stable/contrib/gcc/config/rs6000/
Drs6000-c.c167 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()
Drs6000.c7885 rtx op3 = expand_normal (arg3); in spe_expand_evsel_builtin() local
7906 if (! (*insn_data[icode].operand[1].predicate) (op3, mode1)) in spe_expand_evsel_builtin()
7907 op3 = copy_to_mode_reg (mode0, op3); in spe_expand_evsel_builtin()
7917 emit_insn (gen_spe_evsel (target, op2, op3, scratch)); in spe_expand_evsel_builtin()
7919 emit_insn (gen_spe_evsel_fs (target, op2, op3, scratch)); in spe_expand_evsel_builtin()
/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td958 class A64I_Breg<bits<4> opc, bits<5> op2, bits<6> op3, bits<5> op4,
969 let Inst{15-10} = op3;
/freebsd-9-stable/contrib/gcc/doc/
Dtree-ssa.texi690 op3 -> CONST
706 op3 -> val
711 op3 -> val
/freebsd-9-stable/contrib/gcc/config/i386/
Di386.c16540 rtx op0, op1, op2, op3, pat; in ix86_expand_builtin() local
17132 op3 = expand_normal (arg3); in ix86_expand_builtin()
17150 if (! (*insn_data[icode].operand[4].predicate) (op3, mode4)) in ix86_expand_builtin()
17159 pat = GEN_FCN (icode) (target, op0, op1, op2, op3); in ix86_expand_builtin()

12