Searched refs:regsize (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/jam/
H A Dregexp.c177 static long regsize; /* Code size. */ variable
232 regsize = 0L;
239 if (regsize >= 32767L) /* Probably could be 65535L. */
243 r = (regexp *)malloc(sizeof(regexp) + (unsigned)regsize);
662 regsize += 3;
684 regsize++;
702 regsize += 3;
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-z8k.c179 int regsize; member in struct:z8k_op
627 src = parse_reg (src + 1, &mode->regsize, &mode->reg);
896 if (operands[i].regsize != CLASS_REG_WORD)
901 if ((segmented_mode && operands[i].regsize != CLASS_REG_LONG)
902 || (!segmented_mode && operands[i].regsize != CLASS_REG_WORD))
/haiku-buildtools/binutils/gas/config/
H A Dtc-z8k.c175 int regsize; member in struct:z8k_op
648 src = parse_reg (src + 1, &mode->regsize, &mode->reg);
917 if (operands[i].regsize != CLASS_REG_WORD)
922 if ((segmented_mode && operands[i].regsize != CLASS_REG_LONG)
923 || (!segmented_mode && operands[i].regsize != CLASS_REG_WORD))
/haiku-buildtools/legacy/gcc/gcc/config/rs6000/
H A Drs6000.c5615 int regsize = (TARGET_32BIT) ? 4 : 8;
5635 emit_move_insn (MEM_PLUS (addr, regsize), toc_reg);
5636 emit_move_insn (MEM_PLUS (addr, 2*regsize), ctx_reg);
5664 emit_move_insn (toc_reg, MEM_PLUS (fnaddr, regsize));
5666 emit_move_insn (MEM_PLUS (addr, regsize), addr);
5667 emit_move_insn (MEM_PLUS (addr, 2*regsize), fn_reg);
5668 emit_move_insn (MEM_PLUS (addr, 3*regsize), ctx_reg);
5669 emit_move_insn (MEM_PLUS (addr, 4*regsize), gen_rtx_REG (pmode, 2));
5581 int regsize = (TARGET_32BIT) ? 4 : 8; local
/haiku-buildtools/gcc/libgcc/config/ia64/
H A Dunwind-ia64.c475 alloc_spill_area (unw_word *offp, unw_word regsize,
485 *offp -= regsize;
473 alloc_spill_area(unw_word *offp, unw_word regsize, struct unw_reg_info *lo, struct unw_reg_info *hi) argument
/haiku-buildtools/gcc/gcc/
H A Ddwarf2cfi.c310 const HOST_WIDE_INT regsize = GET_MODE_SIZE (regmode);
328 gen_int_mode (regsize, slotmode));
308 const HOST_WIDE_INT regsize = GET_MODE_SIZE (regmode); local
/haiku-buildtools/gcc/gcc/config/mep/
H A Dmep.c2693 int regsize = mep_reg_size (i);
2702 if (regsize < 8)
2704 cfun->machine->reg_save_size += regsize;
2685 int regsize = mep_reg_size (i); local
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c28880 int regsize = (TARGET_32BIT) ? 4 : 8;
28909 emit_move_insn (toc_reg, MEM_PLUS (fnmem, regsize));
28911 emit_move_insn (MEM_PLUS (m_tramp, regsize), toc_reg);
28912 emit_move_insn (MEM_PLUS (m_tramp, 2*regsize), ctx_reg);
28833 int regsize = (TARGET_32BIT) ? 4 : 8; local
[all...]

Completed in 220 milliseconds