search for: 0x0scope

Displaying 2 results from an estimated 2 matches for "0x0scope".

2007 Jul 25
0
[LLVMdev] Fwd: Segment Register Use
...ing any size partition and turnary size... table has id1, it has 256 blocks (mem ptr or similar ID), value of turnary is n (of 8bit) and size of block is static per table. regardless of using id based lookups for data or memory locations, the process is identical: shift turnary scope, and turnary 0x0scope, mul(shl) by block size, get offset value, (typically confirm need to further recurse) then repeat with turnary until done. The final memory position is commonly either assigned as the base pointer for the requested data structure or code offset. Code is compiled for local memory values (static)...
2007 Jul 25
3
[LLVMdev] Segment Register Use
I realize I am one of the few who uses the segment registers (especially CS and DS) on the ia32 chips for example, and a definite few with complete segregation models that rival specialized physical processors... GCC still fails to use these correctly and if your LLVM still depends on either Generic or some of the RTL models they use in various processor definitions, I express concern for