Home
last modified time | relevance | path

Searched refs:Uint16 (Results 1 – 25 of 41) 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.cc213 {kUntaggedBase, 0, Type::Any(), MachineType::Uint16(), kNoWriteBarrier},
219 {kUntaggedBase, 0, Type::Unsigned32(), MachineType::Uint16(),
237 MachineType::Uint16(), kNoWriteBarrier},
Dmachine-operator-unittest.cc42 MachineType::Uint8(), MachineType::Int16(), MachineType::Uint16(),
/external/v8/test/cctest/compiler/
Dtest-run-wasm-machops.cc81 RunLoadStoreRelocation<uint16_t>(MachineType::Uint16()); in TEST()
141 RunLoadStoreRelocationOffset<uint16_t>(MachineType::Uint16()); in TEST()
Dtest-run-load-store.cc198 RunLoadImmIndex<uint16_t>(MachineType::Uint16()); in TEST()
214 RunLoadStore<uint16_t>(MachineType::Uint16()); in TEST()
258 Node* load16 = m.LoadFromPointer(LSB(&buffer[0], 2), MachineType::Uint16()); in TEST()
321 Node* load16 = m.LoadFromPointer(LSB(&buffer[0], 2), MachineType::Uint16()); in TEST()
Dc-signature.h20 V(uint16_t, MachineType::Uint16()) \
/external/v8/test/cctest/wasm/
Dtest-run-wasm-relocation.cc20 TEST_BODY(uint16_t, Uint16, WASM_I32_ADD) \
Dtest-run-wasm.cc1393 MachineType::Uint16(), MachineType::Int32(), MachineType::Uint32(), in WASM_EXEC_TEST()
1530 MachineType::Uint16(), MachineType::Int32(), MachineType::Uint32(), in WASM_EXEC_TEST()
1857 BUILD(r, WASM_LOAD_MEM(MachineType::Uint16(), WASM_GET_LOCAL(0))); in WASM_EXEC_TEST()
1953 uint16_t* var_uint16 = module.AddGlobal<uint16_t>(MachineType::Uint16()); in WASM_EXEC_TEST()
1968 WASM_STORE_GLOBAL(4, WASM_LOAD_MEM(MachineType::Uint16(), WASM_ZERO)), in WASM_EXEC_TEST()
/external/v8/src/wasm/
Dwasm-opcodes.h528 } else if (type == MachineType::Uint16()) { in MemTypeCodeFor()
577 } else if (type == MachineType::Uint16()) { in LocalTypeFor()
606 } else if (type == MachineType::Uint16()) { in LoadStoreOpcodeOf()
Dasm-wasm-builder.cc821 } else if (type == MachineType::Uint16()) { in EmitAssignment()
920 *mtype = MachineType::Uint16(); in VisitPropertyAndEmitIndex()
989 } else if (type == MachineType::Uint16()) { in VisitProperty()
Dmodule-decoder.cc652 return MachineType::Uint16(); in mem_type()
/external/v8/src/
Dmachine-type.h100 static MachineType Uint16() { in Uint16() function
Dfast-accessor-assembler.cc52 MachineType::Uint16()), in LoadInternalField()
/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.cc552 DATA_VIEW_GETTER(Uint16, uint16_t, NewNumberFromUint)
634 DATA_VIEW_SETTER(Uint16, uint16_t)
Druntime-atomics.cc321 V(Uint16, uint16, UINT16, uint16_t, 2) \
/external/v8/src/interpreter/
Dinterpreter-assembler.cc227 return Load(MachineType::Uint16(), BytecodeArrayTaggedPointer(), in BytecodeOperandUnsignedShort()
230 return BytecodeOperandReadUnaligned(operand_offset, MachineType::Uint16()); in BytecodeOperandUnsignedShort()
/external/v8/test/unittests/wasm/
Dwasm-macro-gen-unittest.cc298 MachineType::Uint16(), MachineType::Int32(), MachineType::Uint32(),
/external/v8/src/compiler/
Dcode-generator.cc710 } else if (type == MachineType::Uint8() || type == MachineType::Uint16() || in AddTranslationForOperand()
732 } else if (type == MachineType::Uint8() || type == MachineType::Uint16() || in AddTranslationForOperand()
Daccess-builder.cc527 MachineType::Uint16(), kNoWriteBarrier}; in ForTypedArrayElement()
Dlinkage.cc34 return MachineType::Uint16(); in reptyp()
Dmachine-operator.cc400 V(Uint16) \
422 V(Uint16) \
Dsimplified-operator.cc40 return MachineType::Uint16(); in machine_type()
/external/v8/test/unittests/compiler/mips/
Dinstruction-selector-mips-unittest.cc797 {MachineType::Uint16(), kMipsLhu, kMipsSh},
860 {MachineType::Uint16(),
/external/v8/src/js/
Dtypedarray.js855 FUNCTION(Uint16)

12