Searched refs:reg_unit (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Ddarwin-fallback.c49 typedef unsigned long reg_unit; typedef
56 interpret_libc (reg_unit gprs[32], struct _Unwind_Context *context)
60 reg_unit lr = (reg_unit) pc;
61 reg_unit ctr = 0;
137 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F];
143 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F];
149 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F];
169 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F];
178 reg_unit sr
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Ddarwin-fallback.c49 typedef unsigned long reg_unit; typedef
56 interpret_libc (reg_unit gprs[32], struct _Unwind_Context *context)
60 reg_unit lr = (reg_unit) pc;
61 reg_unit ctr = 0;
137 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F];
143 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F];
149 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F];
169 reg_unit src = (ins >> 16 & 0x1F) == 0 ? 0 : gprs [ins >> 16 & 0x1F];
178 reg_unit sr
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmetag-dis.c642 lookup_reg_list (char *reg_buf, size_t buf_len, unsigned int reg_unit, argument
649 regs[0] = lookup_reg_name (reg_unit, reg_no);
656 regs[used_regs] = lookup_reg_name (reg_unit, reg_no + (i * 2));
658 regs[used_regs] = lookup_reg_name (reg_unit, reg_no + i);
682 const char *dest_reg, const char *pair_reg, unsigned int reg_unit,
696 if (reg_unit == UNIT_FX)
705 const char *src_reg, const char *pair_reg, unsigned int reg_unit,
718 if (reg_unit == UNIT_FX)
733 unsigned int reg_unit, reg_no; local
738 reg_unit
681 print_get(char *buf, char *addr_buf, unsigned int size, const char *dest_reg, const char *pair_reg, unsigned int reg_unit, const insn_template *template, disassemble_info *outf) argument
704 print_set(char *buf, char *addr_buf, unsigned int size, const char *src_reg, const char *pair_reg, unsigned int reg_unit, const insn_template *template, disassemble_info *outf) argument
783 unsigned int reg_unit, reg_no; local
824 unsigned int reg_unit, reg_no, rmask; local
1125 unsigned int reg_no, reg_unit; local
1147 unsigned int reg_no, reg_unit; local
1609 unsigned int reg_unit, reg_no; local
1638 unsigned int reg_unit, reg_no; local
1689 unsigned int reg_unit, reg_no; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmetag-dis.c642 lookup_reg_list (char *reg_buf, size_t buf_len, unsigned int reg_unit, argument
649 regs[0] = lookup_reg_name (reg_unit, reg_no);
656 regs[used_regs] = lookup_reg_name (reg_unit, reg_no + (i * 2));
658 regs[used_regs] = lookup_reg_name (reg_unit, reg_no + i);
682 const char *dest_reg, const char *pair_reg, unsigned int reg_unit,
696 if (reg_unit == UNIT_FX)
705 const char *src_reg, const char *pair_reg, unsigned int reg_unit,
718 if (reg_unit == UNIT_FX)
733 unsigned int reg_unit, reg_no; local
738 reg_unit
681 print_get(char *buf, char *addr_buf, unsigned int size, const char *dest_reg, const char *pair_reg, unsigned int reg_unit, const insn_template *template, disassemble_info *outf) argument
704 print_set(char *buf, char *addr_buf, unsigned int size, const char *src_reg, const char *pair_reg, unsigned int reg_unit, const insn_template *template, disassemble_info *outf) argument
783 unsigned int reg_unit, reg_no; local
824 unsigned int reg_unit, reg_no, rmask; local
1125 unsigned int reg_no, reg_unit; local
1147 unsigned int reg_no, reg_unit; local
1609 unsigned int reg_unit, reg_no; local
1638 unsigned int reg_unit, reg_no; local
1689 unsigned int reg_unit, reg_no; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmetag-dis.c642 lookup_reg_list (char *reg_buf, size_t buf_len, unsigned int reg_unit, argument
649 regs[0] = lookup_reg_name (reg_unit, reg_no);
656 regs[used_regs] = lookup_reg_name (reg_unit, reg_no + (i * 2));
658 regs[used_regs] = lookup_reg_name (reg_unit, reg_no + i);
682 const char *dest_reg, const char *pair_reg, unsigned int reg_unit,
696 if (reg_unit == UNIT_FX)
705 const char *src_reg, const char *pair_reg, unsigned int reg_unit,
718 if (reg_unit == UNIT_FX)
733 unsigned int reg_unit, reg_no; local
738 reg_unit
681 print_get(char *buf, char *addr_buf, unsigned int size, const char *dest_reg, const char *pair_reg, unsigned int reg_unit, const insn_template *template, disassemble_info *outf) argument
704 print_set(char *buf, char *addr_buf, unsigned int size, const char *src_reg, const char *pair_reg, unsigned int reg_unit, const insn_template *template, disassemble_info *outf) argument
783 unsigned int reg_unit, reg_no; local
824 unsigned int reg_unit, reg_no, rmask; local
1125 unsigned int reg_no, reg_unit; local
1147 unsigned int reg_no, reg_unit; local
1609 unsigned int reg_unit, reg_no; local
1638 unsigned int reg_unit, reg_no; local
1689 unsigned int reg_unit, reg_no; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmetag-dis.c642 lookup_reg_list (char *reg_buf, size_t buf_len, unsigned int reg_unit, argument
649 regs[0] = lookup_reg_name (reg_unit, reg_no);
656 regs[used_regs] = lookup_reg_name (reg_unit, reg_no + (i * 2));
658 regs[used_regs] = lookup_reg_name (reg_unit, reg_no + i);
682 const char *dest_reg, const char *pair_reg, unsigned int reg_unit,
696 if (reg_unit == UNIT_FX)
705 const char *src_reg, const char *pair_reg, unsigned int reg_unit,
718 if (reg_unit == UNIT_FX)
733 unsigned int reg_unit, reg_no; local
738 reg_unit
681 print_get(char *buf, char *addr_buf, unsigned int size, const char *dest_reg, const char *pair_reg, unsigned int reg_unit, const insn_template *template, disassemble_info *outf) argument
704 print_set(char *buf, char *addr_buf, unsigned int size, const char *src_reg, const char *pair_reg, unsigned int reg_unit, const insn_template *template, disassemble_info *outf) argument
783 unsigned int reg_unit, reg_no; local
824 unsigned int reg_unit, reg_no, rmask; local
1125 unsigned int reg_no, reg_unit; local
1147 unsigned int reg_no, reg_unit; local
1609 unsigned int reg_unit, reg_no; local
1638 unsigned int reg_unit, reg_no; local
1689 unsigned int reg_unit, reg_no; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-metag.c1144 unsigned int reg_unit; local
1172 reg_unit = 0;
1180 reg_unit = regs[0]->unit;
1185 ((reg_unit & SHORT_UNIT_MASK) << 3));
1342 unsigned int reg_unit = regs[0]->unit; local
1355 else if (regs[i]->unit != reg_unit)
1402 unsigned int rmask = 0, reg_unit = 0, lowest_reg = 0xffffffff; local
1422 reg_unit = regs[0]->unit;
1426 if (reg_unit != UNIT_FX)
1429 reg_unit
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-metag.c1144 unsigned int reg_unit; local
1172 reg_unit = 0;
1180 reg_unit = regs[0]->unit;
1185 ((reg_unit & SHORT_UNIT_MASK) << 3));
1342 unsigned int reg_unit = regs[0]->unit; local
1355 else if (regs[i]->unit != reg_unit)
1402 unsigned int rmask = 0, reg_unit = 0, lowest_reg = 0xffffffff; local
1422 reg_unit = regs[0]->unit;
1426 if (reg_unit != UNIT_FX)
1429 reg_unit
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-metag.c1144 unsigned int reg_unit; local
1172 reg_unit = 0;
1180 reg_unit = regs[0]->unit;
1185 ((reg_unit & SHORT_UNIT_MASK) << 3));
1342 unsigned int reg_unit = regs[0]->unit; local
1355 else if (regs[i]->unit != reg_unit)
1402 unsigned int rmask = 0, reg_unit = 0, lowest_reg = 0xffffffff; local
1422 reg_unit = regs[0]->unit;
1426 if (reg_unit != UNIT_FX)
1429 reg_unit
[all...]

Completed in 223 milliseconds