Displaying 2 results from an estimated 2 matches for "ndinstal".
Did you mean:
dinstall
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not
allocating RBP to any virtual register, the instances of RBP in function
foo are in the machine code when my register allocator starts.)
Function foo calls function bar. Register RBP is not saved across the
call, though it is live after the call. Function bar includes a virtual
register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...extern void set_input_file (char*);
extern int yywrap (void);
extern int addsym (register char[], char*, int, hash_table, int);
extern void cclinstal (unsigned char [], int);
extern int ccllookup (unsigned char []);
extern struct hash_entry *findsym (register char[], hash_table, int );
extern void ndinstal (char[], unsigned char[]);
extern unsigned char *ndlookup (char[]);
extern void scextend (void);
extern void scinstal (char[], int);
extern int sclookup (char[]);
extern void bldtbl (int[], int, int, int, int);
extern void cmptmps (void);
extern void expand_nxt_chk (void);
extern int find_table_spa...