OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reg_prefix
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/radeon/
SIGenRegisterInfo.pl
258
my ($class_prefix, $
reg_prefix
, $reg_width, $reg_count, $sub_reg_ref, @types) = @_;
263
my $reg_name = $
reg_prefix
. $i . '_' . $reg_width;
267
push(@sub_regs, $
reg_prefix
. $sub_idx);
269
print "def $reg_name : $
reg_prefix
\_$reg_width <$i, \"$reg_name\", [ ", join(',', @sub_regs) , "]>;\n";
/toolchain/binutils/binutils-2.25/gas/config/
tc-i860.c
50
static char
reg_prefix
;
variable
249
reg_prefix
= target_intel_syntax ? 0 : '%';
568
if (
reg_prefix
&& *s !=
reg_prefix
)
570
else if (
reg_prefix
)
640
if (
reg_prefix
&& *s !=
reg_prefix
)
642
else if (
reg_prefix
)
683
if (
reg_prefix
&& *s !=
reg_prefix
)
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
dwarf.c
6264
const char *
reg_prefix
= "";
local
[
all
...]
Completed in 122 milliseconds