Searched refs:func_unit (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/include/opcode/
H A Dtic6x.h619 tic6x_func_unit_base func_unit; member in struct:__anon1010
667 #define INSN(name, func_unit, format, type, isa, flags, fixed, ops, var) \
668 CONCAT6(tic6x_opcode_,name,_,func_unit,_,format),
669 #define INSNE(name, e, func_unit, format, type, isa, flags, fixed, ops, var) \
671 #define INSNU(name, func_unit, format, type, isa, flags, fixed, ops, var) \
672 CONCAT6(tic6x_opcode_,name,_,func_unit,_,format),
673 #define INSNUE(name, e, func_unit, format, type, isa, flags, fixed, ops, var) \
674 CONCAT6(tic6x_opcode_,name,_,func_unit,_,e),
/haiku-buildtools/binutils/opcodes/
H A Dtic6x-dis.c55 #define INSNU(name, func_unit, format, type, isa, flags, fixed, ops, var) \
58 CONCAT2(tic6x_func_unit_,func_unit), \
67 #define INSNUE(name, e, func_unit, format, type, isa, flags, fixed, ops, var) \
70 CONCAT2(tic6x_func_unit_,func_unit), \
79 #define INSN(name, func_unit, format, type, isa, flags, fixed, ops, var) \
82 CONCAT2(tic6x_func_unit_,func_unit), \
83 CONCAT4(tic6x_insn_format_,func_unit,_,format), \
91 #define INSNE(name, e, func_unit, format, type, isa, flags, fixed, ops, var) \
94 CONCAT2(tic6x_func_unit_,func_unit), \
95 CONCAT4(tic6x_insn_format_,func_unit,
318 const char *func_unit; local
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-tic6x.c1185 tic6x_func_unit_operand func_unit; member in union:__anon486::__anon487
1340 op->value.func_unit.base = base;
1341 op->value.func_unit.side = side;
2938 v = tic6x_encode_spmask (operands[opno].value.func_unit.base,
2939 operands[opno].value.func_unit.side);
3273 if (tic6x_opcode_table[opc->id].func_unit != func_unit_base)

Completed in 105 milliseconds