Searched defs:vA (Results 1 – 5 of 5) sorted by relevance
43 #define bbf_BIT_SUM_8( vA ) ( bbf_bit8TblG[ vA ] ) argument46 #define bbf_BIT_SUM_16( vA ) ( bbf_bit8TblG[ vA & 0x00FF ] + bbf_bit8TblG[ ( vA >> 8 ) & 0x00FF ] ) argument49 #define bbf_BIT_SUM_32( vA ) ( bbf_bit8TblG[ vA & 0x00FF ] + bbf_bit8TblG[ ( vA >> 8 ) & 0x00FF ] … argument
38 uint32 bts_absIntLog2( int32 vA ) in bts_absIntLog2()
274 int vA = ((CstInteger) cA).getValue(); in simulateBranch() local305 int vA = ((CstInteger) cA).getValue(); in simulateBranch() local402 int vA = ((CstInteger) cA).getValue(); in simulateMath() local
16 volatile int vA[10]; variable
10439 do_vvec_fp_cmp ( IRTemp vA, IRTemp vB, UChar XT, UChar flag_rC, in do_vvec_fp_cmp()10535 IRTemp vA = newTemp( Ity_V128 ); in dis_vvec_cmp() local10630 IRTemp vA = newTemp( Ity_V128 ); in dis_vxs_misc() local10788 IRTemp vA = newTemp( Ity_V128 ); in dis_vx_logic() local11013 IRTemp vA = newTemp( Ity_V128 ); in dis_vx_permute_misc() local11350 IRTemp vA = newTemp(Ity_V128); in dis_av_arith() local11804 IRTemp vA = newTemp(Ity_V128); in dis_av_logic() local11862 IRTemp vA = newTemp(Ity_V128); in dis_av_cmp() local11954 IRTemp vA = newTemp(Ity_V128); in dis_av_multarith() local12219 IRTemp vA = newTemp(Ity_V128); in dis_av_shift() local[all …]