Searched refs:OP_REG_GP (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | mips-dis.c | 1013 case OP_REG_GP: in print_reg() 1282 print_reg (info, opcode, OP_REG_GP, uval & 31); in print_insn_arg() 1283 mips_seen_register (state, uval, OP_REG_GP); in print_insn_arg() 1427 print_reg (info, opcode, OP_REG_GP, uval); in print_insn_arg()
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-mips.c | 4477 if (!(type_mask & (1 << OP_REG_GP))) in operand_reg_mask() 4483 if (!(type_mask & (1 << OP_REG_GP))) in operand_reg_mask() 4491 if (!(type_mask & (1 << OP_REG_GP))) in operand_reg_mask() 4512 if (!(type_mask & (1 << OP_REG_GP))) in operand_reg_mask() 4550 mask = insn_reg_mask (ip, 1 << OP_REG_GP, insn_read_mask (ip->insn_mo)); in gpr_read_mask() 4580 mask = insn_reg_mask (ip, 1 << OP_REG_GP, insn_write_mask (ip->insn_mo)); in gpr_write_mask() 4824 case OP_REG_GP: in convert_reg_type() 4894 if (AT && type == OP_REG_GP && regno == AT) in check_regno() 5281 if (!match_reg (arg, OP_REG_GP, ®no)) in match_clo_clz_dest_operand() 5299 if (!match_reg (arg, OP_REG_GP, ®no)) in match_check_prev_operand() [all …]
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | mips.h | 440 OP_REG_GP, enumerator
|