Home
last modified time | relevance | path

Searched refs:ALPHA_V0_REGNUM (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dalpha-tdep.h41 #define ALPHA_V0_REGNUM 0 /* Function integer return value */ macro
H A Dalpha-tdep.c453 regcache_cooked_read_unsigned (regcache, ALPHA_V0_REGNUM, &l); in alpha_extract_return_value()
477 regcache_cooked_read_signed (regcache, ALPHA_V0_REGNUM, &l); in alpha_extract_return_value()
488 regcache_cooked_read_unsigned (regcache, ALPHA_V0_REGNUM, &l); in alpha_extract_return_value()
501 regcache_cooked_read_unsigned (regcache, ALPHA_V0_REGNUM, &addr); in alpha_extract_struct_value_address()
573 regcache_cooked_write_unsigned (regcache, ALPHA_V0_REGNUM, l); in alpha_store_return_value()
H A Dalphabsd-nat.c80 return ((regno >= ALPHA_V0_REGNUM && regno <= ALPHA_ZERO_REGNUM) in getregs_supplies()