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

  /src/usr.sbin/fwctl/
eui64.c 156 unsigned int o0, o1, o2, o3, o4, o5, o6, o7; local
160 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7);
165 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7);
170 &o0, &o1, &o2, &o3, &o4, &o5, &o6, &o7);
175 &o0, &o1, &o2, &o5, &o6, &o7);
183 &o0, &o1, &o2, &o5, &o6, &o7);
200 e->octet[7]=o7;
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
unwind.c 976 * is passed to the trap handler in %l6, whereas saved %o7 contains
979 * than %o7 from either the stack or the register.
985 * %l6 %o7 from reg %o7 (garbage)
1080 * is finished) is placed in register %o7. A called procedure
1082 * window, and %o7 becomes %i7.
1085 * They assume the return address will remain %o7. So when
1088 * we can IGNORE %o7 because this is NOT a leaf procedure.
1091 * not only the PC but the %o7 value as well... just to be safe.
1093 * whether any recorded %o7 value should be used as a calle
1119 greg_t o7 = GET_GREG (context, REG_O7); local
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
unwind.c 976 * is passed to the trap handler in %l6, whereas saved %o7 contains
979 * than %o7 from either the stack or the register.
985 * %l6 %o7 from reg %o7 (garbage)
1080 * is finished) is placed in register %o7. A called procedure
1082 * window, and %o7 becomes %i7.
1085 * They assume the return address will remain %o7. So when
1088 * we can IGNORE %o7 because this is NOT a leaf procedure.
1091 * not only the PC but the %o7 value as well... just to be safe.
1093 * whether any recorded %o7 value should be used as a calle
1119 greg_t o7 = GET_GREG (context, REG_O7); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 526 "or %o7,%g0,X; call Y; or X,%g0,%o7" always, so that it can be optimized.
4203 we have to restore %o7 in the delay slot. */
4224 /* If it mentions %o7, it can't go in, because sibcall will clobber it
5463 /* Otherwise, it is needed as save register if %o7 is clobbered. */
5465 /* Loading the GOT register clobbers %o7. */
5949 /* The incoming return address (%o7) is saved in %i7. */
6188 rtx o7 = gen_rtx_REG (Pmode, INCOMING_RETURN_ADDR_REGNUM);
6191 insn = emit_move_insn (i7, o7);
6194 add_reg_note (insn, REG_CFA_REGISTER, gen_rtx_SET (i7, o7));
6178 rtx o7 = gen_rtx_REG (Pmode, INCOMING_RETURN_ADDR_REGNUM); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 526 "or %o7,%g0,X; call Y; or X,%g0,%o7" always, so that it can be optimized.
4211 we have to restore %o7 in the delay slot. */
4232 /* If it mentions %o7, it can't go in, because sibcall will clobber it
5470 /* Otherwise, it is needed as save register if %o7 is clobbered. */
5472 /* Loading the GOT register clobbers %o7. */
5956 /* The incoming return address (%o7) is saved in %i7. */
6195 rtx o7 = gen_rtx_REG (Pmode, INCOMING_RETURN_ADDR_REGNUM);
6198 insn = emit_move_insn (i7, o7);
6201 add_reg_note (insn, REG_CFA_REGISTER, gen_rtx_SET (i7, o7));
6185 rtx o7 = gen_rtx_REG (Pmode, INCOMING_RETURN_ADDR_REGNUM); local
    [all...]

Completed in 41 milliseconds