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

  /src/usr.sbin/mrouted/
vif.c 696 u_int32_t temp_addr, us, them = src; local
725 #define PUT_ADDR(a) temp_addr = ntohl(a); \
726 *p++ = temp_addr >> 24; \
727 *p++ = (temp_addr >> 16) & 0xFF; \
728 *p++ = (temp_addr >> 8) & 0xFF; \
729 *p++ = temp_addr & 0xFF;
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-builtin.cc 1829 tree temp_addr = gimple_build (&stmts, loc, POINTER_PLUS_EXPR, local
1833 arg1_type, temp_addr,
1881 tree temp_addr = gimple_build (&stmts, loc, POINTER_PLUS_EXPR, local
1885 arg2_type, temp_addr,
1929 tree temp_addr = gimple_build (&stmts, loc, POINTER_PLUS_EXPR, local
1932 if (!is_gimple_mem_ref_addr (temp_addr))
1934 tree t = make_ssa_name (TREE_TYPE (temp_addr));
1935 gimple *g = gimple_build_assign (t, temp_addr);
1937 temp_addr = t;
1943 g = gimple_build_assign (lhs, build2 (MEM_REF, align_ltype, temp_addr,
1972 tree temp_addr = gimple_build (&stmts, loc, POINTER_PLUS_EXPR, local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-builtin.cc 1809 tree temp_addr = gimple_build (&stmts, loc, POINTER_PLUS_EXPR, local
1813 arg1_type, temp_addr,
1861 tree temp_addr = gimple_build (&stmts, loc, POINTER_PLUS_EXPR, local
1865 arg2_type, temp_addr,
1909 tree temp_addr = gimple_build (&stmts, loc, POINTER_PLUS_EXPR, local
1912 if (!is_gimple_mem_ref_addr (temp_addr))
1914 tree t = make_ssa_name (TREE_TYPE (temp_addr));
1915 gimple *g = gimple_build_assign (t, temp_addr);
1917 temp_addr = t;
1923 g = gimple_build_assign (lhs, build2 (MEM_REF, align_ltype, temp_addr,
1952 tree temp_addr = gimple_build (&stmts, loc, POINTER_PLUS_EXPR, local
    [all...]

Completed in 29 milliseconds