Home
last modified time | relevance | path

Searched refs:arg_info (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-z8k.c745 if (opcode->arg_info[0] == CLASS_CC) in get_operands()
757 else if (opcode->arg_info[0] == CLASS_FLAGS) in get_operands()
769 else if (opcode->arg_info[0] == (CLASS_IMM + (ARG_IMM2))) in get_operands()
779 if (opcode->arg_info[0] == CLASS_CC) in get_operands()
794 else if (opcode->arg_info[0] == CLASS_CTRL) in get_operands()
875 … if (((mode & CLASS_MASK) == CLASS_IR) && ((this_try->arg_info[i] & CLASS_MASK) == CLASS_IRO)) in get_specific()
880 if ((mode & CLASS_MASK) != (this_try->arg_info[i] & CLASS_MASK)) in get_specific()
885 if (mode == CLASS_DA && this_try->arg_info[i] == CLASS_DISP) in get_specific()
890 else if (mode == CLASS_BA && this_try->arg_info[i]) in get_specific()
896 else if (this_try->arg_info[i] & CLASS_PR) in get_specific()
[all …]
/toolchain/binutils/binutils-2.25/opcodes/
Dz8k-dis.c538 tabl_datum = z8k_table[instr_data->tabl_index].arg_info[loop]; in unparse_instr()
Dz8k-opc.h293 unsigned int arg_info[4]; member