search for: _dx

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

Did you mean: _idx
2007 Sep 13
1
[LLVMdev] Nested multiclass/defm declarations?
...Quite a few instructions support arbitrary choices of EA (effective addressing) modes for both operands, giving an explosion of permutations (11 * 11 !!). I thought about using a nested multiclass declaration to resolve this, as in multiclass EAPermuteRhs<dag lhs_oper, string asmstr> { def _dx : I<(outs DataRegister:$dst), lhs_oper, ..... > ; def _ax : I<(outs AddressRegister:$dst), lhs_oper, ..... > ; def _ax_postincrement : I<(outs AddressRegister:$dst), lhs_oper, ..... > ; // And many more } multiclass EAPermute<string asmstr> { defm _dx : EAPermuteRhs...
2005 Jul 20
1
MMX IDCT for theora-exp
...+ ogg_uint16_t _dc_iquant,const ogg_uint16_t _ac_iquant[64]); }oc_base_opt_vtable; @@ -385,9 +388,6 @@ int oc_state_mbi_for_pos(oc_theora_state *_state,int _mbx,int _mby); int oc_state_get_mv_offsets(oc_theora_state *_state,int *_offset0, int *_offset1,int _dx,int _dy,int _ystride,int _pli); -void oc_state_frag_recon(oc_theora_state *_state,const oc_fragment *_frag, - int _pli,ogg_int16_t _dct_coeffs[64],int _last_zzi,int _ncoefs, - ogg_uint16_t _dc_iquant,const ogg_uint16_t _ac_iquant[64]); int oc_state_loop_filter_init(oc_theora_state *_state,int *_...
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