HomeSort by relevance Sort by last modified time
    Searched defs:RegisterType (Results 1 - 9 of 9) sorted by null

  /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...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/
AcpiCpuData.h 32 REGISTER_TYPE RegisterType;
  /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...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
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/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;
396 CPURegList(CPURegister::RegisterType type, int size, RegList list)
401 CPURegList(CPURegister::RegisterType type, int size, int first_reg,
414 CPURegister::RegisterType type() const {
511 CPURegister::RegisterType type_;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
Cper.h 591 UINT16 RegisterType;
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 495 milliseconds