reg.h 424 B

1234567891011121314151617
  1. /*
  2. * The Amsterdam Compiler Kit
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. #ifndef MACH_PROTO_NCG_REG_H
  6. #define MACH_PROTO_NCG_REG_H
  7. /* mach/proto/ncg/reg.c */
  8. void chrefcount(int regno, int amount, int tflag);
  9. int getrefcount(int regno, int tflag);
  10. void erasereg(int regno);
  11. void cleanregs(void);
  12. void inctcount(int regno);
  13. void chkregs(void);
  14. #endif /* MACH_PROTO_NCG_REG_H */