Home
last modified time | relevance | path

Searched refs:R4 (Results 1 – 25 of 167) sorted by relevance

1234567

/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/
Dregex_fuzzer_tests.cc42 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", in TEST() local
44 std::string all_regions = R1 + R2 + R3 + R4 + R5; in TEST()
48 R1.length() + R2.length() + R3.length(), R4.length(), in TEST()
51 ASSERT_EQ(R1 + R4 + R3 + R2 + R5, all_regions); in TEST()
58 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", in TEST() local
60 std::string all_regions = R1 + R2 + R3 + R4; in TEST()
66 ASSERT_EQ(R1 + R3 + R2 + R4, all_regions); in TEST()
73 R3 = ";regionregionregion3;", R4 = ";regionregionregionregion4;", in TEST() local
75 std::string all_regions = R1 + R2 + R3 + R4 + R5; in TEST()
78 SwapIntervals(R1.length() + R2.length() + R3.length(), R4.length(), in TEST()
[all …]
/third_party/selinux/libselinux/src/
Dsha1.c57 #define R4(v,w,x,y,z,i) do { z += (w^x^y) + blk(i) + 0xCA62C1D6 + rol(v,5); w=rol(w,30);… macro
106 R4(a,b,c,d,e,60); R4(e,a,b,c,d,61); R4(d,e,a,b,c,62); R4(c,d,e,a,b,63); in TransformFunction()
107 R4(b,c,d,e,a,64); R4(a,b,c,d,e,65); R4(e,a,b,c,d,66); R4(d,e,a,b,c,67); in TransformFunction()
108 R4(c,d,e,a,b,68); R4(b,c,d,e,a,69); R4(a,b,c,d,e,70); R4(e,a,b,c,d,71); in TransformFunction()
109 R4(d,e,a,b,c,72); R4(c,d,e,a,b,73); R4(b,c,d,e,a,74); R4(a,b,c,d,e,75); in TransformFunction()
110 R4(e,a,b,c,d,76); R4(d,e,a,b,c,77); R4(c,d,e,a,b,78); R4(b,c,d,e,a,79); in TransformFunction()
/third_party/mesa3d/src/util/sha1/
Dsha1.c44 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); macro
86 R4(a,b,c,d,e,60); R4(e,a,b,c,d,61); R4(d,e,a,b,c,62); R4(c,d,e,a,b,63); in SHA1Transform()
87 R4(b,c,d,e,a,64); R4(a,b,c,d,e,65); R4(e,a,b,c,d,66); R4(d,e,a,b,c,67); in SHA1Transform()
88 R4(c,d,e,a,b,68); R4(b,c,d,e,a,69); R4(a,b,c,d,e,70); R4(e,a,b,c,d,71); in SHA1Transform()
89 R4(d,e,a,b,c,72); R4(c,d,e,a,b,73); R4(b,c,d,e,a,74); R4(a,b,c,d,e,75); in SHA1Transform()
90 R4(e,a,b,c,d,76); R4(d,e,a,b,c,77); R4(c,d,e,a,b,78); R4(b,c,d,e,a,79); in SHA1Transform()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dsha1-internal.c155 #define R4(v,w,x,y,z,i) \ macro
213 R4(a,b,c,d,e,60); R4(e,a,b,c,d,61); R4(d,e,a,b,c,62); R4(c,d,e,a,b,63); in SHA1Transform()
214 R4(b,c,d,e,a,64); R4(a,b,c,d,e,65); R4(e,a,b,c,d,66); R4(d,e,a,b,c,67); in SHA1Transform()
215 R4(c,d,e,a,b,68); R4(b,c,d,e,a,69); R4(a,b,c,d,e,70); R4(e,a,b,c,d,71); in SHA1Transform()
216 R4(d,e,a,b,c,72); R4(c,d,e,a,b,73); R4(b,c,d,e,a,74); R4(a,b,c,d,e,75); in SHA1Transform()
217 R4(e,a,b,c,d,76); R4(d,e,a,b,c,77); R4(c,d,e,a,b,78); R4(b,c,d,e,a,79); in SHA1Transform()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dsha1-internal.c155 #define R4(v,w,x,y,z,i) \ macro
213 R4(a,b,c,d,e,60); R4(e,a,b,c,d,61); R4(d,e,a,b,c,62); R4(c,d,e,a,b,63); in SHA1Transform()
214 R4(b,c,d,e,a,64); R4(a,b,c,d,e,65); R4(e,a,b,c,d,66); R4(d,e,a,b,c,67); in SHA1Transform()
215 R4(c,d,e,a,b,68); R4(b,c,d,e,a,69); R4(a,b,c,d,e,70); R4(e,a,b,c,d,71); in SHA1Transform()
216 R4(d,e,a,b,c,72); R4(c,d,e,a,b,73); R4(b,c,d,e,a,74); R4(a,b,c,d,e,75); in SHA1Transform()
217 R4(e,a,b,c,d,76); R4(d,e,a,b,c,77); R4(c,d,e,a,b,78); R4(b,c,d,e,a,79); in SHA1Transform()
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
Dpoly1305-armv4.pl443 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("d$_",(0..9));
484 vdup.32 $R4,r6
501 vmull.u32 $D4,$R4,${R0}[1]
503 vmlal.u32 $D0,$R4,${S1}[1]
510 vmlal.u32 $D1,$R4,${S2}[1]
518 vmlal.u32 $D2,$R4,${S3}[1]
521 vmlal.u32 $D3,$R4,${S4}[1]
525 vmlal.u32 $D4,$R0,${R4}[1]
618 vtrn.32 $R4,$D4#lo
623 vshl.u32 $S4,$R4,#2
[all …]
Dpoly1305-s390x.pl228 my ($R3, $S3, $R4, $S4) = map("%v$_",(15..18));
293 vmlof ($ACC4,$H0,$R4);
396 vlvgg ($R4,$d1,0);
401 veslg ($S4,$R4,2);
406 vlr ($H4,$R4);
410 vag ($S4,$S4,$R4);
418 vpdi ($R4,$H4,$R4,0);
427 veslg ($S4,$R4,2);
431 vag ($S4,$S4,$R4);
440 vperm ($R4,$R4,$H4,$I0);
[all …]
/third_party/openssl/crypto/poly1305/asm/
Dpoly1305-armv4.pl443 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("d$_",(0..9));
484 vdup.32 $R4,r6
501 vmull.u32 $D4,$R4,${R0}[1]
503 vmlal.u32 $D0,$R4,${S1}[1]
510 vmlal.u32 $D1,$R4,${S2}[1]
518 vmlal.u32 $D2,$R4,${S3}[1]
521 vmlal.u32 $D3,$R4,${S4}[1]
525 vmlal.u32 $D4,$R0,${R4}[1]
618 vtrn.32 $R4,$D4#lo
623 vshl.u32 $S4,$R4,#2
[all …]
Dpoly1305-s390x.pl228 my ($R3, $S3, $R4, $S4) = map("%v$_",(15..18));
293 vmlof ($ACC4,$H0,$R4);
396 vlvgg ($R4,$d1,0);
401 veslg ($S4,$R4,2);
406 vlr ($H4,$R4);
410 vag ($S4,$S4,$R4);
418 vpdi ($R4,$H4,$R4,0);
427 veslg ($S4,$R4,2);
431 vag ($S4,$S4,$R4);
440 vperm ($R4,$R4,$H4,$I0);
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/
Dcomc597.mme.h152 ADD, R4, LOAD1, ZERO, 0, NONE, NONE),
157 MME_INSN(0, ADD, ZERO, R4, ZERO, 0, NONE, ALU0,
203 MME_INSN(0, STATE, R4, IMMED, ZERO, 0x2100/4, NONE, NONE,
215 MME_INSN(0, OR, R7, R3, R4, 0, NONE, NONE,
247 MME_INSN(0, STATE, R4, IMMED, ZERO, 0x2100/4, NONE, NONE,
259 MME_INSN(0, OR, R7, R3, R4, 0, NONE, NONE,
291 MME_INSN(0, STATE, R4, IMMED, ZERO, 0x20c0/4, NONE, NONE,
303 MME_INSN(0, OR, R7, R1, R4, 0, NONE, NONE,
335 MME_INSN(0, STATE, R4, IMMED, ZERO, 0x2100/4, NONE, NONE,
347 MME_INSN(0, OR, R7, R1, R4, 0, NONE, NONE,
[all …]
/third_party/lzma/C/
DSha256Opt.c140 #define R4(k, g0, g1, g2, g3, OP0, OP1) \ macro
147 R4 ( (k)*4+0, m0, m1, m2, m3, OP0, OP1 ) \
148 R4 ( (k)*4+1, m1, m2, m3, m0, OP2, OP3 ) \
149 R4 ( (k)*4+2, m2, m3, m0, m1, OP4, OP5 ) \
150 R4 ( (k)*4+3, m3, m0, m1, m2, OP6, OP7 ) \
285 #define R4(k, g0, g1, g2, g3, OP0, OP1) \ macro
295 R4 ( (k)*4+0, m0, m1, m2, m3, OP0, OP1 ) \
296 R4 ( (k)*4+1, m1, m2, m3, m0, OP2, OP3 ) \
297 R4 ( (k)*4+2, m2, m3, m0, m1, OP4, OP5 ) \
298 R4 ( (k)*4+3, m3, m0, m1, m2, OP6, OP7 ) \
/third_party/ffmpeg/libavcodec/arm/
Dsimple_idct_arm.S71 ldr r4, [r14, #12] @ R4=ROWr32[3]
76 @@ R3=ROWr32[2], R4=ROWr32[3], R5-R11 free
77 orr r5, r4, r3 @ R5=R4 | R3
78 orr r5, r5, r2 @ R5=R4 | R3 | R2
83 orrs r5, r5, r7 @ R5=R4 | R3 | R2 | R7
87 @@ at this point, R0=block (temp), R1(free), R2=ROWr32[1], R3=ROWr32[2], R4=ROWr32[3],
118 @@ at this point, R0=b0, R1=b1, R2 (free), R3=ROWr32[2], R4=ROWr32[3],
126 @@ at this point, R0=b0, R1=b1, R2 (free), R3=ROWr32[2], R4=ROWr32[3],
141 mov r4, r4, asr #16 @ R4=ROWr16[7]
152 rsbne r4, r4, #0 @ R4=-ROWr16[7]
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp433 case ARM::R4: in emitPrologue()
522 BuildMI(MBB, MBBI, dl, TII.get(ARM::t2MOVi16), ARM::R4) in emitPrologue()
527 BuildMI(MBB, MBBI, dl, TII.get(ARM::t2MOVi32imm), ARM::R4) in emitPrologue()
540 .addReg(ARM::R4, RegState::Implicit) in emitPrologue()
551 .addReg(ARM::R4, RegState::Implicit) in emitPrologue()
558 .addReg(ARM::R4, RegState::Kill) in emitPrologue()
640 case ARM::R4: in emitPrologue()
733 BuildMI(MBB, MBBI, dl, TII.get(ARM::tMOVr), ARM::R4) in emitPrologue()
736 emitAligningInstructions(MF, AFI, TII, MBB, MBBI, dl, ARM::R4, MaxAlign, in emitPrologue()
739 .addReg(ARM::R4, RegState::Kill) in emitPrologue()
[all …]
DThumb1FrameLowering.cpp219 case ARM::R4: in emitPrologue()
284 case ARM::R4: in emitPrologue()
412 BuildMI(MBB, MBBI, dl, TII.get(ARM::tMOVr), ARM::R4) in emitPrologue()
416 BuildMI(MBB, MBBI, dl, TII.get(ARM::tLSRri), ARM::R4) in emitPrologue()
418 .addReg(ARM::R4, RegState::Kill) in emitPrologue()
422 BuildMI(MBB, MBBI, dl, TII.get(ARM::tLSLri), ARM::R4) in emitPrologue()
424 .addReg(ARM::R4, RegState::Kill) in emitPrologue()
429 .addReg(ARM::R4, RegState::Kill) in emitPrologue()
515 assert(!MFI.getPristineRegs(MF).test(ARM::R4) && in emitEpilogue()
517 emitThumbRegPlusImmediate(MBB, MBBI, dl, ARM::R4, FramePtr, -NumBytes, in emitEpilogue()
[all …]
DARMCallingConv.td121 // Pass in STG registers: Base, Sp, Hp, R1, R2, R3, R4, SpLim
122 CCIfType<[i32], CCAssignToReg<[R4, R5, R6, R7, R8, R9, R10, R11]>>
266 def CSR_AAPCS : CalleeSavedRegs<(add LR, R11, R10, R9, R8, R7, R6, R5, R4,
272 R6, R5, R4, (sequence "D%u", 15, 0))>;
281 def CSR_AAPCS_SplitPush : CalleeSavedRegs<(add LR, R7, R6, R5, R4,
294 R5, R4, (sequence "D%u", 15, 8),
298 // Also save R7-R4 first to match the stack frame fixed spill areas.
299 def CSR_iOS : CalleeSavedRegs<(add LR, R7, R6, R5, R4, (sub CSR_AAPCS, R9))>;
304 def CSR_iOS_ThisReturn : CalleeSavedRegs<(add LR, R7, R6, R5, R4,
317 def CSR_iOS_CXX_TLS_PE : CalleeSavedRegs<(add LR, R12, R11, R7, R5, R4)>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCCallingConv.cpp37 PPC::R3, PPC::R4, PPC::R5, PPC::R6, in CC_PPC32_SVR4_Custom_AlignArgRegs()
62 PPC::R3, PPC::R4, PPC::R5, PPC::R6, in CC_PPC32_SVR4_Custom_SkipLastArgRegsPPCF128()
115 static const MCPhysReg LoRegList[] = { PPC::R4, PPC::R6, PPC::R8, PPC::R10 }; in CC_PPC32_SPE_CustomSplitFP64()
144 static const MCPhysReg LoRegList[] = { PPC::R4 }; in CC_PPC32_SPE_RetF64()
/third_party/ffmpeg/libswscale/x86/
Dinput.asm156 pshufb m3, m2, shuf_rgb2 ; (word) { R4, B5, G5, R5, R6, B7, G7, R7 }
157 pshufb m2, shuf_rgb1 ; (word) { B4, G4, R4, B5, B6, G6, R6, B7 }
166 movd m2, [srcq+12] ; (byte) { B4, G4, R4, B5 }
167 movd m3, [srcq+14] ; (byte) { R4, B5, G5, R5 }
170 punpckldq m2, m5 ; (byte) { B4, G4, R4, B5, B6, G6, R6, B7 }
171 punpckldq m3, m6 ; (byte) { R4, B5, G5, R5, R6, B7, G7, R7 }
175 punpcklbw m2, m7 ; (word) { B4, G4, R4, B5, B6, G6, R6, B7 }
176 punpcklbw m3, m7 ; (word) { R4, B5, G5, R5, R6, B7, G7, R7 }
182 pmaddwd m3, coeff2 ; (dword) { R4*RY, G5+GY + R5*RY, R6*RY, G7+GY + R7*RY }
257 movd m4, [srcq+12] ; (byte) { B4, G4, R4, B5 }
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreRegisterInfo.td29 def R4 : Ri< 4, "r4">, DwarfRegNum<[4]>;
48 R4, R5, R6, R7, R8, R9, R10,
55 R4, R5, R6, R7, R8, R9, R10,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFCallingConv.td22 CCIfType<[i64], CCAssignToReg<[ R1, R2, R3, R4, R5 ]>>,
38 [R1, R2, R3, R4, R5]>>,
41 CCIfType<[i64], CCAssignToRegWithShadow<[R1, R2, R3, R4, R5],
/third_party/mesa3d/src/panfrost/bifrost/
DREADME.md10 R4 - R7: input (color #1)
19 R4 - R7: preloaded (message #1)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiRegisterInfo.td32 def SP : LanaiReg< 4, "sp", [R4]>, DwarfRegAlias<R4>;
53 R4, SP, // stack pointer
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DAlphabeticIndexTest.java28 import com.ibm.icu.impl.Row.R4;
494 …private void showIndex(List<String> myBucketLabels, ArrayList<Set<R4<RawCollationKey, String, Inte… in showIndex()
499 Set<R4<RawCollationKey, String, Integer, Double>> bucket = myBucketContents.get(i); in showIndex()
505 for (R4<RawCollationKey, String, Integer, Double> item : bucket) { in showIndex()
634 …ArrayList<Set<R4<RawCollationKey, String, Integer, Double>>> myBucketContents = new ArrayList<Set< in TestClientSupport()
636 … myBucketContents.add(new TreeSet<R4<RawCollationKey, String, Integer, Double>>()); in TestClientSupport()
643 … Set<R4<RawCollationKey, String, Integer, Double>> myBucket = myBucketContents.get(bucketIndex); in TestClientSupport()
645R4<RawCollationKey, String, Integer, Double> row = Row.of(rawCollationKey, name, name.length(), te… in TestClientSupport()
659 … Set<R4<RawCollationKey, String, Integer, Double>> myBucket = myBucketContents.get(index); in TestClientSupport()
660 … Iterator<R4<RawCollationKey, String, Integer, Double>> myBucketIterator = myBucket.iterator(); in TestClientSupport()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DAlphabeticIndexTest.java29 import ohos.global.icu.impl.Row.R4;
497 …private void showIndex(List<String> myBucketLabels, ArrayList<Set<R4<RawCollationKey, String, Inte… in showIndex()
502 Set<R4<RawCollationKey, String, Integer, Double>> bucket = myBucketContents.get(i); in showIndex()
508 for (R4<RawCollationKey, String, Integer, Double> item : bucket) { in showIndex()
637 …ArrayList<Set<R4<RawCollationKey, String, Integer, Double>>> myBucketContents = new ArrayList<Set< in TestClientSupport()
639 … myBucketContents.add(new TreeSet<R4<RawCollationKey, String, Integer, Double>>()); in TestClientSupport()
646 … Set<R4<RawCollationKey, String, Integer, Double>> myBucket = myBucketContents.get(bucketIndex); in TestClientSupport()
648R4<RawCollationKey, String, Integer, Double> row = Row.of(rawCollationKey, name, name.length(), te… in TestClientSupport()
662 … Set<R4<RawCollationKey, String, Integer, Double>> myBucket = myBucketContents.get(index); in TestClientSupport()
663 … Iterator<R4<RawCollationKey, String, Integer, Double>> myBucketIterator = myBucket.iterator(); in TestClientSupport()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DRow.java37 public static <C0, C1, C2, C3> R4<C0,C1,C2,C3> of(C0 p0, C1 p1, C2 p2, C3 p3) { in of()
38 return new R4<>(p0,p1,p2,p3); in of()
63 public static class R4<C0, C1, C2, C3> extends Row<C0, C1, C2, C3, C3> { class in Row
64 public R4(C0 a, C1 b, C2 c, C3 d) { in R4() method in Row.R4
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRow.java33 public static <C0, C1, C2, C3> R4<C0,C1,C2,C3> of(C0 p0, C1 p1, C2 p2, C3 p3) { in of()
34 return new R4<>(p0,p1,p2,p3); in of()
50 public static class R4<C0, C1, C2, C3> extends Row<C0, C1, C2, C3, C3> { class in Row
51 public R4(C0 a, C1 b, C2 c, C3 d) { in R4() method in Row.R4

1234567