Searched refs:operand_values (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | tilepro-dis.c | 63 && decoded[i].operand_values[0] != expected_first_operand) in contains_insn() 67 && decoded[i].operand_values[1] != expected_second_operand) in contains_insn() 70 *last_operand_ret = decoded[i].operand_values[opcode->num_operands - 1]; in contains_insn() 152 num = decoded[i].operand_values[j]; in print_insn_tilepro() 180 decoded[i].operand_values[1], in print_insn_tilepro() 193 decoded[i].operand_values[1], in print_insn_tilepro()
|
D | tilegx-dis.c | 105 num = decoded[i].operand_values[j]; in print_insn_tilegx()
|
D | tilegx-opc.c | 8117 d->operand_values[i] = opval; in parse_insn_tilegx()
|
D | tilepro-opc.c | 10236 d->operand_values[i] = opval; in parse_insn_tilepro()
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-tilepro.c | 149 expressionS operand_values[TILEPRO_MAX_OPERANDS]; member 416 expressionS *operand_values, in emit_tilepro_instruction() argument 425 expressionS *operand_exp = &operand_values[i]; in emit_tilepro_instruction() 704 int regno = instr->operand_values[k].X_add_number; in check_illegal_reg_writes() 883 instr->operand_values, in tilepro_flush_bundle() 1014 expressionS *operand_values) in parse_operands() argument 1018 memset (operand_values, 0, num_operands * sizeof operand_values[0]); in parse_operands() 1029 parse_reg_expression (&operand_values[i]); in parse_operands() 1033 operand_values[i].X_op = O_absent; in parse_operands() 1039 expression (&operand_values[i]); in parse_operands() [all …]
|
D | tc-tilegx.c | 200 expressionS operand_values[TILEGX_MAX_OPERANDS]; member 490 expressionS *operand_values, in emit_tilegx_instruction() argument 499 expressionS *operand_exp = &operand_values[i]; in emit_tilegx_instruction() 813 int regno = instr->operand_values[k].X_add_number; in check_illegal_reg_writes() 993 instr->operand_values, in tilegx_flush_bundle() 1128 expressionS *operand_values) in parse_operands() argument 1132 memset (operand_values, 0, num_operands * sizeof operand_values[0]); in parse_operands() 1143 parse_reg_expression (&operand_values[i]); in parse_operands() 1147 operand_values[i].X_op = O_absent; in parse_operands() 1153 expression (&operand_values[i]); in parse_operands() [all …]
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | tilegx.h | 1261 long long operand_values[TILEGX_MAX_OPERANDS]; member
|
D | tilepro.h | 1586 int operand_values[TILEPRO_MAX_OPERANDS]; member
|