HomeSort by relevance Sort by last modified time
    Searched refs:RegisterType (Results 1 - 25 of 26) sorted by null

1 2

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java 122 public RegisterType getPredecessorRegisterType(@Nonnull AnalyzedInstruction predecessor, int registerNumber) {
156 RegisterType.getRegisterType(RegisterType.UNINIT_THIS,
160 RegisterType.getRegisterType(RegisterType.REFERENCE,
169 RegisterType uninit = RegisterType.getRegisterType(RegisterType.UNINIT, null);
291 RegisterType.getWideRegisterType(parameter, true));
293 RegisterType.getWideRegisterType(parameter, false))
    [all...]
AnalyzedInstruction.java 83 protected final RegisterType[] preRegisterMap;
89 protected final RegisterType[] postRegisterMap;
95 protected Map<PredecessorOverrideKey, RegisterType> predecessorRegisterOverrides = null;
109 this.postRegisterMap = new RegisterType[registerCount];
110 this.preRegisterMap = new RegisterType[registerCount];
111 RegisterType unknown = RegisterType.getRegisterType(RegisterType.UNKNOWN, null);
130 public RegisterType getPredecessorRegisterType(@Nonnull AnalyzedInstruction predecessor, int registerNumber) {
132 RegisterType override = predecessorRegisterOverrides.get
    [all...]
RegisterType.java 42 public class RegisterType {
46 private RegisterType(byte category, @Nullable TypeProto type) {
74 RegisterType that = (RegisterType) o;
177 public static final RegisterType UNKNOWN_TYPE = new RegisterType(UNKNOWN, null);
178 public static final RegisterType UNINIT_TYPE = new RegisterType(UNINIT, null);
179 public static final RegisterType NULL_TYPE = new RegisterType(NULL, null)
    [all...]
  /external/google-breakpad/src/processor/
cfi_frame_info-inl.h 43 template <typename RegisterType, class RawContextType>
44 bool SimpleCFIWalker<RegisterType, RawContextType>::FindCallerRegisters(
51 typedef CFIFrameInfo::RegisterValueMap<RegisterType> ValueMap;
65 if (!cfi_frame_info.FindCallerRegs<RegisterType>(callee_registers, memory,
cfi_frame_info.h 206 // RegisterType should be the type of this architecture's registers, either
209 template <typename RegisterType, class RawContextType>
236 RegisterType RawContextType::*context_member;
  /external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
SmaliCodeFragmentFactory.java 55 import org.jf.dexlib2.analysis.RegisterType;
151 RegisterType registerType = analyzedInstruction.getPreInstructionRegisterType(i);
152 switch (registerType.category) {
153 case RegisterType.UNKNOWN:
154 case RegisterType.UNINIT:
155 case RegisterType.CONFLICTED:
156 case RegisterType.LONG_HI:
157 case RegisterType.DOUBLE_HI:
159 case RegisterType.NULL
    [all...]
  /external/gemmlowp/internal/
output.h 77 using RegisterType = typename InputType::RegisterType;
78 const RegisterType result_offset =
79 Dup<RegisterType>(output_stage.result_offset);
133 using RegisterType = typename InputType::RegisterType;
134 const RegisterType result_offset_after_shift =
135 Dup<RegisterType>(output_stage.result_offset_after_shift);
137 const RegisterType mulhigh_val = SaturatingRoundingDoublingHighMul(
201 using RegisterType = typename InputType::RegisterType
    [all...]
simd_wrappers.h 28 struct RegisterType {
48 using RegisterType = typename RegisterType<ScalarType, kScalarCount>::Type;
51 static_assert(sizeof(RegisterType) % sizeof(ScalarType) == 0, "");
53 sizeof(RegisterType) / sizeof(ScalarType);
55 (kScalarCount * sizeof(ScalarType) + sizeof(RegisterType) - 1) /
56 sizeof(RegisterType);
58 RegisterType reg[kRegisterCount];
68 using RegisterType = typename BufferType::RegisterType;
    [all...]
simd_wrappers_neon.h 28 struct RegisterType<std::int32_t, ScalarCount> {
34 struct RegisterType<std::uint8_t, ScalarCount> {
simd_wrappers_sse.h 28 struct RegisterType<std::int32_t, ScalarCount> {
34 struct RegisterType<std::uint8_t, ScalarCount> {
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/
AcpiCpuData.h 32 REGISTER_TYPE RegisterType;
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
PostInstructionRegisterInfoMethodItem.java 33 import org.jf.dexlib2.analysis.RegisterType;
93 RegisterType registerType = analyzedInstruction.getPostInstructionRegisterType(registerNum);
97 registerType.writeTo(writer);
PreInstructionRegisterInfoMethodItem.java 34 import org.jf.dexlib2.analysis.RegisterType;
156 RegisterType mergedRegisterType = analyzedInstruction.getPreInstructionRegisterType(registerNum);
159 RegisterType predecessorRegisterType = analyzedInstruction.getPredecessorRegisterType(
161 if (predecessorRegisterType.category != RegisterType.UNKNOWN &&
183 RegisterType predecessorRegisterType = analyzedInstruction.getPredecessorRegisterType(
231 RegisterType registerType = analyzedInstruction.getPreInstructionRegisterType(registerNum);
236 registerType.writeTo(writer);
  /art/runtime/
runtime_common.cc 141 template <typename RegisterType>
142 void DumpArmStatusRegister(std::ostream& os, RegisterType status_register) const;
326 template <typename RegisterType>
327 void UContext::DumpArmStatusRegister(std::ostream& os, RegisterType status_register) const {
329 constexpr RegisterType kFlagV = 1U << 28;
330 constexpr RegisterType kFlagC = 1U << 29;
331 constexpr RegisterType kFlagZ = 1U << 30;
332 constexpr RegisterType kFlagN = 1U << 31;
  /external/vixl/src/aarch64/
operands-aarch64.h 48 enum RegisterType {
63 CPURegister(unsigned code, unsigned size, RegisterType type)
74 RegisterType GetType() const {
78 VIXL_DEPRECATED("GetType", RegisterType type() const) { return GetType(); }
230 RegisterType type_;
531 CPURegList(CPURegister::RegisterType type, unsigned size, RegList list)
536 CPURegList(CPURegister::RegisterType type,
551 CPURegister::RegisterType GetType() const {
555 VIXL_DEPRECATED("GetType", CPURegister::RegisterType type() const) {
717 CPURegister::RegisterType type_
    [all...]
macro-assembler-aarch64.h 802 CPURegister::RegisterType type = CPURegister::kRegister) {
807 CPURegister::RegisterType type = CPURegister::kRegister) {
862 CPURegister::RegisterType type = CPURegister::kRegister) {
869 CPURegister::RegisterType type = CPURegister::kRegister) {
    [all...]
  /external/protobuf/src/google/protobuf/
message.cc 294 void RegisterType(const Descriptor* descriptor, const Message* prototype);
337 void GeneratedMessageFactory::RegisterType(const Descriptor* descriptor,
406 GeneratedMessageFactory::singleton()->RegisterType(descriptor, prototype);
  /external/v8/src/arm64/
assembler-arm64.h 84 enum RegisterType {
93 static CPURegister Create(int code, int size, RegisterType type) {
99 RegisterType type() const;
132 RegisterType reg_type;
397 CPURegList(CPURegister::RegisterType type, int size, RegList list)
402 CPURegList(CPURegister::RegisterType type, int size, int first_reg,
415 CPURegister::RegisterType type() const {
512 CPURegister::RegisterType type_;
    [all...]
macro-assembler-arm64.h 637 CPURegister::RegisterType type = CPURegister::kRegister) {
641 CPURegister::RegisterType type = CPURegister::kRegister) {
    [all...]
assembler-arm64-inl.h 36 inline CPURegister::RegisterType CPURegister::type() const {
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
CpuS3.c 180 switch (RegisterTableEntry->RegisterType) {
PiSmmCpuDxeSmm.c 633 if ((RegisterTableEntry->RegisterType == Msr) && (RegisterTableEntry->ValidBitLength < 64)) {
    [all...]
  /external/vixl/src/aarch32/
instructions-aarch32.h 62 enum RegisterType {
83 CPURegister(RegisterType type, uint32_t code, int size)
112 RegisterType GetType() const {
113 return static_cast<RegisterType>((value_ & kTypeMask) >> kTypeShift);
180 VRegister(RegisterType type, uint32_t code, int size)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Cper.h 591 UINT16 RegisterType;
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 516 milliseconds

1 2