HomeSort by relevance Sort by last modified time
    Searched refs:Int8 (Results 1 - 25 of 45) sorted by null

1 2

  /external/gemmlowp/internal/
allocator.h 54 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 };
74 GEMMLOWP_REGISTER_TYPEID(std::int8_t, Int8)
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 446 Int8,
467 int8_t Int8;
486 VARIANT_EQUAL_CASE(Int8)
  /external/clang/include/clang/Basic/
TargetBuiltins.h 109 Int8,
  /external/v8/test/mjsunit/harmony/
dataview-accessors.js 46 case "Int8":
113 test(isTestingGet, "Int8", 0, 0);
114 test(isTestingGet, "Int8", undefined, 0);
115 test(isTestingGet, "Int8", 8, -128);
116 test(isTestingGet, "Int8", 15, -1);
117 test(isTestingGet, "Int8", 1e12, undefined);
257 test(isTestingGet, "Int8", -1, 0);
258 test(isTestingGet, "Int8", -2, 0);
  /external/v8/test/unittests/compiler/
simplified-operator-unittest.cc 205 {kUntaggedBase, 0, Type::Any(), MachineType::Int8()},
211 {kUntaggedBase, 0, Type::Signed32(), MachineType::Int8()},
222 MachineType::Int8()},
machine-operator-unittest.cc 41 MachineType::Float32(), MachineType::Float64(), MachineType::Int8(),
change-lowering-unittest.cc 317 Type::Signed32(), MachineType::Int8()};
331 EXPECT_THAT(r.replacement(), IsLoad(MachineType::Int8(), p0, index_match,
interpreter-assembler-unittest.cc 99 MachineType::Int8(),
164 MachineType::Int8(),
  /external/v8/src/
machine-type.h 87 static MachineType Int8() {
  /external/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 29 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int8, OS)
305 case PDB_VariantType::Int8:
306 OS << static_cast<int>(Value.Int8);
  /external/v8/src/wasm/
wasm-opcodes.h 330 if (type == MachineType::Int8()) {
375 if (type == MachineType::Int8()) {
403 if (type == MachineType::Int8()) {
ast-decoder.cc 928 return ReduceLoadMem(p, kAstI32, MachineType::Int8());
939 return ReduceLoadMem(p, kAstI64, MachineType::Int8());
960 return ReduceStoreMem(p, kAstI32, MachineType::Int8());
967 return ReduceStoreMem(p, kAstI64, MachineType::Int8());
    [all...]
module-decoder.cc 444 return MachineType::Int8();
  /external/v8/src/compiler/
access-builder.cc 108 MachineType::Int8()};
355 MachineType::Int8()};
simplified-operator.cc 34 return MachineType::Int8();
code-generator.cc 635 } else if (type == MachineType::Int8() || type == MachineType::Int16() ||
653 } else if (type == MachineType::Int8() || type == MachineType::Int16() ||
interpreter-assembler.cc 174 MachineType::Int8(), BytecodeArrayTaggedPointer(),
241 raw_assembler_->Load(MachineType::Int8(), BytecodeArrayTaggedPointer(),
linkage.cc 28 return MachineType::Int8();
machine-operator.cc 214 V(Int8) \
  /external/deqp/framework/opengl/
gluDrawUtil.hpp 264 DECLARE_VA_CTOR(Int8, deInt8, VTX_COMP_SIGNED_INT8, VTX_COMP_CONVERT_NONE);
  /external/v8/test/cctest/compiler/
c-signature.h 17 V(int8_t, MachineType::Int8()) \
  /external/v8/test/cctest/wasm/
test-run-wasm.cc 604 WASM_I32_DIVS(WASM_STORE_MEM(MachineType::Int8(),
607 WASM_I32_DIVS(WASM_STORE_MEM(MachineType::Int8(),
    [all...]
  /external/v8/test/unittests/compiler/mips/
instruction-selector-mips-unittest.cc 794 {MachineType::Int8(), kMipsLb, kMipsSb},
839 {MachineType::Int8(),
891 {MachineType::Int8(),
896 {MachineType::Int8(),
    [all...]
  /external/v8/test/unittests/wasm/
wasm-macro-gen-unittest.cc 293 MachineType::Int8(), MachineType::Uint8(), MachineType::Int16(),
  /external/v8/src/runtime/
runtime-typedarray.cc 579 DATA_VIEW_GETTER(Int8, int8_t, NewNumberFromInt)
661 DATA_VIEW_SETTER(Int8, int8_t)

Completed in 2225 milliseconds

1 2