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

  /external/v8/src/
platform.h 276 // positions indicated by the members of the CpuFeature enum from globals.h
287 static bool ArmCpuHasFeature(CpuFeature feature);
294 static bool MipsCpuHasFeature(CpuFeature feature);
platform-nullos.cc 213 bool OS::ArmCpuHasFeature(CpuFeature feature) {
v8globals.h 433 enum CpuFeature { SSE4_1 = 32 + 19, // x86
platform-linux.cc 156 bool OS::ArmCpuHasFeature(CpuFeature feature) {
234 bool OS::MipsCpuHasFeature(CpuFeature feature) {
    [all...]
  /external/v8/src/mips/
assembler-mips.h 414 static bool IsSupported(CpuFeature f) {
423 static bool IsEnabled(CpuFeature f) {
441 explicit Scope(CpuFeature f) {
466 explicit Scope(CpuFeature f) {}
472 explicit TryForceFeatureScope(CpuFeature f)
    [all...]
  /external/v8/src/arm/
assembler-arm.h 510 static bool IsSupported(CpuFeature f) {
518 static bool IsEnabled(CpuFeature f) {
536 explicit Scope(CpuFeature f) {
561 explicit Scope(CpuFeature f) {}
567 explicit TryForceFeatureScope(CpuFeature f)
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 460 static bool IsSupported(CpuFeature f) {
472 static bool IsEnabled(CpuFeature f) {
490 explicit Scope(CpuFeature f) {
515 explicit Scope(CpuFeature f) {}
521 explicit TryForceFeatureScope(CpuFeature f)
    [all...]
  /external/v8/src/x64/
assembler-x64.h 454 static bool IsSupported(CpuFeature f) {
466 static bool IsEnabled(CpuFeature f) {
484 explicit Scope(CpuFeature f) {
509 explicit Scope(CpuFeature f) {}
    [all...]

Completed in 151 milliseconds