HomeSort by relevance Sort by last modified time
    Searched refs:S2 (Results 476 - 500 of 560) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Target/ARM/
ARMCallingConv.h 165 static const MCPhysReg SRegList[] = { ARM::S0, ARM::S1, ARM::S2, ARM::S3,
  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp 244 Reserved.set(Mips::S2);
MipsAsmPrinter.cpp     [all...]
  /external/clang/test/CXX/drs/
dr0xx.cpp 92 struct S2 : S1 {};
93 struct S3 : S2 {};
94 struct S4 : virtual S2 {};
dr4xx.cpp 1179 struct S2 {
1183 S2<int> s2; member in namespace:dr495
1184 long n2 = s2;
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
LowLevel.cpp     [all...]
  /external/webp/src/enc/
quant_enc.c 357 const VP8SegmentInfo* const S2) {
358 return (S1->quant_ == S2->quant_) && (S1->fstrength_ == S2->fstrength_);
370 int s1, s2; local
375 for (s2 = 0; s2 < num_final_segments; ++s2) {
376 const VP8SegmentInfo* const S2 = &enc->dqm_[s2];
377 if (SegmentsAreEquivalent(S1, S2)) {
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/libavc/encoder/arm/
ime_distortion_metrics_a9q.s 1020 @S1 S2 S3 S4 A1 A2 A3 A4
1047 @D9 S2 S3 A2 A3
1049 @D10 S2 S3 A2 A3
1054 vtrn.s16 d12, d13 @I Get s2 s3
1056 @D13 S2 S3 A2 A3
1061 vpadd.s16 d16, d12, d13 @I (s1 + s4) (s2 + s3)
1067 vadd.s16 d17, d12, d13 @I (s1 + s2) (s3 + s4)
1076 vsub.s16 d8, d12, d19 @I (s1 - (s3<<1)) (s4 - (s2<<1))
1078 @D13 S2 S3 A2 A3
1080 vsub.s16 d9, d13, d18 @I (s2 - (s4<<1)) (s3 - (s1<<1)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrSyntax.g 480 Help "=" "STRING_TOKEN" "\(" S2:Number "\)" ","
514 FSObj->SetHelp (_STOSID(S2->getText()));
709 Help "=" "STRING_TOKEN" "\(" S2:Number "\)" << $SHObj->SetHelp (_STOSID(S2->getText())); >>
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 217 static BinaryOperator *CreateAdd(Value *S1, Value *S2, const Twine &Name,
220 return BinaryOperator::CreateAdd(S1, S2, Name, InsertBefore);
223 BinaryOperator::CreateFAdd(S1, S2, Name, InsertBefore);
229 static BinaryOperator *CreateMul(Value *S1, Value *S2, const Twine &Name,
232 return BinaryOperator::CreateMul(S1, S2, Name, InsertBefore);
235 BinaryOperator::CreateFMul(S1, S2, Name, InsertBefore);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64PBQPRegAlloc.cpp 98 case AArch64::S2:
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrSyntax.g 502 Help "=" "STRING_TOKEN" "\(" S2:Number "\)" ","
570 FSObj->SetHelp (_STOSID(S2->getText(), S2->getLine()));
    [all...]
  /art/compiler/utils/mips/
assembler_mips32r5_test.cc 97 registers_.push_back(new mips::Register(mips::S2));
130 secondary_register_names_.emplace(mips::Register(mips::S2), "s2");
  /external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp     [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 339 Value *S2 = BTC2->stripPointerCasts();
344 EXPECT_NE(S2, Gep2);
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 159 S2

Completed in 1810 milliseconds

<<11121314151617181920>>