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

  /external/clang/include/clang/Basic/
TargetBuiltins.h 87 Int8,
  /external/chromium_org/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);
245 test(isTestingGet, "Int8", -1, 0);
246 test(isTestingGet, "Int8", -2, 0);
  /external/clang/utils/TableGen/
NeonEmitter.cpp 124 Int8,
455 s += poly ? "poly8" : "int8";
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 333 case NeonTypeFlags::Int8:
361 case NeonTypeFlags::Int8:
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/chromium_org/v8/src/
runtime.cc     [all...]

Completed in 6465 milliseconds