search for: cclp

Displaying 3 results from an estimated 3 matches for "cclp".

Did you mean: ccld
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
...;\t-P specify scanner prefix other than \"yy\"\n") ); fprintf( err, ("\t-S specify skeleton file\n") ); fprintf( err, ("\t--help produce this help message\n") ); fprintf( err, ("\t--version report %s version\n"), program_name ); } void ccladd( cclp, ch ) int cclp; int ch; { int ind, len, newpos, i; check_char( ch ); len = ccllen[cclp]; ind = cclmap[cclp]; for ( i = 0; i < len; ++i ) if ( ccltbl[ind + i] == ch ) return; newpos = ind + len; if ( newpos >= current_max_ccl_tbl_size ) { current_max_ccl_tbl_size += 250; ++n...
2007 Jun 08
2
Can't get if_txp(4) to attach to a 3CR990B-TXM NIC
...etects the NIC. But I could be way off. (As a test, I popped in a Kanotix LiveCD and the 3Com NIC is detected and usable, so it's [hopefully] not a defective NIC.) Anyone have any suggestions? Comments? Methods to destroy the NIC as an act of defiance? :) -- Freddie Cash, LPIC-2 CCNT CCLP Network Support Technician School District 73 (250) 377-HELP [377-4357] fjwcash+freebsd@gmail.com -------------- next part -------------- Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the Un...