Home
last modified time | relevance | path

Searched defs:vA (Results 1 – 5 of 5) sorted by relevance

/external/neven/Embedded/common/src/b_BitFeatureEm/
DFunctions.h43 #define bbf_BIT_SUM_8( vA ) ( bbf_bit8TblG[ vA ] ) argument
46 #define bbf_BIT_SUM_16( vA ) ( bbf_bit8TblG[ vA & 0x00FF ] + bbf_bit8TblG[ ( vA >> 8 ) & 0x00FF ] ) argument
49 #define bbf_BIT_SUM_32( vA ) ( bbf_bit8TblG[ vA & 0x00FF ] + bbf_bit8TblG[ ( vA >> 8 ) & 0x00FF ] … argument
/external/neven/Embedded/common/src/b_TensorEm/
DFunctions.c38 uint32 bts_absIntLog2( int32 vA ) in bts_absIntLog2()
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSCCP.java274 int vA = ((CstInteger) cA).getValue(); in simulateBranch() local
305 int vA = ((CstInteger) cA).getValue(); in simulateBranch() local
402 int vA = ((CstInteger) cA).getValue(); in simulateMath() local
/external/clang/test/CodeGen/
Dvolatile.c16 volatile int vA[10]; variable
/external/valgrind/main/VEX/priv/
Dguest_ppc_toIR.c10439 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() local
10630 IRTemp vA = newTemp( Ity_V128 ); in dis_vxs_misc() local
10788 IRTemp vA = newTemp( Ity_V128 ); in dis_vx_logic() local
11013 IRTemp vA = newTemp( Ity_V128 ); in dis_vx_permute_misc() local
11350 IRTemp vA = newTemp(Ity_V128); in dis_av_arith() local
11804 IRTemp vA = newTemp(Ity_V128); in dis_av_logic() local
11862 IRTemp vA = newTemp(Ity_V128); in dis_av_cmp() local
11954 IRTemp vA = newTemp(Ity_V128); in dis_av_multarith() local
12219 IRTemp vA = newTemp(Ity_V128); in dis_av_shift() local
[all …]