HomeSort by relevance Sort by last modified time
    Searched refs:Uint32 (Results 151 - 175 of 187) sorted by null

1 2 3 4 5 67 8

  /prebuilts/misc/windows/sdl2/test/
testintersections.c 200 Uint32 then, now, frames;
testgles2.c 415 Uint32 then, now, frames;
  /external/v8/src/compiler/
code-generator.cc 711 type == MachineType::Uint32()) {
733 type == MachineType::Uint32()) {
754 DCHECK(type == MachineType::Int32() || type == MachineType::Uint32() ||
simplified-operator.cc 44 return MachineType::Uint32();
machine-operator.cc 402 V(Uint32) \
424 V(Uint32)
    [all...]
  /external/v8/src/wasm/
wasm-opcodes.h 532 } else if (type == MachineType::Uint32()) {
581 } else if (type == MachineType::Uint32()) {
610 } else if (type == MachineType::Uint32()) {
asm-wasm-builder.cc 825 } else if (type == MachineType::Uint32()) {
    [all...]
module-decoder.cc 656 return MachineType::Uint32();
  /external/v8/test/unittests/compiler/mips/
instruction-selector-mips-unittest.cc 113 MachineType::Uint32()},
207 MachineType::Uint32()},
210 kMipsCmp, MachineType::Uint32()},
221 // Convert representation of integers between float64 and int32/uint32.
    [all...]
  /external/v8/include/
v8.h 110 class Uint32;
    [all...]
  /external/v8/test/unittests/compiler/
machine-operator-unittest.cc 43 MachineType::Int32(), MachineType::Uint32(), MachineType::Int64(),
instruction-selector-unittest.cc 317 MachineType::Uint32(), MachineType::Int64(),
  /external/v8/test/unittests/wasm/
wasm-macro-gen-unittest.cc 298 MachineType::Uint16(), MachineType::Int32(), MachineType::Uint32(),
  /external/v8/src/
api.h 257 static inline Local<Uint32> Uint32ToLocal(
383 MAKE_TO_LOCAL(Uint32ToLocal, Object, Uint32)
api.cc     [all...]
code-stub-assembler.cc 541 return LoadObjectField(map, Map::kBitField3Offset, MachineType::Uint32());
571 return LoadObjectField(name, Name::kHashFieldOffset, MachineType::Uint32());
    [all...]
  /external/v8/src/interpreter/
interpreter-assembler.cc 263 return Load(MachineType::Uint32(), BytecodeArrayTaggedPointer(),
266 return BytecodeOperandReadUnaligned(operand_offset, MachineType::Uint32());
  /external/v8/test/unittests/compiler/mips64/
instruction-selector-mips64-unittest.cc 121 MachineType::Uint32()},
219 MachineType::Uint32()},
222 kMips64Cmp, MachineType::Uint32()},
233 // Convert representation of integers between float64 and int32/uint32.
    [all...]
  /external/v8/src/runtime/
runtime-atomics.cc 323 V(Uint32, uint32, UINT32, uint32_t, 4) \
runtime-debug.cc     [all...]
  /external/v8/test/cctest/compiler/
codegen-tester.h 392 MachineType::Uint32()) {}
test-representation-change.cc 118 MachineType::Int32(), MachineType::Uint32(), MachineType::Int64(),
525 // Int32,Uint32 <-> Float64 are actually machine conversions.
539 // Int32,Uint32 <-> Float32 require two changes.
  /external/deqp/modules/gles3/functional/
es3fShaderPrecisionTests.cpp 788 vertexArrays.push_back(glu::va::Uint32("a_in0", 1, numVertices, 0, &in0Arr[0]));
789 vertexArrays.push_back(glu::va::Uint32("a_in1", 1, numVertices, 0, &in1Arr[0]));
    [all...]
  /external/v8/test/cctest/wasm/
test-run-wasm-64.cc 550 WasmRunner<int64_t> r(execution_mode, MachineType::Uint32());
    [all...]
  /external/v8/test/unittests/interpreter/
interpreter-assembler-unittest.cc 200 MachineType::Uint32(),

Completed in 721 milliseconds

1 2 3 4 5 67 8