OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_longword
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/d10v/
endian.c
22
get_longword
(const uint8_t *x)
function
30
uint32_t top =
get_longword
(x);
31
uint32_t bottom =
get_longword
(x+4);
d10v-sim.h
451
extern uint32_t
get_longword
(const uint8_t *);
462
#define RLW(x)
get_longword
(dmem_addr (sd, cpu, x))
interp.c
935
inst =
get_longword
( iaddr );
/src/external/gpl3/gdb.old/dist/sim/d10v/
endian.c
22
get_longword
(const uint8_t *x)
function
30
uint32_t top =
get_longword
(x);
31
uint32_t bottom =
get_longword
(x+4);
d10v-sim.h
451
extern uint32_t
get_longword
(const uint8_t *);
462
#define RLW(x)
get_longword
(dmem_addr (sd, cpu, x))
interp.c
935
inst =
get_longword
( iaddr );
/src/external/gpl3/gdb/dist/sim/cr16/
cr16-sim.h
389
static inline uint32_t
get_longword
(SIM_CPU *cpu, address_word addr)
function
393
#define RLW(addr)
get_longword
(cpu, addr)
/src/external/gpl3/gdb.old/dist/sim/cr16/
cr16-sim.h
389
static inline uint32_t
get_longword
(SIM_CPU *cpu, address_word addr)
function
393
#define RLW(addr)
get_longword
(cpu, addr)
Completed in 32 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026