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

1 2

  /external/v8/src/ffi/
ffi-compiler.h 21 enum class FFIType : uint8_t { kInt32 };
ffi-compiler.cc 41 case FFIType::kInt32:
50 case FFIType::kInt32:
59 case FFIType::kInt32:
  /external/v8/src/
machine-type.h 48 kInt32,
78 return semantic() == MachineSemantic::kInt32 ||
96 return MachineType(MachineRepresentation::kWord8, MachineSemantic::kInt32);
102 return MachineType(MachineRepresentation::kWord16, MachineSemantic::kInt32);
109 return MachineType(MachineRepresentation::kWord32, MachineSemantic::kInt32);
152 MachineSemantic::kInt32);
machine-type.cc 58 case MachineSemantic::kInt32:
deoptimizer.cc     [all...]
value-serializer.cc 63 kInt32 = 'I',
377 WriteTag(SerializationTag::kInt32);
    [all...]
deoptimizer.h 72 kInt32,
129 // kind is kInt32.
    [all...]
  /external/v8/src/compiler/
simd-scalar-lowering.cc 43 replacements_[graph()->end()->id()].type = SimdType::kInt32;
93 replacements_[node->id()].type = SimdType::kInt32;
282 if (rep_type == SimdType::kInt32) {
294 if (rep_type == SimdType::kInt32) {
308 if (rep_type == SimdType::kInt32) {
321 if (rep_type == SimdType::kInt32) {
477 if (ReplacementType(node) == SimdType::kInt32 && type == SimdType::kFloat32) {
520 if (type == SimdType::kInt32) {
simd-scalar-lowering.h 31 enum class SimdType : uint8_t { kInt32, kFloat32 };
common-operator.h 129 enum Type { kInt32, kInt64 };
132 : value_(value), rmode_(rmode), type_(kInt32) {}
type-cache.h 33 Type* const kInt32 = Type::Signed32();
instruction.h     [all...]
instruction.cc 558 Constant::Constant(int32_t v) : type_(kInt32), value_(v) {}
561 if (info.type() == RelocatablePtrConstantInfo::kInt32) {
562 type_ = kInt32;
581 case Constant::kInt32:
    [all...]
access-builder.cc 440 MaybeHandle<Map>(), TypeCache::Get().kInt32, MachineType::Int32(),
code-generator.cc     [all...]
  /external/v8/src/asmjs/
asm-wasm-builder.cc     [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 211 case Constant::kInt32:
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc     [all...]
code-generator-ia32.cc 68 if (constant.type() == Constant::kInt32 &&
74 case Constant::kInt32:
    [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc     [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc 47 case Constant::kInt32:
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 80 case Constant::kInt32:
    [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 79 case Constant::kInt32:
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 63 case Constant::kInt32:
    [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc 57 case Constant::kInt32:
    [all...]

Completed in 460 milliseconds

1 2