Searched refs:Uint8 (Results 1 - 25 of 35) sorted by relevance

12

/external/gemmlowp/internal/
H A Dallocator.h54 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 }; member in class:gemmlowp::TypeId
73 GEMMLOWP_REGISTER_TYPEID(std::uint8_t, Uint8)
/external/v8/test/cctest/compiler/
H A Dc-signature.h16 V(bool, MachineType::Uint8()) \
18 V(uint8_t, MachineType::Uint8()) \
H A Dtest-representation-change.cc107 MachineType::Uint8(), MachineType::Int16(), MachineType::Uint16(),
/external/v8/test/unittests/compiler/
H A Dinterpreter-assembler-unittest.cc89 MachineType::Uint8(),
121 MachineType::Uint8(),
126 MachineType::Uint8(),
170 MachineType::Uint8(),
198 m.IsLoad(MachineType::Uint8(),
237 m.IsLoad(MachineType::Uint8(),
283 m.IsLoad(MachineType::Uint8(),
H A Dsimplified-operator-unittest.cc208 {kUntaggedBase, 0, Type::Any(), MachineType::Uint8()},
212 {kUntaggedBase, 0, Type::Unsigned32(), MachineType::Uint8()},
224 MachineType::Uint8()},
H A Dmachine-operator-unittest.cc42 MachineType::Uint8(), MachineType::Int16(), MachineType::Uint16(),
H A Dchange-lowering-unittest.cc269 Type::Signed32(), MachineType::Uint8()};
H A Dinstruction-selector-unittest.cc318 MachineType::Uint8(), MachineType::Int16(),
/external/v8/src/compiler/
H A Daccess-builder.cc197 TypeCache::Get().kUint8, MachineType::Uint8()};
221 TypeCache::Get().kUint8, MachineType::Uint8()};
361 MachineType::Uint8()};
H A Dinterpreter-assembler.cc162 MachineType::Uint8(), BytecodeArrayTaggedPointer(),
200 MachineType::Uint8(), BytecodeArrayTaggedPointer(),
203 MachineType::Uint8(), BytecodeArrayTaggedPointer(),
244 raw_assembler_->Load(MachineType::Uint8(), BytecodeArrayTaggedPointer(),
675 MachineType::Uint8(), BytecodeArrayTaggedPointer(), new_bytecode_offset);
H A Dsimplified-operator.cc32 return MachineType::Uint8();
H A Dcode-generator.cc638 } else if (type == MachineType::Uint8() || type == MachineType::Uint16() ||
656 } else if (type == MachineType::Uint8() || type == MachineType::Uint16() ||
H A Dlinkage.cc30 return MachineType::Uint8();
H A Dmachine-operator.cc215 V(Uint8) \
/external/v8/src/wasm/
H A Dwasm-opcodes.h332 } else if (type == MachineType::Uint8()) {
377 } else if (type == MachineType::Uint8()) {
405 } else if (type == MachineType::Uint8()) {
H A Dmodule-decoder.cc446 return MachineType::Uint8();
H A Dast-decoder.cc930 return ReduceLoadMem(p, kAstI32, MachineType::Uint8());
941 return ReduceLoadMem(p, kAstI64, MachineType::Uint8());
/external/deqp/framework/opengl/
H A DgluDrawUtil.hpp261 DECLARE_VA_CTOR(Uint8, deUint8, VTX_COMP_UNSIGNED_INT8, VTX_COMP_CONVERT_NONE);
/external/v8/src/
H A Dmachine-type.h90 static MachineType Uint8() { function in class:v8::internal::MachineType
/external/v8/test/unittests/wasm/
H A Dwasm-macro-gen-unittest.cc293 MachineType::Int8(), MachineType::Uint8(), MachineType::Int16(),
/external/v8/src/runtime/
H A Druntime-typedarray.cc578 DATA_VIEW_GETTER(Uint8, uint8_t, NewNumberFromUint)
660 DATA_VIEW_SETTER(Uint8, uint8_t)
H A Druntime-atomics.cc361 V(Uint8, uint8, UINT8, uint8_t, 1) \
/external/v8/test/cctest/wasm/
H A Dtest-run-wasm.cc1498 MachineType::Int8(), MachineType::Uint8(), MachineType::Int16(),
1608 MachineType::Int8(), MachineType::Uint8(), MachineType::Int16(),
1614 MachineType::Int8(), MachineType::Uint8(), MachineType::Int16(),
2043 BUILD(r, WASM_LOAD_MEM(MachineType::Uint8(), WASM_GET_LOCAL(0)));
2204 uint8_t* var_uint8 = module.AddGlobal<uint8_t>(MachineType::Uint8());
2220 WASM_STORE_GLOBAL(2, WASM_LOAD_MEM(MachineType::Uint8(), WASM_ZERO)),
/external/v8/test/unittests/compiler/mips/
H A Dinstruction-selector-mips-unittest.cc795 {MachineType::Uint8(), kMipsLbu, kMipsSb},
846 {MachineType::Uint8(),
/external/v8/src/js/
H A Dtypedarray.js904 FUNCTION(Uint8)

Completed in 1496 milliseconds

12