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

  /src/sys/arch/amiga/dev/
gvpio.c 103 volatile void *gbase; local
114 gbase = gap->zargs.va;
115 giosc->sc_cntr = &gbase[0x41];
116 giosc->sc_bst.base = (u_long)gbase + 1;
123 gbase[0x041] = 0;
124 gbase[0x161 + 1*2] = 0;
125 gbase[0x261 + 1*2] = 0;
126 gbase[0x361 + 2*2] = 0;
127 gbase[0x461] = 0xd0;
154 gbase[0x041] = 0x08
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/visium/
visium.cc 1574 tree ovfl, gbase, gbytes, fbase, fbytes, t; local
1582 gbase = build3 (COMPONENT_REF, TREE_TYPE (f_gbase), valist, f_gbase,
1597 /* Store the base address of the GPR save area into GBASE. */
1598 t = make_tree (TREE_TYPE (gbase), virtual_incoming_args_rtx);
1601 t = build2 (MODIFY_EXPR, TREE_TYPE (gbase), gbase, t);
  /src/external/gpl3/gcc.old/dist/gcc/config/visium/
visium.cc 1571 tree ovfl, gbase, gbytes, fbase, fbytes, t; local
1579 gbase = build3 (COMPONENT_REF, TREE_TYPE (f_gbase), valist, f_gbase,
1594 /* Store the base address of the GPR save area into GBASE. */
1595 t = make_tree (TREE_TYPE (gbase), virtual_incoming_args_rtx);
1598 t = build2 (MODIFY_EXPR, TREE_TYPE (gbase), gbase, t);

Completed in 19 milliseconds