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

  /external/gemmlowp/internal/
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> {
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...]
  /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;
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...]
  /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 289 milliseconds