HomeSort by relevance Sort by last modified time
    Searched refs:kAsmSigned (Results 1 - 4 of 4) sorted by null

  /external/v8/test/cctest/
test-asm-validator.cc 20 #define FUNC_I_TYPE Bounds(Type::Function(cache.kAsmSigned, zone))
28 Bounds(Type::Function(cache.kAsmSigned, cache.kAsmInt, zone))
32 Bounds(Type::Function(cache.kAsmSigned, cache.kAsmInt, cache.kAsmInt, zone))
45 Bounds(Type::Array(Type::Function(cache.kAsmSigned, cache.kAsmInt, zone), \
134 CHECK_EXPR(BinaryOperation, Bounds(cache.kAsmSigned)) {
141 CHECK_EXPR(BinaryOperation, Bounds(cache.kAsmSigned)) {
162 CHECK_EXPR(BinaryOperation, Bounds(cache.kAsmSigned)) {
169 CHECK_EXPR(BinaryOperation, Bounds(cache.kAsmSigned)) {
176 CHECK_EXPR(CompareOperation, Bounds(cache.kAsmSigned)) {
177 CHECK_EXPR(BinaryOperation, Bounds(cache.kAsmSigned)) {
    [all...]
  /external/v8/src/
type-cache.h 65 Type* const kAsmSigned = kInt32;
67 Type* const kAsmInt = Type::Union(kAsmSigned, kAsmUnsigned, zone());
68 Type* const kAsmFixnum = Type::Intersect(kAsmSigned, kAsmUnsigned, zone());
85 kAsmSigned,
typing-asm.cc 252 SetResult(expr, cache_.kAsmSigned);
339 RECURSE(VisitWithExpectation(stmt->condition(), cache_.kAsmSigned,
388 RECURSE(VisitWithExpectation(stmt->tag(), cache_.kAsmSigned,
400 RECURSE(VisitWithExpectation(label, cache_.kAsmSigned,
433 RECURSE(VisitWithExpectation(stmt->cond(), cache_.kAsmSigned,
442 RECURSE(VisitWithExpectation(stmt->cond(), cache_.kAsmSigned,
456 RECURSE(VisitWithExpectation(stmt->cond(), cache_.kAsmSigned,
596 IntersectResult(expr, cache_.kAsmSigned);
734 RECURSE(VisitWithExpectation(bin->left(), cache_.kAsmSigned,
740 RECURSE(VisitWithExpectation(bin->right(), cache_.kAsmSigned,
    [all...]
  /external/v8/src/wasm/
asm-wasm-builder.cc 886 } else if (type->Is(cache_.kAsmSigned)) {
    [all...]

Completed in 101 milliseconds