OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNIT_D0
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
metag-dis.c
151
case
UNIT_D0
:
154
return
UNIT_D0
;
209
actual_unit =
UNIT_D0
;
227
actual_unit =
UNIT_D0
;
237
else if (unit ==
UNIT_D0
)
263
actual_unit =
UNIT_D0
;
1214
base_unit =
UNIT_D0
;
[
all
...]
/toolchain/binutils/binutils-2.25/include/opcode/
metag.h
25
UNIT_D0
,
117
{ "D0Re0",
UNIT_D0
, 0 },
118
{ "D0.0",
UNIT_D0
, 0 },
119
{ "D0Ar6",
UNIT_D0
, 1 },
120
{ "D0.1",
UNIT_D0
, 1 },
121
{ "D0Ar4",
UNIT_D0
, 2 },
122
{ "D0.2",
UNIT_D0
, 2 },
123
{ "D0Ar2",
UNIT_D0
, 3 },
124
{ "D0.3",
UNIT_D0
, 3 },
125
{ "D0FrT",
UNIT_D0
, 4 }
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-metag.c
391
(reg1->unit ==
UNIT_D0
&&
394
(reg2->unit ==
UNIT_D0
)))
974
case
UNIT_D0
:
1014
if (!(regs[0]->unit ==
UNIT_D0
||
1047
if (!(regs[0]->unit ==
UNIT_D0
||
[
all
...]
Completed in 45 milliseconds