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

  /src/sys/arch/powerpc/powerpc/
trap.c 906 const unsigned int t_reg = EXC_ALI_RST(tf->tf_dsisr); local
908 register_t* t_reg_addr = &tf->tf_fixreg[t_reg];
1003 const unsigned int t_reg = EXC_ALI_RST(tf->tf_dsisr); local
1005 register_t* t_reg_addr = &tf->tf_fixreg[t_reg];
  /src/sys/dev/i2c/
adm1026.c 49 uint8_t v_reg, t_reg, h_reg, l_reg, check_tdm2; member in struct:adm1026_temp_info
532 reg = adm1026_temps_table[i].t_reg;
740 reg = adm1026_temps_table[temp].t_reg;
834 reg = adm1026_temps_table[temp].t_reg;
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 1958 *p1 = T_REG;
2290 compare has been done and the result is in T_REG. */
2294 rtx t_reg = get_t_reg_rtx ();
2333 sh_emit_set_t_insn (gen_rtx_SET (t_reg,
4188 (clobber (reg:SI T_REG))]
7065 && reg != T_REG && reg != GBR_REG
8846 t_reg_rtx = gen_rtx_REG (SImode, T_REG);
11089 if (!REG_P (op0) || REGNO (op0) != T_REG
11340 || REGNO (x) == T_REG))
11373 || REGNO (x) == T_REG
2289 rtx t_reg = get_t_reg_rtx (); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 1958 *p1 = T_REG;
2290 compare has been done and the result is in T_REG. */
2294 rtx t_reg = get_t_reg_rtx ();
2333 sh_emit_set_t_insn (gen_rtx_SET (t_reg,
4188 (clobber (reg:SI T_REG))]
7065 && reg != T_REG && reg != GBR_REG
8845 t_reg_rtx = gen_rtx_REG (SImode, T_REG);
11088 if (!REG_P (op0) || REGNO (op0) != T_REG
11339 || REGNO (x) == T_REG))
11372 || REGNO (x) == T_REG
2289 rtx t_reg = get_t_reg_rtx (); local
    [all...]

Completed in 39 milliseconds