Lines Matching refs:extract
17 our $reg8_href = { extract => \&get8, format => "0x%2.2x" };
18 our $reg16_href = { extract => \&get16, format => "0x%4.4x" };
19 our $reg32_href = { extract => \&get32, format => "0x%8.8x" };
20 our $reg64_href = { extract => \&get64, format => "0x%s" };
21 our $reg80_href = { extract => \&get80, format => "0x%s" };
22 our $reg128_href = { extract => \&get128, format => "0x%s" };
23 our $reg256_href = { extract => \&get256, format => "0x%s" };
24 our $float32_href = { extract => \&get32, format => "0x%8.8x" };
25 our $float64_href = { extract => \&get64, format => "0x%s" };
26 our $float96_href = { extract => \&get96, format => "0x%s" };
568 my $reg_extract = $reg_info->{extract};
579 # Extract the command into an array of ASCII char strings for easy
892 my $reg_extract = $reg_info_href->{extract};
913 my $reg_extract = $reg_info_href->{extract};