Home
last modified time | relevance | path

Searched refs:IN2 (Results 1 – 19 of 19) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/modes/asm/
Dghashp8-ppc.pl375 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.c118 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.c110 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.c55 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.c85 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.c118 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.c201 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()
Dcjkcodecs.h120 #define IN2 ((*inbuf)[1]) macro
193 if (IN2 >> 10 == 0xdc00 >> 10) { /* low surrogate */ \
195 ((ucs4_t)(IN2) - 0xdc00); \
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/NVPTX/
Dshfl.ll27 ; 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/test/CodeGen/NVPTX/
Dshfl.ll27 ; 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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoadStoreVectorizer/X86/
Dnon-byte-size.ll11 ; CHECK-NEXT: [[IN2:%.*]] = getelementptr [[REC]], %rec* [[IN]], i16 0, i32 1
13 ; CHECK-NEXT: [[VAL2:%.*]] = load i28, i28* [[IN2]]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ValueTracking/
Dnumsignbits-from-assume.ll21 ; 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/
Dpeephole-compare.mir15 # 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Lanai/
Dpeephole-compare.mir15 # 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dbarrier-flag.ll39 %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/
Dbarrier-flag.ll40 %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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/
Dvector.ll10 ; CHECK-NEXT: [[K:%.*]] = icmp eq <4 x i32> [[IN:%.*]], [[IN2:%.*]]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
Dpredicates.ll17 ; CHECK-NEXT: [[ARRAYIDX4:%.*]] = getelementptr inbounds i32, i32* [[IN2:%.*]], i64 [[IDXPROM]]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/GlobalISel/
Darm-instruction-select.mir1824 ; CHECK: [[IN2:%[0-9]+]]:gpr = COPY $r3
1827 ; CHECK: %[[DREG:[0-9]+]]:dpr = VMOVDRR [[IN1]], [[IN2]]