Displaying 3 results from an estimated 3 matches for "dispval".
2008 Apr 16
0
[LLVMdev] Being able to know the jitted code-size before emitting
...+ }
> + return FinalSize;
> +}
> +
> +static unsigned sizeMemModRMByte(const MachineInstr &MI, unsigned Op,
> + bool IsPIC, bool Is64BitMode) {
getMemModRMByteSize()?
>
> + const MachineOperand &Op3 = MI.getOperand(Op+3);
> + int DispVal = 0;
> + const MachineOperand *DispForReloc = 0;
> + unsigned FinalSize = 0;
> +
> + // Figure out what sort of displacement we have to handle here.
> + if (Op3.isGlobalAddress()) {
> + DispForReloc = &Op3;
> + } else if (Op3.isConstantPoolIndex()) {
> + if (I...
2008 Apr 15
4
[LLVMdev] Being able to know the jitted code-size before emitting
OK, here's a new patch that adds the infrastructure and the
implementation for X86, ARM and PPC of GetInstSize and GetFunctionSize.
Both functions are virtual functions defined in TargetInstrInfo.h.
For X86, I moved some commodity functions from X86CodeEmitter to
X86InstrInfo.
What do you think?
Nicolas
Evan Cheng wrote:
>
> I think both of these belong to TargetInstrInfo. And
2006 May 25
7
Hide content before page load
Hi,
i''ve been experimentating with dynamicCSS.js [1] to hide content only if
JavaScript is enabled. It works pretty well and fires before onload to avoid
the flash of visible content. Now i''m wondering if there is a Prototype way
of doing this.
[1] http://www.bobbyvandersluis.com/articles/dynamicCSS.php
My main problem is that Prototype functions like Element.toggle() do