Searched refs:UNIT_FX (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | metag-dis.c | 168 if (unit == UNIT_FX) in lookup_pair_reg_name() 378 if (dest_unit == UNIT_FX || src_unit == UNIT_FX) in print_mov_u2u() 418 if (dest_unit == UNIT_FX) in print_mov_port() 696 if (reg_unit == UNIT_FX) in print_get() 718 if (reg_unit == UNIT_FX) in print_set() 827 reg_unit = UNIT_FX; in print_mget_mset() 935 dest_unit = UNIT_FX; in print_mmov() 1112 if (dest_unit == UNIT_FX || src_unit == UNIT_FX) in print_swap() 1345 if (dest_unit == UNIT_FX) in print_alu() 1446 if (dest_unit == UNIT_FX) in print_shift() [all …]
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | metag.h | 33 UNIT_FX, enumerator 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/ |
D | tc-metag.c | 376 if (regs[i]->unit != UNIT_FX) in parse_fpu_regs() 404 if (reg1->unit == UNIT_FX && in is_reg_pair() 405 reg2->unit == UNIT_FX && in is_reg_pair() 455 if (!mfpu_opt && (regs[0]->unit == UNIT_FX || regs[1]->unit == UNIT_FX)) in parse_mov_u2u() 488 if (template->insn_type == INSN_FPU && dest_regs[0]->unit != UNIT_FX) in parse_mov_port() 1023 regs[0]->unit == UNIT_FX)) in parse_get_set() 1056 regs[0]->unit == UNIT_FX)) in parse_get_set() 1427 if (reg_unit != UNIT_FX) in parse_mget_mset() 1432 else if (reg_unit == UNIT_FX) in parse_mget_mset() 1554 !(is_fpu && regs[0]->unit == UNIT_FX)) in parse_mmov() [all …]
|