Searched refs:OP_REG_GP (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | mips-dis.c | 1055 case OP_REG_GP: in print_reg() 1331 print_reg (info, opcode, OP_REG_GP, uval & 31); in print_insn_arg() 1332 mips_seen_register (state, uval, OP_REG_GP); in print_insn_arg() 1480 print_reg (info, opcode, OP_REG_GP, uval); in print_insn_arg()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mips.c | 4487 if (!(type_mask & (1 << OP_REG_GP))) in operand_reg_mask() 4493 if (!(type_mask & (1 << OP_REG_GP))) in operand_reg_mask() 4501 if (!(type_mask & (1 << OP_REG_GP))) in operand_reg_mask() 4522 if (!(type_mask & (1 << OP_REG_GP))) in operand_reg_mask() 4560 mask = insn_reg_mask (ip, 1 << OP_REG_GP, insn_read_mask (ip->insn_mo)); in gpr_read_mask() 4590 mask = insn_reg_mask (ip, 1 << OP_REG_GP, insn_write_mask (ip->insn_mo)); in gpr_write_mask() 4840 case OP_REG_GP: in convert_reg_type() 4910 if (AT && type == OP_REG_GP && regno == AT) in check_regno() 5363 if (!match_reg (arg, OP_REG_GP, ®no)) in match_clo_clz_dest_operand() 5381 if (!match_reg (arg, OP_REG_GP, ®no)) in match_check_prev_operand() [all …]
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | mips.h | 439 OP_REG_GP, enumerator
|