Searched refs:ALPHA_V0_REGNUM (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | alpha-tdep.h | 41 #define ALPHA_V0_REGNUM 0 /* Function integer return value */ macro
|
H A D | alpha-tdep.c | 453 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 D | alphabsd-nat.c | 80 return ((regno >= ALPHA_V0_REGNUM && regno <= ALPHA_ZERO_REGNUM) in getregs_supplies()
|