HomeSort by: relevance | last modified time | path
    Searched defs:opr (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/dev/ofw/
ofw_pci_subr.c 51 struct ofw_pci_register opr; local
67 len = OF_getprop(phandle, "reg", &opr, sizeof(opr));
68 if (len < sizeof(opr)) {
72 phys_hi = be32toh(opr.phys_hi);
  /src/external/bsd/wpa/dist/src/crypto/
random.c 395 u8 opr; local
411 opr = own_pool_ready > 0xff ? 0xff : own_pool_ready;
412 if (fwrite(&opr, 1, 1, f) != 1 ||
  /src/bin/csh/
set.c 366 Char opr[2], **v, *vec[5], **vecp; local
374 opr[0] = (Char)op;
375 opr[1] = 0;
376 *v++ = opr;
378 *v++ = opr;
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_proc.c 1016 dt_proc_t *dpr, *opr; local
1081 for (opr = dt_list_prev(&dph->dph_lrulist);
1082 opr != NULL; opr = dt_list_prev(opr)) {
1083 if (opr->dpr_cacheable && opr->dpr_refs == 0) {
1084 dt_proc_destroy(dtp, opr->dpr_proc);
  /src/external/gpl3/binutils/dist/gas/config/
loongarch-parse.c 216 offsetT opr = s_top->value.X_add_number; local
222 opr = -opr;
225 opr = ~opr;
228 opr = !opr;
233 s_top->value.X_add_number = opr;
tc-s12z.c 849 /* Emit the code for an OPR address mode operand */
874 opr (const struct instruction *insn)
1707 /* OP0: S; OP1: destination OPR */
1714 /* OP0: S; OP1: source OPR */
1736 non-optimal kludges in the OPR encoding, it seems sensible that
1877 Then, it rewinds the input and parses it again as a OPR.
2036 /* Shift instruction with a OPR operand */
2084 /* Shift instruction with a OPR operand */
3388 {"jmp", 1, 0xaa, opr, 0xba},
3389 {"jsr", 1, 0xab, opr, 0xbb}
867 opr (const struct instruction *insn) function
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
s12z-opc.c 104 /* Return the number of bytes in a OPR operand, including the XB postbyte.
163 bool opr; member in struct:opr_bb
197 if (bbs->opr)
776 printf ("Unknown OPR mode #0x%x (%d)", postbyte, mode);
869 /* Special case of LD, CMP and ST with register S and OPR operand */
2699 /* The size suffix is not printed if the OPR operand refers
2781 interpreting this as a general OPR postbyte in the IMMe4 mode,
  /src/external/gpl3/binutils.old/dist/gas/config/
loongarch-parse.c 215 offsetT opr = s_top->value.X_add_number; local
221 opr = -opr;
224 opr = ~opr;
227 opr = !opr;
232 s_top->value.X_add_number = opr;
tc-s12z.c 849 /* Emit the code for an OPR address mode operand */
874 opr (const struct instruction *insn)
1707 /* OP0: S; OP1: destination OPR */
1714 /* OP0: S; OP1: source OPR */
1736 non-optimal kludges in the OPR encoding, it seems sensible that
1877 Then, it rewinds the input and parses it again as a OPR.
2036 /* Shift instruction with a OPR operand */
2084 /* Shift instruction with a OPR operand */
3388 {"jmp", 1, 0xaa, opr, 0xba},
3389 {"jsr", 1, 0xab, opr, 0xbb}
867 opr (const struct instruction *insn) function
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
s12z-opc.c 104 /* Return the number of bytes in a OPR operand, including the XB postbyte.
163 bool opr; member in struct:opr_bb
197 if (bbs->opr)
776 printf ("Unknown OPR mode #0x%x (%d)", postbyte, mode);
869 /* Special case of LD, CMP and ST with register S and OPR operand */
2699 /* The size suffix is not printed if the OPR operand refers
2781 interpreting this as a general OPR postbyte in the IMMe4 mode,
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc 1368 tree opr = convert (type, op); local
1369 if (unsafe_conversion_p (type, op, opr, true))
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-generic.cc 144 gimple_match_op opr; local
145 opr.set_op (BIT_FIELD_REF, type, t, bitsize, bitpos);
146 opr.resimplify (NULL, follow_all_ssa_edges);
148 tree res = maybe_push_res_to_seq (&opr, &stmts);
2303 optab oprv = vlshr_optab, opr = lshr_optab, opo = ior_optab;
2308 tree compute_rtype = get_compute_type (RSHIFT_EXPR, opr, type);
2319 opr = oprv;
2333 || optab_handler (opr, TYPE_MODE (compute_type))
2302 optab oprv = vlshr_optab, opr = lshr_optab, opo = ior_optab; local
genmatch.cc 2409 id_base *opr = e->operation; local
2410 if (user_id *uid = dyn_cast <user_id *> (opr))
2411 opr = uid->substitutes[0];
2588 id_base *opr = operation; local
2592 if (user_id *uid = dyn_cast <user_id *> (opr))
2593 opr = uid->substitutes[0];
2595 bool conversion_p = is_conversion (opr);
2605 else if (*opr == REALPART_EXPR
2606 || *opr == IMAGPART_EXPR)
2613 else if (is_a <operator_id *> (opr)
3647 id_base *opr = e->operation; local
3734 id_base *opr = e->operation; local
4788 id_base *opr = get_operator (id); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc 1367 tree opr = convert (type, op); local
1368 if (unsafe_conversion_p (type, op, opr, true))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-generic.cc 181 gimple_match_op opr; local
182 opr.set_op (BIT_FIELD_REF, type, t, bitsize, bitpos);
183 opr.resimplify (NULL, follow_all_ssa_edges);
185 tree res = maybe_push_res_to_seq (&opr, &stmts);
2330 optab oprv = vlshr_optab, opr = lshr_optab, opo = ior_optab;
2335 tree compute_rtype = get_compute_type (RSHIFT_EXPR, opr, type);
2346 opr = oprv;
2360 || optab_handler (opr, TYPE_MODE (compute_type))
2329 optab oprv = vlshr_optab, opr = lshr_optab, opo = ior_optab; local
genmatch.cc 2253 id_base *opr = e->operation; local
2254 if (user_id *uid = dyn_cast <user_id *> (opr))
2255 opr = uid->substitutes[0];
2432 id_base *opr = operation; local
2436 if (user_id *uid = dyn_cast <user_id *> (opr))
2437 opr = uid->substitutes[0];
2439 bool conversion_p = is_conversion (opr);
2449 else if (*opr == REALPART_EXPR
2450 || *opr == IMAGPART_EXPR)
2457 else if (is_a <operator_id *> (opr)
3440 id_base *opr = e->operation; local
3526 id_base *opr = e->operation; local
4554 id_base *opr = get_operator (id); local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
s12z-opc.c 104 /* Return the number of bytes in a OPR operand, including the XB postbyte.
163 bool opr; member in struct:opr_bb
197 if (bbs->opr)
776 printf ("Unknown OPR mode #0x%x (%d)", postbyte, mode);
869 /* Special case of LD, CMP and ST with register S and OPR operand */
2699 /* The size suffix is not printed if the OPR operand refers
2781 interpreting this as a general OPR postbyte in the IMMe4 mode,
  /src/external/gpl3/gdb/dist/opcodes/
s12z-opc.c 104 /* Return the number of bytes in a OPR operand, including the XB postbyte.
163 bool opr; member in struct:opr_bb
197 if (bbs->opr)
776 printf ("Unknown OPR mode #0x%x (%d)", postbyte, mode);
869 /* Special case of LD, CMP and ST with register S and OPR operand */
2699 /* The size suffix is not printed if the OPR operand refers
2781 interpreting this as a general OPR postbyte in the IMMe4 mode,
  /src/external/gpl2/xcvs/dist/lib/
regex_internal.h 334 } opr; member in struct:__anon9603
346 of bits; move opr.c to opr.c.c and move the flags to opr.c.flags). */
785 } opr;
784 } opr; member in struct:__anon9611
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 11536 tree opr, opr_flags; local
11565 opr = argse.expr;
11566 fndecl = build_call_expr_loc (input_location, fndecl, 8, array, opr,
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 11834 tree opr, opr_flags; local
11863 opr = argse.expr;
11864 fndecl = build_call_expr_loc (input_location, fndecl, 8, array, opr,

Completed in 95 milliseconds