/external/gemmlowp/internal/ |
D | allocator.h | 54 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/ |
D | simplified-operator-unittest.cc | 209 {kUntaggedBase, 0, Type::Any(), MachineType::Uint16()}, 214 {kUntaggedBase, 0, Type::Unsigned32(), MachineType::Uint16()}, 228 MachineType::Uint16()},
|
D | machine-operator-unittest.cc | 42 MachineType::Uint8(), MachineType::Int16(), MachineType::Uint16(),
|
D | interpreter-assembler-unittest.cc | 115 MachineType::Uint16(), in IsBytecodeOperandShort()
|
/external/v8/src/wasm/ |
D | wasm-opcodes.h | 336 } else if (type == MachineType::Uint16()) { in MemTypeCodeFor() 381 } else if (type == MachineType::Uint16()) { in LocalTypeFor() 409 } else if (type == MachineType::Uint16()) { in LoadStoreOpcodeOf()
|
D | module-decoder.cc | 450 return MachineType::Uint16(); in mem_type()
|
D | ast-decoder.cc | 934 return ReduceLoadMem(p, kAstI32, MachineType::Uint16()); in Reduce() 945 return ReduceLoadMem(p, kAstI64, MachineType::Uint16()); in Reduce()
|
/external/v8/src/ |
D | machine-type.h | 96 static MachineType Uint16() { in Uint16() function
|
/external/v8/test/cctest/compiler/ |
D | c-signature.h | 20 V(uint16_t, MachineType::Uint16()) \
|
D | test-representation-change.cc | 107 MachineType::Uint8(), MachineType::Int16(), MachineType::Uint16(),
|
/external/v8/src/compiler/ |
D | fast-accessor-assembler.cc | 60 MachineType::Uint16(), object_map, in LoadInternalField()
|
D | code-generator.cc | 638 } else if (type == MachineType::Uint8() || type == MachineType::Uint16() || in AddTranslationForOperand() 656 } else if (type == MachineType::Uint8() || type == MachineType::Uint16() || in AddTranslationForOperand()
|
D | simplified-operator.cc | 36 return MachineType::Uint16(); in machine_type()
|
D | access-builder.cc | 371 MachineType::Uint16()}; in ForTypedArrayElement()
|
D | linkage.cc | 34 return MachineType::Uint16(); in reptyp()
|
D | machine-operator.cc | 217 V(Uint16) \
|
D | interpreter-assembler.cc | 192 MachineType::Uint16(), BytecodeArrayTaggedPointer(), in BytecodeOperandShort()
|
/external/deqp/framework/opengl/ |
D | gluDrawUtil.hpp | 262 DECLARE_VA_CTOR(Uint16, deUint16, VTX_COMP_UNSIGNED_INT16, VTX_COMP_CONVERT_NONE);
|
/external/v8/src/runtime/ |
D | runtime-typedarray.cc | 580 DATA_VIEW_GETTER(Uint16, uint16_t, NewNumberFromUint) 662 DATA_VIEW_SETTER(Uint16, uint16_t)
|
D | runtime-atomics.cc | 363 V(Uint16, uint16, UINT16, uint16_t, 2) \
|
/external/v8/test/unittests/wasm/ |
D | wasm-macro-gen-unittest.cc | 294 MachineType::Uint16(), MachineType::Int32(), MachineType::Uint32(),
|
/external/v8/test/cctest/wasm/ |
D | test-run-wasm.cc | 1499 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/ |
D | instruction-selector-mips-unittest.cc | 797 {MachineType::Uint16(), kMipsLhu, kMipsSh}, 860 {MachineType::Uint16(),
|
/external/v8/src/js/ |
D | typedarray.js | 906 FUNCTION(Uint16)
|
/external/v8/test/unittests/compiler/mips64/ |
D | instruction-selector-mips64-unittest.cc | 1009 {MachineType::Uint16(), kMips64Lhu, kMips64Sh}, 1073 {MachineType::Uint16(),
|