/external/llvm/test/MC/Sparc/ |
D | sparc64-ctrl-instructions.s | 61 ! CHECK: movne %icc, %g1, %g2 ! encoding: [0x85,0x66,0x40,0x01] 62 ! CHECK: move %icc, %g1, %g2 ! encoding: [0x85,0x64,0x40,0x01] 63 ! CHECK: movg %icc, %g1, %g2 ! encoding: [0x85,0x66,0x80,0x01] 64 ! CHECK: movle %icc, %g1, %g2 ! encoding: [0x85,0x64,0x80,0x01] 65 ! CHECK: movge %icc, %g1, %g2 ! encoding: [0x85,0x66,0xc0,0x01] 66 ! CHECK: movl %icc, %g1, %g2 ! encoding: [0x85,0x64,0xc0,0x01] 67 ! CHECK: movgu %icc, %g1, %g2 ! encoding: [0x85,0x67,0x00,0x01] 68 ! CHECK: movleu %icc, %g1, %g2 ! encoding: [0x85,0x65,0x00,0x01] 69 ! CHECK: movcc %icc, %g1, %g2 ! encoding: [0x85,0x67,0x40,0x01] 70 ! CHECK: movcs %icc, %g1, %g2 ! encoding: [0x85,0x65,0x40,0x01] [all …]
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrAliases.td | 20 // mov<cond> (%icc|%xcc), rs2, rd 25 // mov<cond> (%icc|%xcc), simm11, rd 30 // fmovs<cond> (%icc|%xcc), $rs2, $rd 35 // fmovd<cond> (%icc|%xcc), $rs2, $rd 74 // b<cond> %icc, $imm 75 def : InstAlias<!strconcat(!strconcat("b", cond), " %icc, $imm"), 78 // b<cond>,pt %icc, $imm 79 def : InstAlias<!strconcat(!strconcat("b", cond), ",pt %icc, $imm"), 82 // b<cond>,a %icc, $imm 83 def : InstAlias<!strconcat(!strconcat("b", cond), ",a %icc, $imm"), [all …]
|
/external/openssl/crypto/bn/asm/ |
D | sparcv9-mont.pl | 85 bge,pt %icc,.Lenter 108 be,pt `$bits==32?"%icc":"%xcc"`,.Lbn_sqr_mont 144 bl %icc,.L1st 217 bl %icc,.Linner 249 bl,a %icc,.Louter 261 subcc %g0,%g0,%g0 ! clear %icc.c 337 bl %icc,.Lsqr_1st 422 bl %icc,.Lsqr_2nd 479 bl %icc,.Lsqr_inner1 496 be,pn %icc,.Lsqr_no_inner2 [all …]
|
D | sparcv9a-mont.pl | 132 bl,a,pn %icc,.Lret 135 bnz,a,pn %icc,.Lret 353 bz,pn %icc,.L1stskip 446 bnz,pt %icc,.L1st 657 bz,pn %icc,.Linnerskip 737 bnz,pt %icc,.Linner 798 bnz %icc,.Louter 805 subcc %g0,%g0,%g0 ! clear %icc.c
|
D | sparcv8plus.S | 190 bz,pn %icc,.L_bn_mul_add_words_tail 229 bnz,a,pt %icc,.L_bn_mul_add_words_loop 292 bz,pn %icc,.L_bn_mul_words_tail 323 bnz,a,pt %icc,.L_bn_mul_words_loop 380 bz,pn %icc,.L_bn_sqr_words_tail 411 bnz,a,pt %icc,.L_bn_sqr_words_loop 481 bz,pn %icc,.L_bn_add_words_tail 516 movcs %icc,1,%o0 539 movcs %icc,1,%o0 559 bz,pn %icc,.L_bn_sub_words_tail [all …]
|
/external/ipsec-tools/src/racoon/ |
D | cfparse.y | 943 struct isakmp_cfg_config *icc = &isakmp_cfg_config; variable 945 if (icc->dns4_index > MAXNS) 948 &icc->dns4[icc->dns4_index++]) != 1) 964 struct isakmp_cfg_config *icc = &isakmp_cfg_config; variable 966 if (icc->nbns4_index > MAXWINS) 969 &icc->nbns4[icc->nbns4_index++]) != 1) 985 struct isakmp_cfg_config *icc = &isakmp_cfg_config; variable 996 if (splitnet_list_add(&icc->splitnet_list, &network,&icc->splitnet_count)) 1014 struct isakmp_cfg_config *icc = &isakmp_cfg_config; variable 1016 grouplist = racoon_realloc(icc->grouplist, [all …]
|
/external/aac/libSBRenc/src/ |
D | ps_encode.cpp | 287 FIXP_DBL icc[PS_MAX_ENVELOPES][PS_MAX_BANDS], in envelopeReducible() 315 dIcc = (icc[2*e][b]>>1) - (icc[2*e+1][b]>>1); in envelopeReducible() 578 …FIXP_DBL icc[PS_MAX_ENVELOPES][PS_MAX_BANDS], /* const input values: unable to declare as const,… in processIccData() 593 errICC += quantizeCoef(icc[env], psBands, iccQuant, 0, 8, psData->iccIdx[env]); in processIccData() 665 FIXP_DBL icc[PS_MAX_ENVELOPES][PS_MAX_BANDS], in calculateICC() 694 icc[env][i] = SATURATE_LEFT_SHIFT(ICC, scale, DFRACT_BITS); in calculateICC() 725 icc[env][i] = ICC; in calculateICC() 852 FIXP_DBL icc [PS_MAX_ENVELOPES][PS_MAX_BANDS]; in FDKsbrEnc_PSEncode() local 927 …calculateICC(pwrData->ldPwrL, pwrData->ldPwrR, pwrData->pwrCr, pwrData->pwrCi, icc, nEnvelopes, ps… in FDKsbrEnc_PSEncode() 930 while (envelopeReducible(iid,icc,psBands,nEnvelopes)) { in FDKsbrEnc_PSEncode() [all …]
|
D | ps_bitenc.h | 119 INT icc[PS_MAX_ENVELOPES][PS_MAX_BANDS]; member
|
/external/lldb/test/make/ |
D | Makefile.rules | 108 …ring clang,$(1)), $(subst clang,clang++,$(1)), $(if $(findstring icc,$(1)), $(subst icc,icpc,$(1))… 111 …ring clang,$(1)), $(subst clang,clang++,$(1)), $(if $(findstring icc,$(1)), $(subst icc,icpc,$(1))…
|
/external/llvm/test/CodeGen/SPARC/ |
D | 2011-01-11-CC.ll | 14 ; V9: mov{{e|ne}} %icc 30 ; V9: mov{{e|ne}} %icc 45 ; V9: fmovs{{e|ne}} %icc 59 ; V9: fmovd{{e|ne}} %icc
|
/external/libvpx/libvpx/ |
D | README | 78 x86-darwin8-icc 80 x86-darwin9-icc 86 x86-linux-icc 102 x86_64-linux-icc
|
/external/openssl/crypto/des/asm/ |
D | des_enc.m4 | 427 bne,pt %icc, $4 790 bne,pn %icc, $5 796 ba,pt %icc, $5a 853 bne,pn %icc, $5 860 ba,pt %icc, $5a 988 bne,pn %icc, $5 994 ba,pt %icc, $5a 1193 be,pn %icc, .encrypt.dec ! enc/dec 1285 be,pn %icc, .encrypt2.dec ! decryption 1465 be,pn %icc, .ncbc.dec [all …]
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
D | README | 78 x86-darwin8-icc 80 x86-darwin9-icc 87 x86-linux-icc 104 x86_64-linux-icc
|
/external/lldb/test/functionalities/breakpoint/breakpoint_locations/ |
D | Makefile | 5 ifneq (,$(findstring icc,$(CC)))
|
/external/lldb/test/functionalities/inline-stepping/ |
D | Makefile | 5 ifneq (,$(findstring icc,$(CC)))
|
/external/lldb/test/functionalities/breakpoint/breakpoint_ids/ |
D | Makefile | 5 ifneq (,$(findstring icc,$(CC)))
|
/external/lldb/test/python_api/frame/inlines/ |
D | Makefile | 5 ifneq (,$(findstring icc,$(CC)))
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | SConscript | 7 if env['gcc'] or env['clang'] or env['icc']:
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/ |
D | SConscript | 7 if env['gcc'] or env['clang'] or env['icc']:
|
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/ |
D | sparcv9_modes.pl | 22 else { $::bias=0; $::frame=112; $::size_t_cc="%icc"; } 45 bz,pt %icc, 1f 259 bz,pt %icc, 1f 292 bz %icc, .L${bits}_cbc_dec_loop2x 576 bnz,pt %icc, .L${bits}_cbc_dec_loop 644 bz %icc, .L${bits}_ctr32_loop2x 891 bnz,pt %icc, .L${bits}_ctr32_loop 962 bz %icc, .L${bits}_xts_${dir}loop2x 1259 bnz,pt %icc, .L${bits}_xts_${dir}loop
|
/external/icu/icu4c/source/ |
D | runConfigureICU | 190 CC=icc; export CC 191 CXX=icc; export CXX 210 CC=`which icc`; export CC
|
/external/chromium_org/third_party/icu/source/ |
D | runConfigureICU | 190 CC=icc; export CC 191 CXX=icc; export CXX 210 CC=`which icc`; export CC
|
/external/openssl/crypto/sha/asm/ |
D | sha1-sparcv9.pl | 226 bz,pt %icc,.Laligned 271 bne `$bits==64?"%xcc":"%icc"`,.Lloop
|
/external/mesa3d/scons/ |
D | gallium.py | 158 icc = env['icc'] 391 if icc:
|
/external/chromium_org/third_party/mesa/src/scons/ |
D | gallium.py | 158 icc = env['icc'] 391 if icc:
|