search for: reigster

Displaying 6 results from an estimated 6 matches for "reigster".

Did you mean: regster
2009 Nov 13
2
[LLVMdev] how to define a 24-bits register class
hi every one, i have a very strange cpu that have 24-bits reigsters, but i cant see i24 in machine value type? and if defining it as MVT others will be ok? thank you very much
2009 Nov 13
0
[LLVMdev] how to define a 24-bits register class
On Nov 13, 2009, at 6:45 AM, ether zhhb wrote: > hi every one, > > i have a very strange cpu that have 24-bits reigsters, but i cant see > i24 in machine value type? and if defining it as MVT others will be > ok? You'd want to add a new i24 MVT enum. -Chris
2010 Jul 01
1
[LLVMdev] The question about how to refer an element in a pointer array by a dynamic index by IR
Now I am trying to use LLVM to write a simulator and take LLVM as IR to dynamic translate machine code, I encounter some issues when try to write some IR to express writting a value to the reigster. The situation is described as the following description. write_reg is my function for writing "v" to the register indicated by "index". ptr_gpr is the struct pointer for my general register file. write_reg(cpu_t *cpu, uint32_t index, Value *v,BasicBlock *bb ){ Value...
2016 Oct 01
0
Wine release 1.9.20
...TARGETS property. winex11: Support import multiple drag&drop properties in a single call. winex11: Add helper functions to find and register Win32 clipboard formats. winex11: Add helper functions to find and register X11 clipboard formats. winex11: Get rid of support for reigstering Win32 formats without a corresponding atom. winex11: If multiple clipboard formats can be exported, use the first available one. winex11: Reimplement import_targets to go through the format list in the standard way. winex11: Store the list of X11 formats when retrieving the TAR...
2013 Feb 11
24
[Bug 60680] New: HDMI is connected and has mode, TV says "no signal"
https://bugs.freedesktop.org/show_bug.cgi?id=60680 Priority: medium Bug ID: 60680 Assignee: nouveau at lists.freedesktop.org Summary: HDMI is connected and has mode, TV says "no signal" QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter:
2008 Jun 27
32
[PATCH][RFC] Support more Capability Structures and Device Specific
I am submitting the patch which supports more Capability Structures and Device Specific Registers for passthrough device. In Xen 3.3 unstable, qemu-dm supports Configuration Header, MSI Capability Structure, and MSI-X Capability Structure. But qemu-dm does not support PCI Express Capability Structure, Device Specific Registers, etc (writing them is ignored). To support various I/O devices, I