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

  /external/v8/src/
platform.h 288 // positions indicated by the members of the CpuFeature enum from globals.h
295 static bool ArmCpuHasFeature(CpuFeature feature);
298 static bool MipsCpuHasFeature(CpuFeature feature);
platform-nullos.cc 184 bool OS::ArmCpuHasFeature(CpuFeature feature) {
v8globals.h 463 enum CpuFeature { SSE4_1 = 32 + 19, // x86
platform-linux.cc 145 bool OS::ArmCpuHasFeature(CpuFeature feature) {
184 bool OS::MipsCpuHasFeature(CpuFeature feature) {
  /external/v8/src/ia32/
assembler-ia32.h 457 static bool IsSupported(CpuFeature f) {
469 static bool IsEnabled(CpuFeature f) {
486 explicit Scope(CpuFeature f) {
509 explicit Scope(CpuFeature f) {}
515 explicit TryForceFeatureScope(CpuFeature f)
    [all...]
  /external/v8/src/mips/
assembler-mips.h 352 bool IsSupported(CpuFeature f) const {
358 bool IsEnabled(CpuFeature f) const {
366 explicit Scope(CpuFeature f)
385 explicit Scope(CpuFeature f) {}
    [all...]
  /external/v8/src/arm/
assembler-arm.h 482 static bool IsSupported(CpuFeature f) {
490 static bool IsEnabled(CpuFeature f) {
507 explicit Scope(CpuFeature f) {
530 explicit Scope(CpuFeature f) {}
536 explicit TryForceFeatureScope(CpuFeature f)
    [all...]
  /external/v8/src/x64/
assembler-x64.h 444 static bool IsSupported(CpuFeature f) {
456 static bool IsEnabled(CpuFeature f) {
473 explicit Scope(CpuFeature f) {
496 explicit Scope(CpuFeature f) {}
    [all...]

Completed in 1531 milliseconds