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

  /src/sys/arch/hppa/spmath/
md.h 57 #define result_lo result->rslt_lo macro
75 #define mdrr(reg1,reg2,result) {result_hi = reg1;result_lo = reg2;}
  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx.cc 2261 rtx result_lo = gen_reg_rtx (DImode);
2283 emit_move_insn (result_lo, (gen_rtx_PLUS (DImode, tmp2, tmp6)));
2286 emit_move_insn (tmp8, gen_rtx_LTU (DImode, result_lo, tmp2));
2256 rtx result_lo = gen_reg_rtx (DImode); local
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.cc 2009 rtx result_lo = gen_reg_rtx (SImode);
2031 emit_move_insn (result_lo, (gen_rtx_PLUS (SImode, tmp2, tmp6)));
2034 emit_move_insn (tmp8, gen_rtx_LTU (SImode, result_lo, tmp2));
2004 rtx result_lo = gen_reg_rtx (SImode); local

Completed in 52 milliseconds