Home
last modified time | relevance | path

Searched refs:operand_type (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tic30.c275 operand *operand_type[MAX_OPERANDS]; member
655 operand *operand_type[2][MAX_OPERANDS]; member
816 p_insn.operand_type[found_separator][p_insn.operands[found_separator] - 1] = in tic30_parallel_insn()
819 if (!p_insn.operand_type[found_separator][p_insn.operands[found_separator] - 1]) in tic30_parallel_insn()
861 temp_op = p_insn.operand_type[0][i]; in tic30_parallel_insn()
862 p_insn.operand_type[0][i] = p_insn.operand_type[1][i]; in tic30_parallel_insn()
863 p_insn.operand_type[1][i] = temp_op; in tic30_parallel_insn()
893 if ((p_insn.operand_type[count][i]->op_type & in tic30_parallel_insn()
906 if ((p_insn.operand_type[count][i]->op_type & Rn) && i < 2) in tic30_parallel_insn()
908 else if ((p_insn.operand_type[count][i]->op_type & Indirect) in tic30_parallel_insn()
[all …]
Dtc-crx.c145 static argtype get_optype (operand_type);
146 static int get_opbits (operand_type);
147 static int get_opflags (operand_type);
173 get_opbits (operand_type op) in get_opbits()
184 get_optype (operand_type op) in get_optype()
195 get_opflags (operand_type op) in get_opflags()
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dcrx.h150 operand_type; typedef
247 operand_type op_type;
Dm88k.h384 enum operand_type enum
415 enum operand_type type;
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dcrx-dis.c101 static argtype getargtype (operand_type);
102 static int getbits (operand_type);
134 getbits (operand_type op) in getbits()
145 getargtype (operand_type op) in getargtype()