HomeSort by relevance Sort by last modified time
    Searched refs:S20 (Results 1 - 17 of 17) sorted by null

  /external/compiler-rt/test/asan/TestCases/Linux/
sized_delete_test.cc 21 struct S20 {
63 Del12Ar(reinterpret_cast<S12*>(new S20[100]));
64 Del12NoThrow(reinterpret_cast<S12*>(new S20));
65 Del12ArNoThrow(reinterpret_cast<S12*>(new S20[100]));
72 Del12(reinterpret_cast<S12*>(new S20));
  /art/runtime/arch/arm/
registers_arm.h 77 S20 = 20,
quick_method_frame_info_arm.h 50 (1 << art::arm::S20) | (1 << art::arm::S21) | (1 << art::arm::S22) | (1 << art::arm::S23) |
  /external/clang/test/PCH/
cxx-key-functions.cpp 28 struct S20 { virtual void f(); };
84 S20, S21, S22, S23, S24, S25, S26, S27, S28, S29,
  /art/runtime/arch/arm64/
registers_arm64.h 173 S20 = 20,
  /external/clang/test/CodeGenCXX/
microsoft-abi-static-initializers.cpp 79 static S S20;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 176 case S20: case D20: return 20;
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 78 ArmManagedRegister::FromSRegister(S20),
  /external/llvm/lib/Target/AArch64/
AArch64PBQPRegAlloc.cpp 107 case AArch64::S20:
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 177 S20
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 177 S20
  /art/compiler/utils/arm64/
managed_register_arm64_test.cc 193 sreg = Arm64ManagedRegister::FromSRegister(S20);
201 EXPECT_EQ(S20, reg.AsOverlappingSRegister());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 715 case ARM::S21: return ARM::S20;
768 case ARM::S20: return ARM::S21;
    [all...]
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 310 AArch64::S20, AArch64::S21, AArch64::S22, AArch64::S23, AArch64::S24,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]
  /art/compiler/optimizing/
code_generator_arm.cc 55 { S16, S17, S18, S19, S20, S21, S22, S23, S24, S25, S26, S27, S28, S29, S30, S31 };
    [all...]

Completed in 583 milliseconds