OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNIT_FX
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
metag-dis.c
168
if (unit ==
UNIT_FX
)
378
if (dest_unit ==
UNIT_FX
|| src_unit ==
UNIT_FX
)
418
if (dest_unit ==
UNIT_FX
)
696
if (reg_unit ==
UNIT_FX
)
718
if (reg_unit ==
UNIT_FX
)
827
reg_unit =
UNIT_FX
;
935
dest_unit =
UNIT_FX
;
1112
if (dest_unit ==
UNIT_FX
|| src_unit ==
UNIT_FX
)
[
all
...]
/toolchain/binutils/binutils-2.25/include/opcode/
metag.h
33
UNIT_FX
,
279
{ "FX.0",
UNIT_FX
, 0 },
280
{ "FX.1",
UNIT_FX
, 1 },
281
{ "FX.2",
UNIT_FX
, 2 },
282
{ "FX.3",
UNIT_FX
, 3 },
283
{ "FX.4",
UNIT_FX
, 4 },
284
{ "FX.5",
UNIT_FX
, 5 },
285
{ "FX.6",
UNIT_FX
, 6 },
286
{ "FX.7",
UNIT_FX
, 7 },
287
{ "FX.8",
UNIT_FX
, 8 }
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-metag.c
376
if (regs[i]->unit !=
UNIT_FX
)
404
if (reg1->unit ==
UNIT_FX
&&
405
reg2->unit ==
UNIT_FX
&&
455
if (!mfpu_opt && (regs[0]->unit ==
UNIT_FX
|| regs[1]->unit ==
UNIT_FX
))
488
if (template->insn_type == INSN_FPU && dest_regs[0]->unit !=
UNIT_FX
)
1023
regs[0]->unit ==
UNIT_FX
))
1056
regs[0]->unit ==
UNIT_FX
))
1427
if (reg_unit !=
UNIT_FX
)
1432
else if (reg_unit ==
UNIT_FX
)
[
all
...]
Completed in 67 milliseconds