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

  /src/usr.sbin/gspa/gspa/
gsp_act.c 67 reg_op(int reg) function
71 /* printf("reg_op reg=%d sign=%d\n", reg, sign); */
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386-ginsn.c 675 const reg_entry *reg_op; local
697 reg_op = i.op[i.operands - 1].regs;
698 if (reg_op)
700 dw2_regnum = ginsn_dw2_regnum (reg_op);
tc-mips.c 4995 const struct mips_reg_operand *reg_op;
4997 reg_op = (const struct mips_reg_operand *) operand;
4998 if (!(type_mask & (1 << reg_op->reg_type)))
5001 return 1u << mips_decode_reg_operand (reg_op, uval);
4986 const struct mips_reg_operand *reg_op; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386-ginsn.c 675 const reg_entry *reg_op; local
697 reg_op = i.op[i.operands - 1].regs;
698 if (reg_op)
700 dw2_regnum = ginsn_dw2_regnum (reg_op);
tc-mips.c 4686 const struct mips_reg_operand *reg_op;
4688 reg_op = (const struct mips_reg_operand *) operand;
4689 if (!(type_mask & (1 << reg_op->reg_type)))
4692 return 1u << mips_decode_reg_operand (reg_op, uval);
4677 const struct mips_reg_operand *reg_op; local
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
thead.cc 384 int reg_op = load_p ? 0 : 1; local
392 operands[reg_op] = gen_rtx_REG (mode, regno);
394 operands[2 + reg_op] = gen_rtx_REG (mode, regno2);
  /src/external/gpl3/binutils/dist/opcodes/
mips-dis.c 1509 const struct mips_reg_operand *reg_op;
1511 reg_op = (const struct mips_reg_operand *) operand;
1512 uval = mips_decode_reg_operand (reg_op, uval);
1513 print_reg (info, opcode, reg_op->reg_type, uval);
1515 mips_seen_register (state, uval, reg_op->reg_type);
1824 const struct mips_reg_operand *reg_op;
1826 reg_op = (const struct mips_reg_operand *) operand;
1827 uval = mips_decode_reg_operand (reg_op, uval);
1828 mips_seen_register (&state, uval, reg_op->reg_type);
1506 const struct mips_reg_operand *reg_op; local
1821 const struct mips_reg_operand *reg_op; local
  /src/external/gpl3/binutils.old/dist/opcodes/
mips-dis.c 1509 const struct mips_reg_operand *reg_op;
1511 reg_op = (const struct mips_reg_operand *) operand;
1512 uval = mips_decode_reg_operand (reg_op, uval);
1513 print_reg (info, opcode, reg_op->reg_type, uval);
1515 mips_seen_register (state, uval, reg_op->reg_type);
1824 const struct mips_reg_operand *reg_op;
1826 reg_op = (const struct mips_reg_operand *) operand;
1827 uval = mips_decode_reg_operand (reg_op, uval);
1828 mips_seen_register (&state, uval, reg_op->reg_type);
1506 const struct mips_reg_operand *reg_op; local
1821 const struct mips_reg_operand *reg_op; local
  /src/external/gpl3/gdb.old/dist/opcodes/
mips-dis.c 1482 const struct mips_reg_operand *reg_op;
1484 reg_op = (const struct mips_reg_operand *) operand;
1485 uval = mips_decode_reg_operand (reg_op, uval);
1486 print_reg (info, opcode, reg_op->reg_type, uval);
1488 mips_seen_register (state, uval, reg_op->reg_type);
1797 const struct mips_reg_operand *reg_op;
1799 reg_op = (const struct mips_reg_operand *) operand;
1800 uval = mips_decode_reg_operand (reg_op, uval);
1801 mips_seen_register (&state, uval, reg_op->reg_type);
1479 const struct mips_reg_operand *reg_op; local
1794 const struct mips_reg_operand *reg_op; local
  /src/external/gpl3/gdb/dist/opcodes/
mips-dis.c 1509 const struct mips_reg_operand *reg_op;
1511 reg_op = (const struct mips_reg_operand *) operand;
1512 uval = mips_decode_reg_operand (reg_op, uval);
1513 print_reg (info, opcode, reg_op->reg_type, uval);
1515 mips_seen_register (state, uval, reg_op->reg_type);
1824 const struct mips_reg_operand *reg_op;
1826 reg_op = (const struct mips_reg_operand *) operand;
1827 uval = mips_decode_reg_operand (reg_op, uval);
1828 mips_seen_register (&state, uval, reg_op->reg_type);
1506 const struct mips_reg_operand *reg_op; local
1821 const struct mips_reg_operand *reg_op; local

Completed in 61 milliseconds