Home
last modified time | relevance | path

Searched refs:Uint16 (Results 1 – 25 of 34) sorted by relevance

12

/external/gemmlowp/internal/
Dallocator.h54 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 }; enumerator
75 GEMMLOWP_REGISTER_TYPEID(std::uint16_t, Uint16)
/external/v8/test/unittests/compiler/
Dsimplified-operator-unittest.cc209 {kUntaggedBase, 0, Type::Any(), MachineType::Uint16()},
214 {kUntaggedBase, 0, Type::Unsigned32(), MachineType::Uint16()},
228 MachineType::Uint16()},
Dmachine-operator-unittest.cc42 MachineType::Uint8(), MachineType::Int16(), MachineType::Uint16(),
Dinterpreter-assembler-unittest.cc115 MachineType::Uint16(), in IsBytecodeOperandShort()
/external/v8/src/wasm/
Dwasm-opcodes.h336 } else if (type == MachineType::Uint16()) { in MemTypeCodeFor()
381 } else if (type == MachineType::Uint16()) { in LocalTypeFor()
409 } else if (type == MachineType::Uint16()) { in LoadStoreOpcodeOf()
Dmodule-decoder.cc450 return MachineType::Uint16(); in mem_type()
Dast-decoder.cc934 return ReduceLoadMem(p, kAstI32, MachineType::Uint16()); in Reduce()
945 return ReduceLoadMem(p, kAstI64, MachineType::Uint16()); in Reduce()
/external/v8/src/
Dmachine-type.h96 static MachineType Uint16() { in Uint16() function
/external/v8/test/cctest/compiler/
Dc-signature.h20 V(uint16_t, MachineType::Uint16()) \
Dtest-representation-change.cc107 MachineType::Uint8(), MachineType::Int16(), MachineType::Uint16(),
/external/v8/src/compiler/
Dfast-accessor-assembler.cc60 MachineType::Uint16(), object_map, in LoadInternalField()
Dcode-generator.cc638 } else if (type == MachineType::Uint8() || type == MachineType::Uint16() || in AddTranslationForOperand()
656 } else if (type == MachineType::Uint8() || type == MachineType::Uint16() || in AddTranslationForOperand()
Dsimplified-operator.cc36 return MachineType::Uint16(); in machine_type()
Daccess-builder.cc371 MachineType::Uint16()}; in ForTypedArrayElement()
Dlinkage.cc34 return MachineType::Uint16(); in reptyp()
Dmachine-operator.cc217 V(Uint16) \
Dinterpreter-assembler.cc192 MachineType::Uint16(), BytecodeArrayTaggedPointer(), in BytecodeOperandShort()
/external/deqp/framework/opengl/
DgluDrawUtil.hpp262 DECLARE_VA_CTOR(Uint16, deUint16, VTX_COMP_UNSIGNED_INT16, VTX_COMP_CONVERT_NONE);
/external/v8/src/runtime/
Druntime-typedarray.cc580 DATA_VIEW_GETTER(Uint16, uint16_t, NewNumberFromUint)
662 DATA_VIEW_SETTER(Uint16, uint16_t)
Druntime-atomics.cc363 V(Uint16, uint16, UINT16, uint16_t, 2) \
/external/v8/test/unittests/wasm/
Dwasm-macro-gen-unittest.cc294 MachineType::Uint16(), MachineType::Int32(), MachineType::Uint32(),
/external/v8/test/cctest/wasm/
Dtest-run-wasm.cc1499 MachineType::Uint16(), MachineType::Int32(), MachineType::Uint32(), in TEST()
1609 MachineType::Uint16(), MachineType::Int32(), MachineType::Uint32(), in TEST()
1615 MachineType::Uint16(), MachineType::Int32(), MachineType::Uint32(), in TEST()
2076 BUILD(r, WASM_LOAD_MEM(MachineType::Uint16(), WASM_GET_LOCAL(0))); in TEST()
2206 uint16_t* var_uint16 = module.AddGlobal<uint16_t>(MachineType::Uint16()); in TEST()
2222 WASM_STORE_GLOBAL(4, WASM_LOAD_MEM(MachineType::Uint16(), WASM_ZERO)), in TEST()
/external/v8/test/unittests/compiler/mips/
Dinstruction-selector-mips-unittest.cc797 {MachineType::Uint16(), kMipsLhu, kMipsSh},
860 {MachineType::Uint16(),
/external/v8/src/js/
Dtypedarray.js906 FUNCTION(Uint16)
/external/v8/test/unittests/compiler/mips64/
Dinstruction-selector-mips64-unittest.cc1009 {MachineType::Uint16(), kMips64Lhu, kMips64Sh},
1073 {MachineType::Uint16(),

12