HomeSort by: relevance | last modified time | path
    Searched defs:last_reg_type (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
mips-dis.c 1304 enum mips_reg_operand_type last_reg_type;
1347 state->last_reg_type = reg_type;
1752 print_reg (info, opcode, state->last_reg_type, state->last_regno);
1756 print_reg (info, opcode, state->last_reg_type, state->dest_regno);
1301 enum mips_reg_operand_type last_reg_type; member in struct:mips_print_arg_state
  /src/external/gpl3/binutils.old/dist/opcodes/
mips-dis.c 1304 enum mips_reg_operand_type last_reg_type;
1347 state->last_reg_type = reg_type;
1752 print_reg (info, opcode, state->last_reg_type, state->last_regno);
1756 print_reg (info, opcode, state->last_reg_type, state->dest_regno);
1301 enum mips_reg_operand_type last_reg_type; member in struct:mips_print_arg_state
  /src/external/gpl3/gdb.old/dist/opcodes/
mips-dis.c 1277 enum mips_reg_operand_type last_reg_type;
1320 state->last_reg_type = reg_type;
1725 print_reg (info, opcode, state->last_reg_type, state->last_regno);
1729 print_reg (info, opcode, state->last_reg_type, state->dest_regno);
1274 enum mips_reg_operand_type last_reg_type; member in struct:mips_print_arg_state
  /src/external/gpl3/gdb/dist/opcodes/
mips-dis.c 1304 enum mips_reg_operand_type last_reg_type;
1347 state->last_reg_type = reg_type;
1752 print_reg (info, opcode, state->last_reg_type, state->last_regno);
1756 print_reg (info, opcode, state->last_reg_type, state->dest_regno);
1301 enum mips_reg_operand_type last_reg_type; member in struct:mips_print_arg_state

Completed in 90 milliseconds