Searched refs:UNIT_FX (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/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.27/include/opcode/ |
D | metag.h | 37 UNIT_FX, enumerator 283 { "FX.0", UNIT_FX, 0 }, 284 { "FX.1", UNIT_FX, 1 }, 285 { "FX.2", UNIT_FX, 2 }, 286 { "FX.3", UNIT_FX, 3 }, 287 { "FX.4", UNIT_FX, 4 }, 288 { "FX.5", UNIT_FX, 5 }, 289 { "FX.6", UNIT_FX, 6 }, 290 { "FX.7", UNIT_FX, 7 }, 291 { "FX.8", UNIT_FX, 8 }, [all …]
|