HomeSort by relevance Sort by last modified time
    Searched defs:kUint32 (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
machine-type.h 35 kUint32,
66 return semantic() == MachineSemantic::kUint32 ||
95 return MachineType(MachineRepresentation::kWord8, MachineSemantic::kUint32);
102 MachineSemantic::kUint32);
109 MachineSemantic::kUint32);
type-cache.h 35 Type* const kUint32 =
78 Type* const kAsmUnsigned = kUint32;
93 Type::Union(Type::Union(kInt32, kUint32, zone()), kAsmFloat, zone());
104 Type::Union(kInt32, kUint32, zone()), zone()),
  /external/v8/src/wasm/
asm-wasm-builder.cc     [all...]

Completed in 237 milliseconds