/external/boringssl/src/crypto/fipsmodule/modes/asm/ |
D | ghashp8-ppc.pl | 375 my ($Xl3,$Xm2,$IN2,$H3l,$H3,$H3h, 444 lvx_u $IN2,r9,$inp 449 le?vperm $IN2,$IN2,$IN2,$lemask 459 vperm $t0,$IN2,$IN3,$loperm 461 vperm $t1,$IN2,$IN3,$hiperm 462 vpmsumd $Xm2,$IN2,$H2 # H^2.lo·Xi+2.hi+H^2.hi·Xi+2.lo 478 lvx_u $IN2,r9,$inp 482 le?vperm $IN2,$IN2,$IN2,$lemask 496 vperm $t0,$IN2,$IN3,$loperm 497 vperm $t1,$IN2,$IN3,$hiperm [all …]
|
/external/python/cpython2/Modules/cjkcodecs/ |
D | _codecs_hk.c | 118 if (0xc6 > c || c > 0xc8 || (c < 0xc7 && IN2 < 0xa1)) { in DECODER() 119 TRYMAP_DEC(big5, **outbuf, c, IN2) { in DECODER() 125 TRYMAP_DEC(big5hkscs, decoded, c, IN2) in DECODER() 127 int s = BH2S(c, IN2); in DECODER() 131 assert(0x40 <= IN2 && IN2 <= 0xfe); in DECODER() 159 switch ((c << 8) | IN2) { in DECODER()
|
D | _codecs_jp.c | 110 c2 = IN2; in DECODER() 253 c2 = IN2; in DECODER() 265 c2 = IN2 ^ 0x80; in DECODER() 285 c2 = IN2 ^ 0x80; in DECODER() 385 c2 = IN2; in DECODER() 397 c2 = IN2; in DECODER() 410 c2 = IN2; in DECODER() 503 c2 = IN2; in DECODER() 580 (ucs2_t)c, IN2, in ENCODER() 646 c2 = IN2; in DECODER()
|
D | _codecs_tw.c | 55 TRYMAP_DEC(big5, **outbuf, c, IN2) { in DECODER() 110 TRYMAP_DEC(cp950ext, **outbuf, c, IN2); in DECODER() 111 else TRYMAP_DEC(big5, **outbuf, c, IN2); in DECODER()
|
D | _codecs_cn.c | 85 TRYMAP_DEC(gb2312, **outbuf, c ^ 0x80, IN2 ^ 0x80) { in DECODER() 143 GBK_DECODE(c, IN2, **outbuf) in DECODER() 260 c2 = IN2; in DECODER() 392 unsigned char c2 = IN2; in DECODER() 421 TRYMAP_DEC(gb2312, **outbuf, c, IN2) { in DECODER()
|
D | _codecs_kr.c | 118 IN2 == EUCKR_JAMO_FILLER) { in DECODER() 151 else TRYMAP_DEC(ksx1001, **outbuf, c ^ 0x80, IN2 ^ 0x80) { in DECODER() 209 TRYMAP_DEC(ksx1001, **outbuf, c ^ 0x80, IN2 ^ 0x80); in DECODER() 210 else TRYMAP_DEC(cp949ext, **outbuf, c, IN2); in DECODER() 362 c2 = IN2; in DECODER()
|
D | _codecs_iso2022.c | 201 u4in[1] = (ucs4_t)IN2; in ENCODER() 326 if (IN2 == '$') { in iso2022processesc() 332 if (IN2 == '(') designation = 0; in iso2022processesc() 333 else if (IN2 == ')') designation = 1; in iso2022processesc() 334 else if (CONFIG_ISSET(USE_G2) && IN2 == '.') in iso2022processesc() 340 if (IN2 != '$') in iso2022processesc() 443 if (IS_ISO2022ESC(IN2)) { in DECODER() 449 else if (CONFIG_ISSET(USE_G2) && IN2 == 'N') {/* SS2 */ in DECODER()
|
D | cjkcodecs.h | 120 #define IN2 ((*inbuf)[1]) macro 193 if (IN2 >> 10 == 0xdc00 >> 10) { /* low surrogate */ \ 195 ((ucs4_t)(IN2) - 0xdc00); \
|
/external/llvm/test/CodeGen/NVPTX/ |
D | shfl.ll | 27 ; CHECK: ld.param.u32 [[IN2:%r[0-9]+]] 28 ; CHECK: shfl.down.{{.}}32 %r{{[0-9]+}}, [[IN1]], [[IN2]], 3; 36 ; CHECK: ld.param.u32 [[IN2:%r[0-9]+]] 37 ; CHECK: shfl.down.{{.}}32 %r{{[0-9]+}}, [[IN1]], 4, [[IN2]]; 45 ; CHECK: ld.param.u32 [[IN2:%r[0-9]+]] 47 ; CHECK: shfl.down.{{.}}32 %r{{[0-9]+}}, [[IN1]], [[IN2]], [[IN3]];
|
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | shfl.ll | 27 ; CHECK: ld.param.u32 [[IN2:%r[0-9]+]] 28 ; CHECK: shfl.down.{{.}}32 %r{{[0-9]+}}, [[IN1]], [[IN2]], 3; 36 ; CHECK: ld.param.u32 [[IN2:%r[0-9]+]] 37 ; CHECK: shfl.down.{{.}}32 %r{{[0-9]+}}, [[IN1]], 4, [[IN2]]; 45 ; CHECK: ld.param.u32 [[IN2:%r[0-9]+]] 47 ; CHECK: shfl.down.{{.}}32 %r{{[0-9]+}}, [[IN1]], [[IN2]], [[IN3]];
|
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | prelegalizercombiner-extending-loads-cornercases.mir | 116 # CHECK-WORKLIST: Preferred use is: [[IN2:%[0-9]+]]:_(s32) = G_SEXT [[IN0]]:_(s8) 122 # CHECK-WORKLIST-DAG: Erasing: [[IN2]]:_(s32) = G_SEXT [[IN0]]:_(s8) 123 # CHECK-WORKLIST-DAG: Changed: [[IN2]]:_(s32) = G_SEXTLOAD [[IN1]]:_(p0){{.*}} :: (load 1 from %i… 124 # CHECK-WORKLIST-DAG: Created: [[NEW1]]:_(s8) = G_TRUNC [[IN2]]:_(s32) 125 # CHECK-WORKLIST-DAG: Created: [[NEW2]]:_(s8) = G_TRUNC [[IN2]]:_(s32) 215 # CHECK-WORKLIST: Preferred use is: [[IN2:%[0-9]+]]:_(s32) = G_SEXT [[IN0]]:_(s8) 223 # CHECK-WORKLIST-DAG: Erasing: [[IN2]]:_(s32) = G_SEXT [[IN0]]:_(s8) 224 # CHECK-WORKLIST-DAG: Changed: [[IN2]]:_(s32) = G_SEXTLOAD [[IN1]]:_(p0){{.*}} :: (load 1 from %i… 225 # CHECK-WORKLIST-DAG: Created: [[OUT1]]:_(s8) = G_TRUNC [[IN2]]:_(s32) 226 # CHECK-WORKLIST-DAG: Created: [[OUT2]]:_(s8) = G_TRUNC [[IN2]]:_(s32)
|
/external/llvm-project/llvm/test/Transforms/LoadStoreVectorizer/X86/ |
D | non-byte-size.ll | 12 ; CHECK-NEXT: [[IN2:%.*]] = getelementptr [[REC]], %rec* [[IN]], i16 0, i32 1 14 ; CHECK-NEXT: [[VAL2:%.*]] = load i28, i28* [[IN2]]
|
/external/llvm-project/llvm/test/Analysis/ValueTracking/ |
D | numsignbits-from-assume.ll | 21 ; CHECK-NEXT: [[ADD:%.*]] = add i32 [[IN1:%.*]], [[IN2:%.*]] 66 ; CHECK-NEXT: [[SUB:%.*]] = sub i32 [[IN1:%.*]], [[IN2:%.*]] 81 ; CHECK-NEXT: [[MUL:%.*]] = mul i32 [[IN1:%.*]], [[IN2:%.*]]
|
/external/llvm/test/CodeGen/MIR/Lanai/ |
D | peephole-compare.mir | 15 # CHECK: [[IN2:%.*]] = COPY %r6 16 # CHECK: SUB_F_R [[IN1]], [[IN2]], 0, implicit-def %sr 20 # CHECK: [[IN2:%.*]] = COPY %r6 21 # CHECK: SUB_F_R [[IN1]], [[IN2]], 0, implicit-def %sr 25 # CHECK: [[IN2:%.*]] = COPY %r6 26 # CHECK: SUB_F_R [[IN1]], [[IN2]], 0, implicit-def %sr 30 # CHECK: [[IN2:%.*]] = COPY %r6 31 # CHECK: SUB_F_R [[IN1]], [[IN2]], 0, implicit-def %sr
|
/external/llvm-project/llvm/test/CodeGen/Lanai/ |
D | peephole-compare.mir | 15 # CHECK: [[IN2:%.*]]:gpr = COPY $r6 16 # CHECK: SUB_F_R [[IN1]], [[IN2]], 0, implicit-def $sr 20 # CHECK: [[IN2:%.*]]:gpr = COPY $r6 21 # CHECK: SUB_F_R [[IN1]], [[IN2]], 0, implicit-def $sr 25 # CHECK: [[IN2:%.*]]:gpr = COPY $r6 26 # CHECK: SUB_F_R [[IN1]], [[IN2]], 0, implicit-def $sr 30 # CHECK: [[IN2:%.*]]:gpr = COPY $r6 31 # CHECK: SUB_F_R [[IN1]], [[IN2]], 0, implicit-def $sr
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | barrier-flag.ll | 39 %IN2.083 = phi i8* [ %add.ptr, %for.cond5.preheader.lr.ph ], [ %incdec.ptr33, %if.end40 ] 45 %arrayidx9.phi = phi i8* [ %IN2.083, %for.cond5.preheader ], [ %arrayidx9.inc, %for.body7 ] 82 %incdec.ptr33 = getelementptr inbounds i8, i8* %IN2.083, i32 1
|
/external/llvm/test/CodeGen/Hexagon/ |
D | barrier-flag.ll | 40 %IN2.083 = phi i8* [ %add.ptr, %for.cond5.preheader.lr.ph ], [ %incdec.ptr33, %if.end40 ] 46 %arrayidx9.phi = phi i8* [ %IN2.083, %for.cond5.preheader ], [ %arrayidx9.inc, %for.body7 ] 83 %incdec.ptr33 = getelementptr inbounds i8, i8* %IN2.083, i32 1
|
/external/llvm-project/llvm/test/Transforms/ConstantHoisting/X86/ |
D | bad-cases.ll | 13 ; CHECK-NEXT: [[L2:%.*]] = phi i64 [ [[RES2:%.*]], [[LOOP]] ], [ [[IN2:%.*]], [[ENTRY]] ] 46 ; CHECK-NEXT: [[L2:%.*]] = phi i64 [ [[RES2:%.*]], [[LOOP]] ], [ [[IN2:%.*]], [[ENTRY]] ]
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | mismatched-intrinsics.ll | 9 …T: [[VADDLV_S32_I:%.*]] = tail call i64 @llvm.arm64.neon.saddlv.i64.v2i32(<2 x i32> [[IN2:%.*]])
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
D | vector.ll | 10 ; CHECK-NEXT: [[K:%.*]] = icmp eq <4 x i32> [[IN:%.*]], [[IN2:%.*]]
|
/external/llvm-project/llvm/test/Transforms/NewGVN/ |
D | predicates.ll | 17 ; CHECK-NEXT: [[ARRAYIDX4:%.*]] = getelementptr inbounds i32, i32* [[IN2:%.*]], i64 [[IDXPROM]]
|
/external/llvm-project/llvm/test/CodeGen/ARM/ParallelDSP/ |
D | smlaldx-2.ll | 185 ; CHECK: [[IN2:%[^ ]+]] = load i32, i32* [[PIN2_CAST]], align 2 190 ; CHECK: [[ACC1:%[^ ]+]] = call i64 @llvm.arm.smlaldx(i32 [[IN2]], i32 [[IN1_2]], i64 [[ACC0]])
|
D | smlaldx-1.ll | 185 ; CHECK: [[IN2:%[^ ]+]] = load i32, i32* [[PIN2_CAST]], align 2 190 ; CHECK: [[ACC1:%[^ ]+]] = call i64 @llvm.arm.smlaldx(i32 [[IN2]], i32 [[IN1_2]], i64 [[ACC0]])
|
D | smladx-1.ll | 129 ; CHECK: [[IN2:%[^ ]+]] = load i32, i32* [[PIN2_CAST]], align 2 134 ; CHECK: [[ACC1:%[^ ]+]] = call i32 @llvm.arm.smladx(i32 [[IN2]], i32 [[IN1_2]], i32 [[ACC0]])
|
/external/llvm-project/llvm/test/Transforms/EarlyCSE/ |
D | gc_relocate.ll | 39 …0, i32 0, i32 0, i32 0) [ "gc-live"(i32 addrspace(1)* [[IN1:%.*]], i32 addrspace(1)* [[IN2:%.*]]) ]
|