search for: ieq

Displaying 5 results from an estimated 5 matches for "ieq".

Did you mean: eq
2012 Jun 25
1
[LLVMdev] getting identifier for alloca instruction and basic blocks
...ifier data Instruction = ICmp Identifier IPred Value Value | Br Value Label Label And the LLVM IR instructions %2 = icmp eq i32 %argc, 3 br i1 %2, label %3, label %40 I'm extending the llvm c bindings and haskell bindings to generate: [ICmp (Local "%2") IEq (Ident (Local "%argc")) (IConstant 3), Br (Ident (Local "%2")) (Label "%3") (Label "%40")] If getting those identifiers is not possible through the api, I believe I have to add extra effort to generate nameless identifiers and use equality of LLVM Values to...
2016 Feb 05
0
Wine release 1.9.3
...T textures. wined3d: Add support for WINED3DFMT_R8G8B8A8_SINT textures. d3d11/tests: Add test for integer textures. d3d10core/tests: Add test for integer textures. wined3d: Recognize SM4 dcl_temps opcode. wined3d: Recognize SM4 else opcode. wined3d: Implement SM4 ieq instruction. wined3d: Implement SM4 ilt instruction. wined3d: Implement SM4 ineg instruction. wined3d: Recognize SM4 not opcode. wined3d: Implement SM4 not instruction. wined3d: Implement SM4 ine instruction. wined3d: Recognize SM4 round_pi opcode. wined3d:...
2010 Oct 15
0
Wine release 1.3.5
...mpler register type. wined3d: Recognize the SM4 resource register type. wined3d: Skip SM4 source register modifiers. wined3d: Skip SM4 instruction modifiers. wined3d: Recognize the SM4 div opcode. wined3d: Recognize the SM4 ftoi opcode. wined3d: Recognize the SM4 ieq opcode. wined3d: Recognize the SM4 ld opcode. wined3d: Recognize the SM4 ABS and NEG source modifiers. wined3d: Recognize the SM4 sample_d opcode. d3d10core: Implement device_parent_CreateVolume(). d3d10core: Rename texture2d.c to texture.c. d3d10core: Add a stub...
2012 Jul 16
3
[LLVMdev] RFC: LLVM incubation, or requirements for committing new backends
...= 2, // DLT instruction. > + IL_CC_D_NE = 3, // DNE instruction. > + IL_CC_F_EQ = 4, // EQ instruction. > + IL_CC_F_GE = 5, // GE instruction. > + IL_CC_F_LT = 6, // LT instruction. > + IL_CC_F_NE = 7, // NE instruction. > + IL_CC_I_EQ = 8, // IEQ instruction. > + IL_CC_I_GE = 9, // IGE instruction. > + IL_CC_I_LT = 10, // ILT instruction. > + IL_CC_I_NE = 11, // INE instruction. > + IL_CC_U_GE = 12, // UGE instruction. > + IL_CC_U_LT = 13, // ULE instruction. > + // Pseudo IL Comparison instructions h...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking