search for: regstr

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

Did you mean: refstr
2020 Jan 14
3
[tablegen] table readability / performance
...39;, 0, /* 41 */ 'V', '6', '_', 'z', 'l', 'd', '0', 0, [...] }; As far as I can see, this makes it more difficult than necessary to read for at least the following cases: Target AsmStrs Target InstrNameData Target RegStrings Target RegClassStrings I hacked together a fix for the above cases locally, and found that for at least for clang and gcc, the compile-time for generated tables is significantly reduced when emitting string literals, and the user can grep the name tables without huge effort. The above tab...
2016 Apr 07
2
Inline asm clobber registers name
Hi all, I am currently working on AMDGPU inline assembly and encountered problem with naming clobber registers in asm constraints. It looks like by default LLVM tries to match register specified in constraint to register name of register definition in .td file but not to the AsmName for this register. For example if we have register definition: def MYReg0 : Register<"r0", 0>;
2007 Sep 28
0
Wine release 0.9.46
...advapi32: Add and use LSTATUS. imagehlp: Add SYMBOL_INFO_PACKAGE and SymSetSearchPathW(). wordpad: Fix compilation on systems that don't support nameless unions. dnsapi: Fix the DnsQueryConfig() prototype. dbghelp: Fix the PENUMLOADED_MODULES_CALLBACK() prototype. regstr.h only defines constants and structures and thus does not need an extern "C" statement. gdiplus: Make gdiplustypes.h C++ compatible. mpr: Move MAX_INTERFACE_NAME_LEN to mprapi.h and add related constants. fci.h: Include basetsd.h. infosoft: indexsrv.idl must import...